diff options
author | zack <zack@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-05-11 17:03:02 +0000 |
---|---|---|
committer | zack <zack@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-05-11 17:03:02 +0000 |
commit | c872ef7190b3a6b3d927c3839779e0db9522dab3 (patch) | |
tree | e90d5520b9c1823e81bce2ff5b7c937da9575bc8 /gcc/config | |
parent | cf2b989a4f0cfa4e2382587c5208b68e367694fc (diff) | |
download | gcc-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/config')
-rw-r--r-- | gcc/config/i386/t-beos | 3 | ||||
-rw-r--r-- | gcc/config/mcore/t-mcore | 3 | ||||
-rw-r--r-- | gcc/config/mcore/t-mcore-pe | 3 | ||||
-rw-r--r-- | gcc/config/t-freebsd | 3 | ||||
-rw-r--r-- | gcc/config/t-linux | 3 | ||||
-rw-r--r-- | gcc/config/t-linux-aout | 3 | ||||
-rw-r--r-- | gcc/config/t-netbsd | 3 | ||||
-rw-r--r-- | gcc/config/t-rtems | 3 | ||||
-rw-r--r-- | gcc/config/x-linux | 3 |
9 files changed, 0 insertions, 27 deletions
diff --git a/gcc/config/i386/t-beos b/gcc/config/i386/t-beos index e8e8e50682f..f63e2d4e1b5 100644 --- a/gcc/config/i386/t-beos +++ b/gcc/config/i386/t-beos @@ -6,6 +6,3 @@ CROSS_LIBGCC1 = # we are most likely to want to apply any fixes to. SYSTEM_HEADER_DIR = /boot/develop/headers/posix CROSS_SYSTEM_HEADER_DIR = $(tooldir)/sys-include/posix - -# Use the system assert.h -INSTALL_ASSERT_H = diff --git a/gcc/config/mcore/t-mcore b/gcc/config/mcore/t-mcore index baeb9d2780a..de526942f96 100644 --- a/gcc/config/mcore/t-mcore +++ b/gcc/config/mcore/t-mcore @@ -38,9 +38,6 @@ TARGET_LIBGCC2_CFLAGS=-O3 -DNO_FLOATLIB_FIXUNSDFSI #-msifilter # We have values for float.h. CROSS_FLOAT_H = $(srcdir)/config/mcore/gfloat.h -# let the library provider supply an <assert.h> -INSTALL_ASSERT_H= - # If support for -m4align is ever re-enabled then comment out the # following line and uncomment the mutlilib lines below. diff --git a/gcc/config/mcore/t-mcore-pe b/gcc/config/mcore/t-mcore-pe index 6955c9905fa..c055a711399 100644 --- a/gcc/config/mcore/t-mcore-pe +++ b/gcc/config/mcore/t-mcore-pe @@ -29,9 +29,6 @@ TARGET_LIBGCC2_CFLAGS=-O3 -DNO_FLOATLIB_FIXUNSDFSI #-msifilter # We have values for float.h. CROSS_FLOAT_H = $(srcdir)/config/mcore/gfloat.h -# let the library provider supply an <assert.h> -INSTALL_ASSERT_H= - MULTILIB_OPTIONS = mbig-endian/mlittle-endian m210/m340 MULTILIB_DIRNAMES = big little m210 m340 MULTILIB_MATCHES = diff --git a/gcc/config/t-freebsd b/gcc/config/t-freebsd index cb4418ab7a2..1360ea0e811 100644 --- a/gcc/config/t-freebsd +++ b/gcc/config/t-freebsd @@ -1,8 +1,5 @@ # Don't run fixproto STMP_FIXPROTO = -# Don't install "assert.h" in gcc. We use the system one. -INSTALL_ASSERT_H = - # Compile crtbeginS.o and crtendS.o with pic. CRTSTUFF_T_CFLAGS_S = -fPIC diff --git a/gcc/config/t-linux b/gcc/config/t-linux index cac5d2e936a..0becd19f8e8 100644 --- a/gcc/config/t-linux +++ b/gcc/config/t-linux @@ -1,9 +1,6 @@ # Don't run fixproto STMP_FIXPROTO = -# Don't install "assert.h" in gcc. We use the one in glibc. -INSTALL_ASSERT_H = - # Compile crtbeginS.o and crtendS.o with pic. CRTSTUFF_T_CFLAGS_S = -fPIC # Compile libgcc2.a with pic. diff --git a/gcc/config/t-linux-aout b/gcc/config/t-linux-aout index 8826cddcab6..d08bcff9867 100644 --- a/gcc/config/t-linux-aout +++ b/gcc/config/t-linux-aout @@ -1,9 +1,6 @@ # Don't run fixproto STMP_FIXPROTO = -# Don't install "assert.h" in gcc. We use the one in glibc. -INSTALL_ASSERT_H = - # Do not build libgcc1. Let gcc generate those functions. The GNU/Linux # C library can handle them. LIBGCC1 = diff --git a/gcc/config/t-netbsd b/gcc/config/t-netbsd index 85d6057feb0..f64fe29b6d1 100644 --- a/gcc/config/t-netbsd +++ b/gcc/config/t-netbsd @@ -4,6 +4,3 @@ LIBGCC1_TEST= # Don't run fixproto STMP_FIXPROTO = - -# Don't install "assert.h" in gcc. We use the one in glibc. -INSTALL_ASSERT_H = diff --git a/gcc/config/t-rtems b/gcc/config/t-rtems index 5d7d5696c3d..c403ff85dda 100644 --- a/gcc/config/t-rtems +++ b/gcc/config/t-rtems @@ -1,9 +1,6 @@ # RTEMS uses newlib which does not require prototype fixing STMP_FIXPROTO = -# Don't install "assert.h" in gcc. RTEMS uses the one in newlib. -INSTALL_ASSERT_H = - # RTEMS always has limits.h. LIMITS_H_TEST = true diff --git a/gcc/config/x-linux b/gcc/config/x-linux index a7c091799e8..d284b3e7e41 100644 --- a/gcc/config/x-linux +++ b/gcc/config/x-linux @@ -1,5 +1,2 @@ # Don't run fixproto STMP_FIXPROTO = - -# Don't install "assert.h" in gcc. We use the one in glibc. -INSTALL_ASSERT_H = |