From 0803b33a54a92ca4b741658dc5065482bf377c5d Mon Sep 17 00:00:00 2001 From: Marcus Huderle Date: Sat, 26 May 2018 19:08:20 -0500 Subject: Use devkitarm's configured tools --- libc/Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'libc') diff --git a/libc/Makefile b/libc/Makefile index 6ab133b..f699e5c 100644 --- a/libc/Makefile +++ b/libc/Makefile @@ -1,17 +1,16 @@ +include $(DEVKITARM)/base_tools + SHELL := /bin/bash -o pipefail -AS := $(DEVKITARM)/bin/arm-none-eabi-as ASFLAGS := -mcpu=arm7tdmi CC1 := ../old_agbcc CFLAGS := -O2 -fno-builtin -CPP := $(DEVKITARM)/bin/arm-none-eabi-cpp CPPFLAGS := -I ../ginclude -I include -nostdinc -undef \ -DABORT_PROVIDED -DHAVE_GETTIMEOFDAY -D__thumb__ -DARM_RDI_MONITOR \ -D__STDC__ -D__GNUC__ -DINTERNAL_NEWLIB -D__USER_LABEL_PREFIX__= -AR := $(DEVKITARM)/bin/arm-none-eabi-ar # Clear the default suffixes. .SUFFIXES: -- cgit v1.2.3