mirror of
https://github.com/oliverschmidt/contiki.git
synced 2024-11-19 18:40:17 +00:00
use the CS toolchain by default:
http://www.codesourcery.com/sgpp/lite/arm/portal/release642
This commit is contained in:
parent
ea527da162
commit
b1dd3fc063
@ -24,7 +24,7 @@ CONTIKI_SOURCEFILES += $(CONTIKI_TARGET_SOURCEFILES)
|
||||
|
||||
THREADS =
|
||||
|
||||
CROSS_COMPILE ?= arm-linux-
|
||||
CROSS_COMPILE ?= arm-none-eabi-
|
||||
CROSS ?= $(CROSS_COMPILE)
|
||||
|
||||
### Compiler definitions
|
||||
|
Loading…
Reference in New Issue
Block a user