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 a new issue