aboutsummaryrefslogtreecommitdiff
path: root/gcc/configure
diff options
context:
space:
mode:
authorPaolo Bonzini <bonzini@gnu.org>2008-03-27 10:04:08 +0000
committerPaolo Bonzini <bonzini@gcc.gnu.org>2008-03-27 10:04:08 +0000
commita929bc2878b1b19fc4fb45bcbccf3af79bc8c24a (patch)
treea8afd0c8919d27547a242f0135603b447a1ca499 /gcc/configure
parent60d2695833eb71a194c6dda412deaa676a98de30 (diff)
downloadgcc-a929bc2878b1b19fc4fb45bcbccf3af79bc8c24a.zip
gcc-a929bc2878b1b19fc4fb45bcbccf3af79bc8c24a.tar.gz
gcc-a929bc2878b1b19fc4fb45bcbccf3af79bc8c24a.tar.bz2
config.cc (m68hc11, [...]): Add usegas.h, rename tmake_file to m68hc11/t-m68hc11.
2008-03-27 Paolo Bonzini <bonzini@gnu.org> * config.cc (m68hc11, m6811, m68hc12, m6812): Add usegas.h, rename tmake_file to m68hc11/t-m68hc11. (mcore): Set inhibit_libc to true. * config.host (alpha*-dec-*vms*): Set extra_programs. (interix3*): Don't use host_xmake_file. * configure.ac: Let config.gcc override inhibit_libc. * configure: Regenerate. * config/alpha/x-vms (EXTRA_PROGRAMS): Remove. * config/x-interix: Remove. * config/t-openbsd-thread: Remove commented out lines. * config/m68hc11/t-m68hc11-gas: Rename to... * config/m68hc11/t-m68hc11: ... this. Remove T_CPPFLAGS. * config/mcore/t-mcore: Remove T_CFLAGS. * config/mcore/t-mcore-pe: Likewise. From-SVN: r133636
Diffstat (limited to 'gcc/configure')
-rwxr-xr-xgcc/configure2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/configure b/gcc/configure
index f14366c..04104cc 100755
--- a/gcc/configure
+++ b/gcc/configure
@@ -13683,7 +13683,7 @@ fi
# then define inhibit_libc in LIBGCC2_CFLAGS.
# This prevents libgcc2 from containing any code which requires libc
# support.
-inhibit_libc=false
+: ${inhibit_libc=false}
if { { test x$host != x$target && test "x$with_sysroot" = x ; } ||
test x$with_newlib = xyes ; } &&
{ test "x$with_headers" = x || test "x$with_headers" = xno ; } ; then