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

adjust objcopy flags

This commit is contained in:
Thomas Eichinger 2013-10-17 14:08:17 +02:00
parent ab59944366
commit 5ac8e9a2a5

View File

@ -12,7 +12,7 @@ export CFLAGS_BASIC = -std=gnu99 -march=armv4t -mtune=arm7tdmi-s -mlong-calls \
-ffixed-r8 -ffunction-sections -ffreestanding -fno-builtin \
-nodefaultlibs -Wcast-align -Wall -Wstrict-prototypes -Wextra \
-Os -pipe
# export CFLAGS += $(CFLAGS_BASIC) -mthumb
export CFLAGS += $(CFLAGS_BASIC) -mthumb
$(warning TODO add -mthumb)
export AFLAGS = -Wa,-gstabs $(CFLAGS)
export AS = $(PREFIX)as