From 7b2b12d51bd19095edd58a7fd98ed5128e64177f Mon Sep 17 00:00:00 2001 From: Jeff Johnston Date: Fri, 26 Apr 2002 20:18:52 +0000 Subject: 2002-04-26 Jeff Johnston * configure.in (CC_FOR_NEWLIB): New variable that bases on $(CC) and adds targ-include and libc/include as -isystem directives if they are not already part of $(CC). * Makefile.am (AM_MAKEFLAGS): Change setting of CC to equal $(CC_FOR_NEWLIB). * configure: Regenerated. * Makefile.in: Ditto. --- newlib/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'newlib/Makefile.am') diff --git a/newlib/Makefile.am b/newlib/Makefile.am index fc16f23..3294649 100644 --- a/newlib/Makefile.am +++ b/newlib/Makefile.am @@ -45,7 +45,7 @@ AM_MAKEFLAGS = \ "tooldir=$(tooldir)" \ "AR=$(AR)" \ "AS=$(AS)" \ - "CC=$(CC)" \ + "CC=$(CC_FOR_NEWLIB)" \ "LD=$(LD)" \ "LIBCFLAGS=$(LIBCFLAGS)" \ "NM=$(NM)" \ -- cgit v1.1