From f9d0db2da3e7c60302d4e8f7bcd611a7d92fd17d Mon Sep 17 00:00:00 2001 From: YamaArashi Date: Sat, 30 Apr 2016 12:11:28 -0700 Subject: fix problems building on 64-bit Linux --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 67b2ec720..a2c1ca752 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ CC1 := tools/agbcc/bin/agbcc CFLAGS := -mthumb-interwork -O2 CPP := cpp -CPPFLAGS := -I tools/agbcc/include -iquote include +CPPFLAGS := -I tools/agbcc/include -iquote include -nostdinc -undef LD := $(DEVKITARM)/bin/arm-none-eabi-ld LDFLAGS := -T ld_script.txt -T iwram_syms.txt -T ewram_syms.txt -- cgit v1.2.3