Skip to content

Commit

Permalink
adjust objcopy flags
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaseichinger committed Oct 21, 2013
1 parent ab59944 commit 5ac8e9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion redbee-econotag/Makefile.include
Expand Up @@ -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
Expand Down

0 comments on commit 5ac8e9a

Please sign in to comment.