1
0
forked from me/IronOS

Merge pull request #466 from Kubuxu/feat/spec/nano

Use --specs=nano.specs to enable newlib-nano
This commit is contained in:
Ben V. Brown
2019-05-01 13:49:13 +10:00
committed by GitHub

View File

@@ -76,7 +76,8 @@ LINKER_FLAGS=-Wl,--gc-sections \
-mcpu=cortex-m3 \
-mthumb \
-mfloat-abi=soft \
-lm -Os -flto -Wl,--undefined=vTaskSwitchContext
-lm -Os -flto -Wl,--undefined=vTaskSwitchContext \
--specs=nano.specs
# compiler flags ---------------------------------------------------------------
CPUFLAGS=-D GCC_ARMCM3 \