diff options
author | Thomas Fitzsimmons <fitzsim@redhat.com> | 2002-04-22 18:34:39 +0000 |
---|---|---|
committer | Thomas Fitzsimmons <fitzsim@redhat.com> | 2002-04-22 18:34:39 +0000 |
commit | 7394edbb2e16196a3a67160732b58764f24ea7b1 (patch) | |
tree | ac45409beea433733f1abba29768e1e1786fe16c /newlib/doc/configure | |
parent | cb699ad770a17131a3c0b57a1f7af88e0a1e526e (diff) | |
download | cygnal-7394edbb2e16196a3a67160732b58764f24ea7b1.tar.gz cygnal-7394edbb2e16196a3a67160732b58764f24ea7b1.tar.bz2 cygnal-7394edbb2e16196a3a67160732b58764f24ea7b1.zip |
* acinclude.m4 (newlib_cflags): Remove include directories that
are already specified in the top-level configure.in's FLAGS_FOR_TARGET.
Diffstat (limited to 'newlib/doc/configure')
-rwxr-xr-x | newlib/doc/configure | 14 |
1 files changed, 1 insertions, 13 deletions
diff --git a/newlib/doc/configure b/newlib/doc/configure index 0fdb15f08..b06b5e11b 100755 --- a/newlib/doc/configure +++ b/newlib/doc/configure @@ -1403,18 +1403,6 @@ fi . ${newlib_basedir}/configure.host -case ${newlib_basedir} in -/* | A-Za-z:/\\*) newlib_flagbasedir=${newlib_basedir} ;; -*) newlib_flagbasedir='$(top_builddir)/'${newlib_basedir} ;; -esac - -newlib_cflags="${newlib_cflags} -I"'$(top_builddir)'"/../targ-include -I${newlib_flagbasedir}/libc/include" -case "${host}" in - *-*-cygwin*) - newlib_cflags="${newlib_cflags} -I${newlib_flagbasedir}/../winsup/cygwin/include -I${newlib_flagbasedir}/../winsup/w32api/include" - ;; -esac - newlib_cflags="${newlib_cflags} -fno-builtin" NEWLIB_CFLAGS=${newlib_cflags} @@ -1455,7 +1443,7 @@ if test "x$cross_compiling" = "xno"; then EXEEXT_FOR_BUILD='$(EXEEXT)' else echo $ac_n "checking for build system executable suffix""... $ac_c" 1>&6 -echo "configure:1459: checking for build system executable suffix" >&5 +echo "configure:1447: checking for build system executable suffix" >&5 if eval "test \"`echo '$''{'newlib_cv_build_exeext'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else |