X-Git-Url: https://git.cryptolib.org/?a=blobdiff_plain;f=arm-makefile.inc;h=4987aec9f312e74f46db1cc613f5fe1b714e829c;hb=3f2f2071c47e2e424af71cc85697f3eb26c24277;hp=141ed42f91aa2f817bff94faf72dee3544beb9e2;hpb=f59c19cdaa2b415ea72a30083ee7df085c2a6ae9;p=arm-crypto-lib.git diff --git a/arm-makefile.inc b/arm-makefile.inc index 141ed42..4987aec 100644 --- a/arm-makefile.inc +++ b/arm-makefile.inc @@ -25,21 +25,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