suppress error when passing -u option into the linker

This commit is contained in:
Toxa
2022-06-04 23:57:12 +03:00
parent b69dd4b434
commit 24fc5273c0

View File

@@ -221,6 +221,7 @@ gbdk-lib-install-platforms:
@for plat in $(PLATFORMS); do \
echo Installing lib for platform: $$plat; \
mkdir -p $(BUILDDIR)/lib/small/asxxxx/$$plat; \
touch $(BUILDDIR)/lib/small/asxxxx/$$plat/crt0.lst; \
cp $(GBDKLIBDIR)/build/small/asxxxx/$$plat/crt0.o $(BUILDDIR)/lib/small/asxxxx/$$plat/crt0.o; \
cp $(GBDKLIBDIR)/build/small/asxxxx/$$plat/$$plat.lib $(BUILDDIR)/lib/small/asxxxx/$$plat/$$plat.lib; \
for port in $(PORTS); do \