summaryrefslogtreecommitdiff
path: root/Makefile.tpl
Commit message (Collapse)AuthorAgeFilesLines
* * Makefile.def (target_modules) [libtermcap, libiberty, zlib]: Stage.ljrittle2004-01-141-4/+4
| | | | | | | | * Makefile.tpl (configure-target-[+module+]): Support stage. * Makefile.in: Rebuilt. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@75880 138bc75d-0d04-0410-961f-82ee72b054a4
* * configure.in: Use ./config.cache, not config.cache.neroden2004-01-051-1/+1
| | | | | | | | | * configure: Regenerate. * Makefile.tpl: Special-casing not needed for GCC any more. * Makefile.in: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@75413 138bc75d-0d04-0410-961f-82ee72b054a4
* * Makefile.tpl: Make GCC use a separate config.cache.neroden2004-01-031-1/+4
| | | | | | | * Makefile.in: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@75360 138bc75d-0d04-0410-961f-82ee72b054a4
* toplevel:kcook2003-11-211-1/+6
| | | | | | | | | | | | | | | | | 2003-11-20 Kelley Cook <kcook@gcc.gnu.org> * Makefile.tpl (BASE_FLAGS_TO_PASS): Pass along CONFIG_SHELL. (configure-build-[+module+], configure-[+module+]): Likewise. (configure-target-[+module+], configure-gcc, config.status): Likewise. * Makefile.in: Regenerate. gcc: 2003-11-20 Kelley Cook <kcook@gcc.gnu.org> * Makefile.in (Makefile): Pass along CONFIG_SHELL. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@73784 138bc75d-0d04-0410-961f-82ee72b054a4
* * Makefile.tpl (EXTRA_GCC_FLAGS): Pass BOOT_ADAFLAGS.charlet2003-11-191-1/+2
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@73736 138bc75d-0d04-0410-961f-82ee72b054a4
* * Makefile.tpl: Make GCC_FLAGS_TO_PASS a superset ofneroden2003-10-131-7/+1
| | | | | | | | HOST_FLAGS_TO_PASS. * Makefile.in: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@72442 138bc75d-0d04-0410-961f-82ee72b054a4
* * configure.in: Allow explicit specification of CFLAGS_FOR_BUILD.membar2003-10-061-1/+1
| | | | | | | | | * configure: Rebuilt * Makefile.tpl: Use CFLAGS_FOR_BUILD computed by configure * Makefile.in: Rebuilt git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@72130 138bc75d-0d04-0410-961f-82ee72b054a4
* * Makefile.tpl: Don't pass down obsolete ENQUIRE variable.neroden2003-09-201-1/+0
| | | | | | | * Makefile.in: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@71610 138bc75d-0d04-0410-961f-82ee72b054a4
* (top level)neroden2003-09-201-2/+0
| | | | | | | | | | | * Makefile.tpl: Don't pass (unused) DLLTOOL or WINDRES to gcc. * Makefile.in: Regenerate. (gcc) * Makefile.in: Don't set (unused) DLLTOOL. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@71609 138bc75d-0d04-0410-961f-82ee72b054a4
* * Makefile.tpl (check, check-c++): Express dependencies usingkraai2003-08-021-4/+2
| | | | | | | | dependencies rather than commands. * Makefile.in: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@70092 138bc75d-0d04-0410-961f-82ee72b054a4
* 2003-07-31 Geoffrey Keating <geoffk@apple.com>geoffk2003-07-311-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Makefile.tpl (libsubdir): Use gcc instead of gcc-lib. * Makefine.in: Update. Index: gcc/ChangeLog 2003-07-31 Geoffrey Keating <geoffk@apple.com> * Makefile.in (libexecdir): New. (libsubdir): Use gcc instead of gcc-lib. (libexecsubdir): New. (ORDINARY_FLAGS_TO_PASS): Add libexecsubdir. (DRIVER_DEFINES): Add STANDARD_LIBEXEC_PREFIX, use gcc instead of gcc-lib. (installdirs): Make libexecsubdir. (install-common): Put executables in libexecsubdir. (itoolsdir): Use libexecsubdir. (itoolsdatadir): New. (install-mkheaders): Separate data files and executables. (install-collect2): Put executables in libexecsubdir. (uninstall): Remove libexecsubdir. * mkheaders.in: Update for new arrangement of files. (libexecdir): New. (libexecsubdir): New. (itoolsdir): Use libexecsubdir. (itoolsdatadir): New. * gcc.c (gcc_libexec_prefix): New. (STANDARD_LIBEXEC_PREFIX): Use gcc instead of gcc-lib. (standard_exec_prefix_1): Use libexec. (standard_exec_prefix_2): New. (standard_libexec_prefix): New. (process_command): Update for new arrangement of files. Compute gcc_libexec_prefix. Update for change from gcc-lib to gcc. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@70024 138bc75d-0d04-0410-961f-82ee72b054a4
* * Makefile.tpl: Use 'mkinstalldirs' rather than 'mkdir' whenneroden2003-07-281-6/+3
| | | | | | | | | | creating target and build subdirs to build all parent dirs as needed. * Makefile.in: Rebuild. * configure.in: Don't build dirs explicitly here. * configure: Rebuild. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@69871 138bc75d-0d04-0410-961f-82ee72b054a4
* * Makefile.tpl (all-make): Depend on intl.aoliva2003-07-221-1/+1
| | | | | | | * Makefile.in: Rebuilt. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@69684 138bc75d-0d04-0410-961f-82ee72b054a4
* PR bootstrap/11273neroden2003-07-131-8/+4
| | | | | | | | | | | | PR bootstrap/11408 * Makefile.tpl: Set INSTALL and friends using autoconf. Remove unused INSTALL_PROGRAM_ARGS. * configure.in: Use AC_PROG_INSTALL. * Makefile.in: Regenerate. * configure: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@69304 138bc75d-0d04-0410-961f-82ee72b054a4
* top:zack2003-07-081-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Makefile.tpl (configure-gcc): Depend on maybe-configure-intl. * Makefile.in: Regenerate. config: * gettext.m4: Delete all former contents. (ZW_GNU_GETTEXT_SISTER_DIR): New macro. * progtest.m4: New file. gcc: * Makefile.in (top_builddir): Set to "..", not ".". (INTLLIBS, INTLDEPS): Delete. (LIBINTL, LIBINTL_DEP, LIBICONV_DEP): New variables to be substituted. (LIBDEPS): Add $(LIBICONV_DEP). (LIBS): Take out $(INTLLIBS), add $(LIBINTL) and $(LIBICONV). (INCLUDES): Replace -I../intl with @INCINTL@. ($(top_builddir)/intl/libintl.a): Delete rule. (stage2-start, stage3-start, stage4-start, stageprofile-start, stagefeedback-start): Use $$ for variable to be evaluated by shell, not make. * acconfig.h (ENABLE_NLS, HAVE_CATGETS, HAVE_GETTEXT, HAVE_LC_MESSAGES, HAVE_STPCPY): Delete. * aclocal.m4: sinclude ../config/progtest.m4. Add contents of lcmessage.m4 from gettext distro. * configure.in: Check for wchar.h and setlocale. Set LIBICONV_DEP to the empty string and substitute it. Call AM_LC_MESSAGES. Delete AC_ARG_ENABLE for --enable-nls; this is handled elsewhere. Use ZW_GNU_GETTEXT_SISTER_DIR, not CY_GNU_GETTEXT. Clear $LIBICONV if its text is included in $LIBINTL, to avoid linking it twice. * configure, config.in: Regenerate. intl: * README: Update. * Makefile.in (INSTALL, INSTALL_DATA, MKINSTALLDIRS, mkinstalldirs, gettextsrcdir, l): Delete. (COMPILE): Add $(DEFS-$@), remove $(XCFLAGS). (HEADERS): libgnuintl.h not libgnuintl.h.in. Remove os2compat.h. (SOURCES): Remove os2compat.c. (DEFS-dcigettext.o, DEFS-localealias.o, DEFS-localcharset.o, DEFS-relocatable.o): New. (all-yes): Add config.intl. (libintl.h): Use cp, not cat. (INCLUDES): Remove -I.. (TAGS, CTAGS, ID): Word wrap. (mostlyclean, distclean): Remove junk. (config.intl): New rule. * aclocal.m4: sinclude ../config/progtest.m4 instead of including it inline. * config.intl.in: New file. * configure.in: Take out unnecessary AC_CONFIG_AUX_DIR. Take out AC_DEFINEs for LOCALEDIR, LOCALE_ALIAS_PATH, LIBDIR, INSTALLDIR. Set LIBINTL_DEP and INCINTL and AC_SUBST them. Add config.intl to AC_OUTPUT. * os2compat.c, os2compat.h: Delete, unused. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@69071 138bc75d-0d04-0410-961f-82ee72b054a4
* * Makefile.tpl (all-bootstrap): Depend on maybe-all-intl.zack2003-07-041-1/+1
| | | | | | | * Makefile.in: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@68945 138bc75d-0d04-0410-961f-82ee72b054a4
* 2003-07-04 H.J. Lu <hongjiu.lu@intel.com>hjl2003-07-041-62/+64
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Makefile.tpl: Replace PWD with PWD_COMMAND. * Makefile.in: Regenerated. gcc/ 2003-07-04 H.J. Lu <hongjiu.lu@intel.com> * config-ml.in: Replace PWD with PWD_COMMAND. * Makefile.in: Likewise. gcc/ada/ 2003-07-04 H.J. Lu <hongjiu.lu@intel.com> * Make-lang.in: Replace PWD with PWD_COMMAND. * Makefile.adalib: Likewise. * Makefile.in: Likewise. gcc/treelang/ 2003-07-04 H.J. Lu <hongjiu.lu@intel.com> * Make-lang.in: Replace PWD with PWD_COMMAND. libf2c/ 2003-07-04 H.J. Lu <hongjiu.lu@intel.com> * Makefile.in: Replace PWD with PWD_COMMAND. libstdc++-v3/ 2003-07-04 H.J. Lu <hongjiu.lu@intel.com> * Makefile.am: Replace PWD with PWD_COMMAND. * Makefile.in: Regenerated. * docs/html/Makefile: Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@68931 138bc75d-0d04-0410-961f-82ee72b054a4
* top:zack2003-07-041-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * intl: New directory; see intl/ChangeLog for details. * ABOUT-NLS, config.rpath: Import from gettext 0.12.1. * Makefile.tpl: all-gcc depends on maybe-all-intl. * Makefile.in: Regenerate. config: * gettext.m4: New file - copy of gettext.m4 from binutils CVS, with added AC_ISC_POSIX macro from gcc/aclocal.m4. gcc: * ABOUT-NLS: Delete. * intl: Delete entire directory. * aclocal.m4: Include ../config/gettext.m4. Delete AC_ISC_POSIX, AM_LANGINFO_CODESET, jm_GLIBC21, AM_LC_MESSAGES, AM_PATH_PROG_WITH_TEST, AM_WITH_NLS, and AM_GNU_GETTEXT. * configure.in: Use CY_GNU_GETTEXT, not AM_GNU_GETTEXT. Remove intl/Makefile from all_outputs. * configure, config.in: Regenerate. * Makefile.in: Expunge all references to intl subdirectory. Add -I../intl to INCLUDES. * intl.h: Include libintl.h if and only if ENABLE_NLS is defined. intl: * Makefile.in: Remove unnecessary capabilities for installation, build of shared libraries, generation of distribution tarballs, etc. Fix all the places that rely on the parent directory. Don't generate libgnuintl.h from anything; do generate $(objdir)/libintl.h from libgnuintl.h if necessary. Adjust DEFS for use of config.h. * libgnuintl.h.in: Rename libgnuintl.h. * README: New file. * config.charset, ref-add.sin, ref-del.sin: Delete (unused). * COPYING.LIB-2.0, COPYING.LIB-2.1: Delete (redundant). * aclocal.m4: New; generated per instructions in gettext manual. * configure.in: New; written from scratch for this configuration. * configure, config.h.in: Generated. contrib: * gcc_update: Remove gcc/intl/plural.c from list. Add new generated files intl/plural.c, intl/configure, intl/config.h.in. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@68928 138bc75d-0d04-0410-961f-82ee72b054a4
* * Makefile.tpl: Add maybe-configure-itcl to configure-gdb.dj2003-06-231-1/+1
| | | | | | | * Makefile.in: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@68393 138bc75d-0d04-0410-961f-82ee72b054a4
* * Makefile.def: Introduce flags_to_pass.neroden2003-06-231-64/+3
| | | | | | | | * Makefile.tpl: Generate BASE_FLAGS_TO_PASS using it. * Makefile.in: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@68384 138bc75d-0d04-0410-961f-82ee72b054a4
* (toplev)neroden2003-06-171-2/+0
| | | | | | | | | | | | | | * Makefile.tpl: Remove BUILD_CC stuff. * Makefile.in: Regenerate. (gcc) * configure.in: Replace BUILD_CC references with CC_FOR_BUILD. * configure: Regenerate. * Makefile.in: Replace BUILD_CC references with CC_FOR_BUILD. (gcc/f) * Make-lang.in: Replace BUILD_CC references with CC_FOR_BUILD. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@68115 138bc75d-0d04-0410-961f-82ee72b054a4
* * configure.in: Disable serial configure by default.neroden2003-06-111-8/+2
| | | | | | | | | * configure: Regenerate. * Makefile.tpl: Abolish .NOTPARALLEL. * Makefile.in: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@67747 138bc75d-0d04-0410-961f-82ee72b054a4
* * Makefile.tpl: Replace {build,host,target}_canonical byneroden2003-06-101-20/+11
| | | | | | | | {build,host,target}. * Makefile.in: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@67739 138bc75d-0d04-0410-961f-82ee72b054a4
* * Makefile.tpl: Fix stupid pasto.neroden2003-06-101-1/+1
| | | | | | | * Makefile.in: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@67702 138bc75d-0d04-0410-961f-82ee72b054a4
* * Makefile.tpl: Remove bogus conditional.neroden2003-06-101-24/+20
| | | | | | | * Makefile.in: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@67693 138bc75d-0d04-0410-961f-82ee72b054a4
* * install.tex: Document profiledbootstrap.hubicka2003-06-051-0/+17
| | | | | | | | | | | | | | | | | | | | * Makefile.tpl (profiledbootstrap): New target. * Makefile.in (profiledbootstrap): New target. * Makefile.in (clean, distclean): Kill new stages (POSTSTAGE1_FLAGS_TO_PASS): Break from ... (STAGE2_FLAGS_TO_PASS): ... this one. (STAGEPROFILE_FLAGS_TO_PASS, STAGEFEEDBACK_FLAGS_TO_PASS): New. (stage[2-4]_build): Add POSTSTAGE1_FLAGS_TO_PASS. (stageprofile_build, stageprofile_copy, stagefeedback_build, stagefeedback_copy): New. (restageprofile, restagefeedback, stageprofile-start, stageprofile, stagefeedback-start): Likewise. * Make-lang.in: Add support for stageprofile and stagefeedback git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@67498 138bc75d-0d04-0410-961f-82ee72b054a4
* * Makefile.tpl: Make 'recursive targets' using autogen ratherneroden2003-06-031-94/+94
| | | | | | | | | | | | | | than shell loop. Remove duplicate 'clean' targets and false comments. * Makefile.def: Add systematic dependencies to 'recursive' targets. Add systematic method of specifying missing targets in subdirs. Add copyright boilerplate. * Makefile.in: Regenerate. * configure.in: Add 'recursive targets' to maybe list. * configure: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@67402 138bc75d-0d04-0410-961f-82ee72b054a4
* * Makefile.tpl: Rename [+target+] to [+make_target+].neroden2003-06-031-4/+4
| | | | | | | * Makefile.def: Rename 'target' to 'make_target'. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@67380 138bc75d-0d04-0410-961f-82ee72b054a4
* * Makefile.tpl: Make maybe-check-gcc .PHONY.dj2003-05-281-1/+1
| | | | | | | * Makefile.in: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@67209 138bc75d-0d04-0410-961f-82ee72b054a4
* * Makefile.tpl (configure-target-libiberty): Depend only on gcc, notdj2003-05-221-1/+1
| | | | | | | | newlib or libgloss. * Makefile.in: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@67077 138bc75d-0d04-0410-961f-82ee72b054a4
* * Makefile.tpl: Add missing empty maybe-check-gcc target.dj2003-05-211-0/+1
| | | | | | | * Makefile.in: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@67066 138bc75d-0d04-0410-961f-82ee72b054a4
* 2003-05-19 Nathanael Nerode <neroden@gcc.gnu.org>neroden2003-05-201-14/+23
| | | | | | | | | | | * configure.in: Switch more things to use maybe dependencies. * Makefile.tpl: Switch more things to use maybe dependencies. Factor out common code from autogen IF statements. * configure: Regenerate. * Makefile.in: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@66982 138bc75d-0d04-0410-961f-82ee72b054a4
* <top level>neroden2003-05-181-13/+35
| | | | | | | | | | | | | | | | * configure.in: Switch more things to use maybe dependencies. Rearrange a little. Use GCC_TOPLEV_SUBDIRS. * configure: Regenerate. * Makefile.tpl: Switch more things to use maybe dependencies. * Makefile.in: Regenerate. <config> * config/acx.m4: Introduce _GCC_TOPLEV_NONCANONICAL_BUILD, _GCC_TOPLEV_NONCANOICAL_HOST, _GCC_TOPLEV_NONCANONICAL_TARGET, GCC_TOPLEV_SUBDIRS. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@66932 138bc75d-0d04-0410-961f-82ee72b054a4
* 2003-05-15 Andreas Schwab <schwab@suse.de>aj2003-05-161-0/+2
| | | | | | | | * Makefile.tpl (install-opcodes): Define. * Makefile.in: Rebuild. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@66869 138bc75d-0d04-0410-961f-82ee72b054a4
* 2003-05-02 Chris Demetriou <cgd@broadcom.com>cgd2003-05-031-2/+2
| | | | | | | | * Makefile.tpl: Require "makeinfo" from texinfo 4.2 or later. * Makefile.in: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@66415 138bc75d-0d04-0410-961f-82ee72b054a4
* * Makefile.tpl: Clean $(BUILD_SUBDIR).drow2003-04-281-0/+1
| | | | | | | * Makefile.in: Regenerated. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@66145 138bc75d-0d04-0410-961f-82ee72b054a4
* * Makefile.tpl (MAKEINFOFLAGS): Default to --split-size=5000000.gerald2003-04-181-1/+2
| | | | | | | * Makefile.in: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@65786 138bc75d-0d04-0410-961f-82ee72b054a4
* 2003-04-17 Phil Edwards <pme@gcc.gnu.org>pme2003-04-171-2/+3
| | | | | | | | | | * Makefile.tpl (GCC_STRAP_TARGETS): New variable containing all the previous bootstrap targets, plus bubblestrap, quickstrap, cleanstrap, and restrap. * Makefile.in: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@65752 138bc75d-0d04-0410-961f-82ee72b054a4
* * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES back down.neroden2003-03-141-4/+8
| | | | | | | * Makefile.in: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@64370 138bc75d-0d04-0410-961f-82ee72b054a4
* (toplev)neroden2003-03-121-5/+4
| | | | | | | | | | | | | | | | | * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES up. Delete unused Make macro. * Makefile.in: Regenerate. * configure.in: Clean up gxx_include_dir logic. * configure: Regenerate. (gcc) * Makefile.in: Eliminate all.indirect. Update and clean up comments. Rearrange. Reorganize. * configure.in: Rearrange. * configure: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@64260 138bc75d-0d04-0410-961f-82ee72b054a4
* * Makefile.tpl: Reindent.neroden2003-03-051-165/+168
| | | | | | | | | * Makefile.in: Regenerate. * configure.in: Reindent. Don't set unused variables. * configure: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@63823 138bc75d-0d04-0410-961f-82ee72b054a4
* * Makefile.tpl: Always pass down RANLIB.neroden2003-03-041-4/+4
| | | | | | | * Makefile.in: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@63777 138bc75d-0d04-0410-961f-82ee72b054a4
* * Makefile.tpl: Don't set unused enable_shared, enable_threads macros.neroden2003-03-041-2/+0
| | | | | | | | | | | * Makefile.in: Regenerate. * configure.in: Remove unused logic relating to --enable-shared and --enable-threads. Remove bogus comments. Remove redundant noconfigdirs. * configure: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@63776 138bc75d-0d04-0410-961f-82ee72b054a4
* * Makefile.tpl: Rearrange.neroden2003-02-281-151/+175
| | | | | | | * Makefile.in: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@63567 138bc75d-0d04-0410-961f-82ee72b054a4
* * Makefile.tpl: Add definition of CPPFLAGS to pass intodj2003-02-211-1/+2
| | | | | | | | | configure-target-* as some target builds may require additional flags for preprocessor tests. * Makefile.in: Regenerated. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@63200 138bc75d-0d04-0410-961f-82ee72b054a4
* * configure.in: Introduce --enable-maintainer-mode.aoliva2003-02-191-2/+2
| | | | | | | | | | * configure: Rebuilt. * Makefile.tpl (Makefile.in, configure): Enable dependencies only for maintainer mode. * Makefile.in: Rebuilt. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@63134 138bc75d-0d04-0410-961f-82ee72b054a4
* * Makefile.tpl (check-c++): Allow parallelism.jason2003-02-181-1/+2
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@63053 138bc75d-0d04-0410-961f-82ee72b054a4
* * Makefile.tpl (RANLIB): Define.ro2003-02-141-0/+1
| | | | | | | * Makefile.in: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@62913 138bc75d-0d04-0410-961f-82ee72b054a4
* * Makefile.def: Remove "snavigator", "grep", and "db" modules.dj2003-02-061-3/+1
| | | | | | | | | | * Makefile.tpl: Remove "all-snavigator" and "all-grep". * Makefile.in: Regenerated. * configure.in: Remove all traces of snavigator, db, and grep. * configure: Regenerated. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@62496 138bc75d-0d04-0410-961f-82ee72b054a4
* 2003-01-31 Frank Ch. Eigler <fche@redhat.com>fche2003-01-311-1/+1
| | | | | | | | * Makefile.tpl (all-sid): Add libiberty/bfd/opcodes dependencies. * Makefile.in: Regenerated. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@62195 138bc75d-0d04-0410-961f-82ee72b054a4