mirror of
https://github.com/oliverschmidt/contiki.git
synced 2025-08-15 12:27:50 +00:00
use the CS toolchain by default:
http://www.codesourcery.com/sgpp/lite/arm/portal/release642
This commit is contained in:
@@ -24,7 +24,7 @@ CONTIKI_SOURCEFILES += $(CONTIKI_TARGET_SOURCEFILES)
|
||||
|
||||
THREADS =
|
||||
|
||||
CROSS_COMPILE ?= arm-linux-
|
||||
CROSS_COMPILE ?= arm-none-eabi-
|
||||
CROSS ?= $(CROSS_COMPILE)
|
||||
|
||||
### Compiler definitions
|
||||
|
Reference in New Issue
Block a user