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/cross-make | |
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/cross-make')
-rw-r--r-- | gcc/cross-make | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gcc/cross-make b/gcc/cross-make index fef123c40cd..241edba8ad0 100644 --- a/gcc/cross-make +++ b/gcc/cross-make @@ -9,6 +9,3 @@ SYSTEM_HEADER_DIR = $(CROSS_SYSTEM_HEADER_DIR) # Don't try to compile the things we can't compile. ALL = all.cross - -# Don't install assert.h in /usr/local/include. -assertdir = $(tooldir)/include |