1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

* changed arm-prefix from arm-elf to arm-none-eabi

This commit is contained in:
Oleg Hahm 2013-04-10 16:21:17 +02:00
parent 9f27cf54bc
commit 3c481c7548

View File

@ -2,7 +2,7 @@
export CPU = lpc2387
# toolchain config
export PREFIX = @arm-elf-
export PREFIX = @arm-none-eabi-
export CC = @$(PREFIX)gcc
export AR = @$(PREFIX)ar
export CFLAGS = -std=gnu99 -O2 -Wall -Wstrict-prototypes -mcpu=arm7tdmi-s -gdwarf-2