diff options
| author | hathach <[email protected]> | 2023-05-15 14:25:42 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2023-05-15 14:25:42 +0700 |
| commit | 9fd0fee458759c49acbeab6b9382df287620e532 (patch) | |
| tree | a5406dac284e04b4dd6cac3f5289814fb365a04a /examples/rules.mk | |
| parent | a57ba87859c90ae7e5d8419685fffef87db67b21 (diff) | |
adding nrf
Diffstat (limited to 'examples/rules.mk')
| -rw-r--r-- | examples/rules.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/rules.mk b/examples/rules.mk index 516beca78..2eaa48e2e 100644 --- a/examples/rules.mk +++ b/examples/rules.mk @@ -86,7 +86,7 @@ LDFLAGS += -Wl,-T,$(TOP)/$(GCC_LD_FILE) endif ifneq ($(SKIP_NANOLIB), 1) -LDFLAGS += -specs=nosys.specs -specs=nano.specs +LDFLAGS += --specs=nosys.specs --specs=nano.specs endif ASFLAGS += $(CFLAGS) |
