From e911832c96ed72284bc9b6710c6cc1f169460a00 Mon Sep 17 00:00:00 2001 From: Thomas Fitzsimmons Date: Fri, 3 May 2002 16:39:22 +0000 Subject: * configure.in (CC_FOR_NEWLIB): Change -isystem's to -I's. --- newlib/configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'newlib/configure') diff --git a/newlib/configure b/newlib/configure index 1cbcb39ed..408502c14 100755 --- a/newlib/configure +++ b/newlib/configure @@ -2389,7 +2389,7 @@ fi # These get added in the top-level configure.in, except in the case where # newlib is being built natively. if test -z `echo ${CC} | grep \/libc\/include`; then - CC_FOR_NEWLIB="${CC} -isystem $PWD/targ-include -isystem ${newlib_basedir}/libc/include" + CC_FOR_NEWLIB="${CC} -I$PWD/targ-include -I${newlib_basedir}/libc/include" else CC_FOR_NEWLIB="${CC}" fi -- cgit v1.2.3