Skip to content
Snippets Groups Projects
Commit 5ac8e9a2 authored by Thomas Eichinger's avatar Thomas Eichinger
Browse files

adjust objcopy flags

parent ab599443
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment