mirror of
https://github.com/gbdk-2020/gbdk-2020.git
synced 2026-02-20 00:32:21 +01:00
suppress error when passing -u option into the linker
This commit is contained in:
1
Makefile
1
Makefile
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user