summaryrefslogtreecommitdiff
path: root/gcc/configure.in
diff options
context:
space:
mode:
authorzack <zack@138bc75d-0d04-0410-961f-82ee72b054a4>2001-05-11 17:03:02 +0000
committerzack <zack@138bc75d-0d04-0410-961f-82ee72b054a4>2001-05-11 17:03:02 +0000
commitc872ef7190b3a6b3d927c3839779e0db9522dab3 (patch)
treee90d5520b9c1823e81bce2ff5b7c937da9575bc8 /gcc/configure.in
parentcf2b989a4f0cfa4e2382587c5208b68e367694fc (diff)
downloadgcc-c872ef7190b3a6b3d927c3839779e0db9522dab3.tar.gz
* Makefile.in: Exterminate all references to assert.h.
* cross-make: Likewise. * assert.h: Delete. * configure.in: Correct commentary. * configure: Regenerate. * po/POTFILES.in: Remove assert.h. * libgcc-std.ver, libgcc2.c, libgcc2.h, sys-protos.h: Remove __eprintf. * config/t-freebsd, config/t-linux, config/t-linux-aout, config/t-netbsd, config/t-rtems, config/x-linux, config/i386/t-beos, config/mcore/t-mcore, config/mcore/t-mcore-pe: No need to override INSTALL_ASSERT_H. * fixinc/fixinc.dgux, fixinc/fixinc.interix, fixinc/fixinc.ptx, fixinc/fixinc.svr4, fixinc/fixinc.winnt, fixinc/fixinc.wrap, fixinc/fixincl.sh: Don't install assert.h into objdir/include. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@41972 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/configure.in')
-rw-r--r--gcc/configure.in7
1 files changed, 3 insertions, 4 deletions
diff --git a/gcc/configure.in b/gcc/configure.in
index 893e2f89880..84c48e090f9 100644
--- a/gcc/configure.in
+++ b/gcc/configure.in
@@ -1075,10 +1075,9 @@ fi
# have its own set of headers then define
# inhibit_libc
-# If this is using newlib, then define inhibit_libc in
-# LIBGCC2_CFLAGS. This will cause __eprintf to be left out of
-# libgcc.a, but that's OK because newlib should have its own version of
-# assert.h.
+# If this is using newlib, then define inhibit_libc in LIBGCC2_CFLAGS.
+# This prevents libgcc2 from containing any code which requires libc
+# support.
inhibit_libc=
if [test x$host != x$target] && [test x$with_headers = x]; then
inhibit_libc=-Dinhibit_libc