summaryrefslogtreecommitdiffstats
path: root/make/custom/av5282.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'make/custom/av5282.cfg')
-rw-r--r--make/custom/av5282.cfg4
1 files changed, 2 insertions, 2 deletions
diff --git a/make/custom/av5282.cfg b/make/custom/av5282.cfg
index 7b81a187cf..3a1196e98a 100644
--- a/make/custom/av5282.cfg
+++ b/make/custom/av5282.cfg
@@ -28,13 +28,13 @@ endif
define make-exe
- $(LINK.c) $(AM_CFLAGS) -m5200 $(AM_LDFLAGS) -qnolinkcmds -o $(basename $@).nxe \
+ $(LINK.c) $(AM_CFLAGS) $(AM_LDFLAGS) -o $(basename $@).nxe \
$(LINK_OBJS) $(LINK_LIBS) -Wl,-Tlinkcmds
$(OBJCOPY) -O binary --strip-all $(basename $@).nxe $@
$(SIZE) $(basename $@).nxe
endef
define make-cxx-exe
- $(LINK.cc) $(AM_CFLAGS) -m5200 $(AM_LDFLAGS) -qnolinkcmds -o $(basename $@).nxe \
+ $(LINK.cc) $(AM_CFLAGS) $(AM_LDFLAGS) -o $(basename $@).nxe \
$(LINK_OBJS) $(LINK_LIBS) -Wl,-Tlinkcmds
$(OBJCOPY) -O binary --strip-all $(basename $@).nxe $@
$(SIZE) $(basename $@).nxe