summaryrefslogtreecommitdiff
path: root/Makefile.in
Commit message (Collapse)AuthorAgeFilesLines
* manfred1998-06-191-1/+6
| | | | | | | | | | | | | | | | | | | | | egcs-19980619/ChangeLog 1998-06-19 Manfred Hollstein <manfred@s-direktnet.de> * configure (gcc_version): Add new variable describing the particular gcc version we're building. * Makefile.in (libsubdir): Add new macro for the directory in which the compiler finds executables, libraries, etc. (BASE_FLAGS_TO_PASS): Pass down gcc_version, target_alias and libsubdir. egcs-19980619/gcc/ChangeLog 1998-06-19 Manfred Hollstein <manfred@s-direktnet.de> * Makefile.in (installdirs): Loop over directories in $(libsubdir) creating probably missing ones, instead of single if statements. egcs-19980619/libio/ChangeLog 1998-06-19 Manfred Hollstein <manfred@s-direktnet.de> * config.shared (FLAGS_TO_PASS): Add libsubdir. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@20583 138bc75d-0d04-0410-961f-82ee72b054a4
* * Makefile.in (local-clean): remove *.loglaw1998-06-191-1/+22
| | | | | | | | | | (warning.log): built with warn_summary from build.log (mail-report.log): run test_summary (mail-report-with-warnings.log): run test_summary including warning.log in the report git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@20579 138bc75d-0d04-0410-961f-82ee72b054a4
* * Makefile.in (boostrap2-lean, bootstrap3-lean,law1998-05-241-2/+5
| | | | | | | | bootstrap4-lean): new targets Forgot to commit. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@20016 138bc75d-0d04-0410-961f-82ee72b054a4
* law1998-05-111-2/+2
| | | | | | | | | | | | * mpw-* Delete. Not used. * ltconfig, ltmain.sh: Update to libtool 1.2a. * Makefile.in (CC_FOR_TARGET): Use $(TARGET_SUBDIR) when passing -B for newlib directory. (CXX_FOR_TARGET): Likewise. Bring over from devo. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@19689 138bc75d-0d04-0410-961f-82ee72b054a4
* * configure: Define DEFAULT_M4 by searching PATH.law1998-04-151-1/+2
| | | | | | | | * Makefile.in: Use DEFAULT_M4. Forgot to commit Makefile.in for this change. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@19223 138bc75d-0d04-0410-961f-82ee72b054a4
* * Makefile.in (INSTALL_MODULES): Remove texinfo.law1998-04-121-1/+0
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@19153 138bc75d-0d04-0410-961f-82ee72b054a4
* 8manfred1998-03-201-2/+2
| | | | | | | | * Makefile.in (install-gcc): Don't specify LANGUAGES here. (install-gcc-cross): Instead, override LANGUAGES here. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@18722 138bc75d-0d04-0410-961f-82ee72b054a4
* ($(CONFIGURE_TARGET_MODULES)): Set CONFIG_SITE to afx1998-03-181-2/+4
| | | | | | | non-existent file since /dev/null loses with bash 2.0/autoconf 2.12. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@18655 138bc75d-0d04-0410-961f-82ee72b054a4
* * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Run configure withlaw1998-02-181-2/+2
| | | | | | | CONFIG_SITE=/dev/null to forestall lossage with site configuration. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@18060 138bc75d-0d04-0410-961f-82ee72b054a4
* 8manfred1998-02-161-4/+1
| | | | | | | | * Makefile.in (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS): Really add this change to sync Makefile.in with its ChangeLog entries. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@18022 138bc75d-0d04-0410-961f-82ee72b054a4
* * Makefile.in (TARGET_CONFIGDIRS): Add libf2c.law1998-02-011-1/+7
| | | | | | | | | | | (ALL_TARGET_MODULES, CONFIGURE_TARGET_MODULES): Similarly (CHECK_TARGET_MODULES, INSTALL_TARGET_MODULES): Similarly (CLEAN_TARGET_MODULES): Similarly (all-target-libf2c): Add dependences. * configure.in (target_libs): Add libf2c. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@17569 138bc75d-0d04-0410-961f-82ee72b054a4
* * Makefile.in (BASE_FLAGS_TO_PASS): Remove passing $(local_prefix)law1998-01-281-3/+2
| | | | | | | here as it is not defined in the toplevel Makefile. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@17528 138bc75d-0d04-0410-961f-82ee72b054a4
* Sat Jan 17 21:28:08 1998 Pieter Nagel <pnagel@epiuse.co.za>law1998-01-171-0/+2
| | | | | | | | * Makefile.in (FLAGS_TO_PASS): Pass down gcc_include_dir and local_prefix to sub-make invocations. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@17390 138bc75d-0d04-0410-961f-82ee72b054a4
* * Makefile.in (INSTALL_TARGET_CROSS): Define.law1997-12-021-3/+19
| | | | | | | (install-cross, install-gcc-cross): New targets. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@16888 138bc75d-0d04-0410-961f-82ee72b054a4
* * Makefile.in (INSTALL_TARGET): Do install-gcc first.law1997-11-271-1/+1
| | | | | | | | * configure (gxx_include_dir): Provide a definition for subdirs which do not use autoconf. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@16784 138bc75d-0d04-0410-961f-82ee72b054a4
* * Makefile.in: check-target-libio depends on all-target-libstdc++.jason1997-10-271-0/+1
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@16206 138bc75d-0d04-0410-961f-82ee72b054a4
* * Makefile.in (bootstrap-lean): Combined with `normal' bootstraplaw1997-10-261-19/+12
| | | | | | | | targets using "$@" to provide support for similar but not identical targets without having to duplicate code. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@16186 138bc75d-0d04-0410-961f-82ee72b054a4
* * Makefile.in (bootstrap-lean): New target.law1997-09-291-0/+15
| | | | | | | * gcc/Makefile.in (bootstrap-lean, compare-lean): New targets. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@15786 138bc75d-0d04-0410-961f-82ee72b054a4
* * Makefile.in (cross): New target.law1997-09-191-0/+10
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@15564 138bc75d-0d04-0410-961f-82ee72b054a4
* * Makefile.in (bootstrap2, bootstrap3): New targets.law1997-09-191-3/+3
| | | | | | | | (all-bootstrap): Remove outdated and confusing target. (bootstrap, bootstrap2, bootstrap3): Don't pass BOOT_CFLAGS down. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@15563 138bc75d-0d04-0410-961f-82ee72b054a4
* * Makefile.in (bootstrap2, bootstrap3): New targets.law1997-09-191-15/+3
| | | | | | | (all-bootstrap): Remove outdated and confusing target. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@15559 138bc75d-0d04-0410-961f-82ee72b054a4
* Patches from H.J. Lu for alpha-linux -fPIC --enable-shared problem.wilson1997-09-111-1/+1
| | | | | | | | | | * Makefile.in (local-distclean): Also remove mh-frag mt-frag. * configure.in (skipdirs): Add target-librx for Linux. (alpha-*-linux*): Use config/mh-elfalphapic and config/mt-elfalphapic. * mh-elfalphapic, mt-elfalphapic: New files. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@15419 138bc75d-0d04-0410-961f-82ee72b054a4
* * Makefile.in (bootstrap): New target.law1997-09-111-0/+25
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@15399 138bc75d-0d04-0410-961f-82ee72b054a4
* Initial revisionjason1997-08-211-0/+1608
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@14877 138bc75d-0d04-0410-961f-82ee72b054a4