diff options
| author | hathach <[email protected]> | 2023-11-23 12:43:13 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2023-11-23 12:43:13 +0700 |
| commit | 82880eecbd51ce8cf801ae0c04871e65f81826f4 (patch) | |
| tree | c22f030dfd488da61173967ac192176bb3cd498f /examples/build_system/make/toolchain | |
| parent | 1a98f5389c70d159f359c5bfe369d1cbf3af7475 (diff) | |
make nanolib linking explicitly by each family/board
Diffstat (limited to 'examples/build_system/make/toolchain')
| -rw-r--r-- | examples/build_system/make/toolchain/arm_gcc_rules.mk | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/examples/build_system/make/toolchain/arm_gcc_rules.mk b/examples/build_system/make/toolchain/arm_gcc_rules.mk index b76d4aec3..d295879d9 100644 --- a/examples/build_system/make/toolchain/arm_gcc_rules.mk +++ b/examples/build_system/make/toolchain/arm_gcc_rules.mk @@ -31,10 +31,6 @@ ifdef LD_FILE_GCC LDFLAGS += -Wl,-T,$(TOP)/$(LD_FILE_GCC) endif -ifneq ($(SKIP_NANOLIB), 1) -LDFLAGS += --specs=nosys.specs --specs=nano.specs -endif - ASFLAGS += $(CFLAGS) LIBS_GCC ?= -lgcc -lm -lnosys |
