diff options
author | zack <zack@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-02-27 00:10:15 +0000 |
---|---|---|
committer | zack <zack@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-02-27 00:10:15 +0000 |
commit | 581137123bdfa322c7fff571b4f903648a4f8125 (patch) | |
tree | 63b2be32f6dd38bcf17d841c48e044c5c31d50cb /gcc/build-make | |
parent | d4800e6e121978b5a68ab8fca5a5667226a137cb (diff) | |
download | gcc-581137123bdfa322c7fff571b4f903648a4f8125.tar.gz |
* Makefile.in (STMP_FIXINC): New toggle.
(LIBGCC2_DEPS): Delete all references.
(stmp-headers): Delete target. All references either deleted
or changed to stmp-int-headers.
(all.cross): Don't depend on stmp-headers or STMP_FIXPROTO.
(LIBCPP_OBJS): Take out cppalloc.o.
(cppalloc.o): Delete target.
(stmp-int-hdrs): Depend on $(STMP_FIXINC).
(gen-protos, fix-header): Link with libiberty.a.
* build-make: Don't change FIXINCLUDES. Override STMP_FIXINC
to empty.
* cp/Make-lang.in: Delete refs to LIBGCC2_DEPS.
* configure.in: Remove refs to strerror.
* acconfig.h: Take out NEED_DECLARATION_STRERROR.
* system.h: Take out strerror stanza.
* cpperror.c (my_strerror): Delete function.
(cpp_error_from_errno, cpp_notice_from_errno): Use xstrerror.
* cppmain.c (main): Call xmalloc_set_program_name first thing.
* cppalloc.c: Delete file.
* gen-protos.c: Don't provide xrealloc.
* fixinc/fixincl.c, fixinc/fixlib.c, fixinc/procopen.c: Use
xstrerror throughout.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@32200 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/build-make')
-rw-r--r-- | gcc/build-make | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/gcc/build-make b/gcc/build-make index f9049ae0db9..1e40dd71b92 100644 --- a/gcc/build-make +++ b/gcc/build-make @@ -22,9 +22,7 @@ HOST_OBSTACK=$(OBSTACK) # To build the native compiler with the cross compiler, the headers # for the target are already fixed. And /usr/include is for host, not # target. -FIXINCLUDES=Makefile.in - -# Don't run fixproto either +STMP_FIXINC = STMP_FIXPROTO = # Cause installation using install-build. We do nothing here. |