]> git.cryptolib.org Git - arm-crypto-lib.git/blobdiff - arm-makefile.inc
including even/odd-trick for BMW
[arm-crypto-lib.git] / arm-makefile.inc
index 141ed42f91aa2f817bff94faf72dee3544beb9e2..98ac3beac5feb36ab8d09bf44d37b7bc70cd50c8 100644 (file)
@@ -6,7 +6,6 @@ FLASHCMD       = arm-elf-gdb -x gdb-flash  #
 DEP_DIR        = deps/
 TEST_DIR       = test/
 BIN_DIR        = bin/
-TESTBIN_DIR    = test_bin/
 TESTSRC_DIR    = test_src/
 ERASECMD       =
 TESTPORT       = /dev/ttyUSB1
@@ -25,21 +24,23 @@ AUTOASM_OPT    = -S
 CC            = arm-elf-gcc
 CSTD           = gnu99
 
-override CFLAGS_A      = -mthumb -ffunction-sections -fdata-sections -MMD \
+override CFLAGS_A      = -fomit-frame-pointer  \
+                      -mthumb -ffunction-sections -fdata-sections -MMD \
                       -MF$(DEP_DIR)$(patsubst %.o,%.d,$(notdir $(1)))  \
                       -I. -Itest_src -g -pedantic -std=$(CSTD)         \
                       -Wall  $(OPTIMIZE) -Wstrict-prototypes           \
-                      -mcpu=$(MCU_TARGET) $(DEFS) 
-override CFLAGS        = -mthumb -ffunction-sections -fdata-sections -MMD \
+                      -mcpu=$(MCU_TARGET) -Wa,-mthumb $(DEFS) 
+override CFLAGS        = -fomit-frame-pointer   \
+                      -mthumb -ffunction-sections -fdata-sections -MMD \
                       -MF$(DEP_DIR)$(patsubst %.o,%.d,$(notdir $@))    \
                       -I. -Itest_src -g -pedantic -std=$(CSTD)         \
                       -Wall   $(OPTIMIZE) -Wstrict-prototypes          \
-                      -mcpu=$(MCU_TARGET) $(DEFS)  
+                      -mcpu=$(MCU_TARGET) -Wa,-mthumb $(DEFS)  
 
 override LDFLAGS       = -g -T lm3s9b90.ld -Wl,--gc-sections    \
                          -Wl,--entry=reset_isr -lc -lgcc        \
-                         -Wl,-Map,# no space at the end
-override ASFLAGS          = -mthumb -mcpu=$(MCU_TARGET) -Wa,--g
+                          -Wl,-Map,# no space at the end
+override ASFLAGS          = -mthumb -mcpu=$(MCU_TARGET) -Wa,--g -Wa,-mthumb
 
 SIZESTAT_FILE = sizestats.txt