summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorYamaArashi <shadow962@live.com>2016-05-10 21:39:46 -0700
committerYamaArashi <shadow962@live.com>2016-05-10 21:39:46 -0700
commit237c967a98ce664705df9d1ff9c77a409f71d60f (patch)
treeffd62f1530fdbbc4a782230c0b9b741c44f5583d /Makefile
parentb1e5ea38770eca59fbb50c81dbce15fddd5eb5e9 (diff)
use devkitARM cpp
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index a2c1ca752..7b16e1688 100644
--- a/Makefile
+++ b/Makefile
@@ -4,7 +4,7 @@ ASFLAGS := -mcpu=arm7tdmi
CC1 := tools/agbcc/bin/agbcc
CFLAGS := -mthumb-interwork -O2
-CPP := cpp
+CPP := $(DEVKITARM)/bin/arm-none-eabi-cpp
CPPFLAGS := -I tools/agbcc/include -iquote include -nostdinc -undef
LD := $(DEVKITARM)/bin/arm-none-eabi-ld