X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=src%2Fstm-bringup%2FMakefile;h=5373877123ce25c54cd1a2c8e6e679867dc5baca;hb=6b0754cee625c6e2c19dc70fb5be6cd2f0125d47;hp=b0943e5665fb34f94ee1872755df8d0f040e83a9;hpb=24167015705ae831692b95735968b04a876f935e;p=fw%2Faltos diff --git a/src/stm-bringup/Makefile b/src/stm-bringup/Makefile index b0943e56..53738771 100644 --- a/src/stm-bringup/Makefile +++ b/src/stm-bringup/Makefile @@ -7,12 +7,12 @@ endif TOPDIR=.. include $(TOPDIR)/Makedefs -CC=arm-none-eabi-gcc +CC=arm-none-eabicc OBJCOPY=arm-none-eabi-objcopy C_LIB=$(PDCLIB_LIBS_M3) -DEF_CFLAGS=-g -std=gnu99 -Os -mlittle-endian -mthumb -ffreestanding -nostdlib -I. -I../stm $(PDCLIB_INCLUDES) +DEF_CFLAGS= -std=gnu99 -mlittle-endian -mthumb -ffreestanding -nostdlib -I. -I../stm $(PDCLIB_INCLUDES) # to run from SRAM LD_FLAGS_RAM=-L../stm -Wl,-Taltos-ram.ld