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/libc/sys/h8300hms/configure | |
parent | cb699ad770a17131a3c0b57a1f7af88e0a1e526e (diff) | |
download | newlib-7394edbb2e16196a3a67160732b58764f24ea7b1.zip newlib-7394edbb2e16196a3a67160732b58764f24ea7b1.tar.gz newlib-7394edbb2e16196a3a67160732b58764f24ea7b1.tar.bz2 |
* 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/libc/sys/h8300hms/configure')
-rwxr-xr-x | newlib/libc/sys/h8300hms/configure | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/newlib/libc/sys/h8300hms/configure b/newlib/libc/sys/h8300hms/configure index 1926e8a..f97eeba 100755 --- a/newlib/libc/sys/h8300hms/configure +++ b/newlib/libc/sys/h8300hms/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} |