diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2017-12-16 21:43:34 -0500 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2017-12-16 21:43:34 -0500 |
commit | 666f5d4e3a51fb4e7e836304336cbed3120c0efd (patch) | |
tree | f51f6e90e19943bad132fdf68428396885d19058 /newlib | |
parent | f95a4a932476be2ba99e2fd081e8d2bc6ea12813 (diff) |
Link newlib
Diffstat (limited to 'newlib')
-rw-r--r-- | newlib/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/newlib/Makefile b/newlib/Makefile index b0157c5..f54e28f 100644 --- a/newlib/Makefile +++ b/newlib/Makefile @@ -1,11 +1,11 @@ AS := $(DEVKITARM)/bin/arm-none-eabi-as ASFLAGS := -mcpu=arm7tdmi -CC1 := ../tools/agbcc/bin/agbcc -override CFLAGS += -O2 -fhex-asm +CC1 := ../tools/agbcc/bin/old_agbcc +override CFLAGS += -O2 -fhex-asm -fno-builtin CPP := cpp -CPPFLAGS := -I ../tools/agbcc/include -I libc/include -iquote libm/common -D__thumb__ -D__GNUC__ -nostdinc -undef +CPPFLAGS := -I ../tools/agbcc/include -I libc/include -iquote libm/common -D__thumb__ -D__GNUC__ -DARM_RDI_MONITOR -undef -nostdinc AR := ar ARFLAGS := "-rc" |