git.y1.nz

gbdk-2020

GameBoy Development Kit
download: https://git.y1.nz/archives/gbdk.tar.gz
README | Files | Log | Refs | LICENSE

commit 24fc5273c0cd4838a8d538f0602489cd1995ae30
parent b69dd4b4343e4db274833e893023f79ab17457e0
Author: Toxa <untoxa@mail.ru>
Date:   Sat,  4 Jun 2022 23:57:12 +0300

suppress error when passing -u option into the linker

Diffstat:
MMakefile1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/Makefile b/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 \

This webpage is intended to be an accessible preview of this repository. To get a fuller picture, clone it and use the git CLI.