X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=src%2Fstm%2FMakefile-stm.defs;h=f3fd9de65ee1f8916b56e3b346bd48540b6aef0a;hb=8a24d37e40210b1fb5cdab944c3a6d9ae4e144d7;hp=cce28f009f86f648d907489ff483e3ffe522206a;hpb=7a89aa1ea7e1b02b5cd310986adf4239ec0ce91d;p=fw%2Faltos diff --git a/src/stm/Makefile-stm.defs b/src/stm/Makefile-stm.defs index cce28f00..f3fd9de6 100644 --- a/src/stm/Makefile-stm.defs +++ b/src/stm/Makefile-stm.defs @@ -7,7 +7,7 @@ include $(TOPDIR)/Makefile.defs vpath % $(TOPDIR)/stm:$(AO_VPATH) CC=$(ARM_CC) -LIBS=-L$(NEWLIB_NANO)/arm-none-eabi/lib/thumb/v7-m -lm -lc -lgcc +LIBS=-lm STM_CFLAGS=-mlittle-endian -mcpu=cortex-m3 -mthumb \ - -I$(TOPDIR)/stm $(AO_CFLAGS) $(NEWLIB_CFLAGS) + -I$(TOPDIR)/stm $(AO_CFLAGS) $(PICOLIBC_CFLAGS)