git.y1.nz

gbdk-2020

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

commit 5442233f0aef7c7ad84033e96907dd670effd5cc
parent c4b02478312e24647f34f5dd789db490357f9d13
Author: Toxa <56631470+untoxa@users.noreply.github.com>
Date:   Sat, 14 Nov 2020 18:57:36 +0300

Merge pull request #86 from jserv/remove-gcc-stuff

Remove out-of-date gcc stuff
Diffstat:
MMakefile3---
1 file changed, 0 insertions(+), 3 deletions(-)

diff --git a/Makefile b/Makefile @@ -18,10 +18,7 @@ TOOLSPREFIX = TARGETCC = $(TOOLSPREFIX)gcc TARGETRANLIB = $(TOOLSPREFIX)ranlib TARGETAR = $(TOOLSPREFIX)ar -TARGETCXX = $(TOOLSPREFIX)g++ TARGETSTRIP = $(TOOLSPREFIX)strip -# Add extra flags here. g++ 2.95.4 requires -fdollars-in-identifiers -TARGETCXXFLAGS = # Directory containing the source to gbdk-lib GBDKLIBDIR = $(TOPDIR)/gbdk-lib

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