summaryrefslogtreecommitdiff
path: root/gcc/build-make
Commit message (Collapse)AuthorAgeFilesLines
* * Makefile.in (STMP_FIXINC): New toggle.zack2000-02-271-3/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (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
* * Makefile.in (TARGET_TOOLPREFIX): No longer define.law1998-05-181-2/+2
| | | | | | | | | | | | | | | | (AR_FOR_TARGET, RANLIB_FOR_TARGET): Define to use versions in the build tree if they exist. (AR, AR_FLAGS, OLDAR, OLDAR_FLAGS, RANLIB, RANLIB_TEST): Update appropriately. (objdir): Let configure substitute value. (FLOAT_H): Let configure select a pre-built version from the config subdir. * build-make (INSTALL_TARGET, ALL): Disable, no longer needed. * configure.in: Substitute for objdir. * cp/Makefile.in (program_transform_name, objdir): Define. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@19828 138bc75d-0d04-0410-961f-82ee72b054a4
* (CC): Pass -b $(host), not target.kenner1996-04-151-1/+1
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@11776 138bc75d-0d04-0410-961f-82ee72b054a4
* (STMP_FIXPROTO): Moved here from cross-make.wilson1996-02-101-0/+3
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@11201 138bc75d-0d04-0410-961f-82ee72b054a4
* (FIXINCLUDES): Set to Makefile.in.kenner1994-09-281-0/+4
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@8159 138bc75d-0d04-0410-961f-82ee72b054a4
* (CC): Delete the -V option.rms1992-12-191-1/+1
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@2897 138bc75d-0d04-0410-961f-82ee72b054a4
* Initial revisionrms1992-10-211-0/+28
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@2546 138bc75d-0d04-0410-961f-82ee72b054a4