aboutsummaryrefslogtreecommitdiff
path: root/Makefile.in
AgeCommit message (Collapse)AuthorFilesLines
1998-01-31Makefile.in (TARGET_CONFIGDIRS): Add libf2c.Richard Henderson1-1/+7
* Makefile.in (TARGET_CONFIGDIRS): Add libf2c. (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. From-SVN: r17569
1998-01-28Makefile.in (BASE_FLAGS_TO_PASS): Remove passing $(local_prefix) here as it ↵Manfred Hollstein1-3/+2
is not defined in the toplevel Makefile. * Makefile.in (BASE_FLAGS_TO_PASS): Remove passing $(local_prefix) here as it is not defined in the toplevel Makefile. From-SVN: r17528
1998-01-17Makefile.in (FLAGS_TO_PASS): Pass down gcc_include_dir and local_prefix to ↵Pieter Nagel1-0/+2
sub-make invocations. Sat Jan 17 21:28:08 1998 Pieter Nagel <pnagel@epiuse.co.za> * Makefile.in (FLAGS_TO_PASS): Pass down gcc_include_dir and local_prefix to sub-make invocations. From-SVN: r17390
1997-12-02Makefile.in (INSTALL_TARGET_CROSS): Define.Jeffrey A Law1-3/+19
* Makefile.in (INSTALL_TARGET_CROSS): Define. (install-cross, install-gcc-cross): New targets. From-SVN: r16888
1997-11-27Makefile.in (INSTALL_TARGET): Do install-gcc first.Jeffrey A Law1-1/+1
* Makefile.in (INSTALL_TARGET): Do install-gcc first. * configure (gxx_include_dir): Provide a definition for subdirs which do not use autoconf. From-SVN: r16784
1997-10-27* Makefile.in: check-target-libio depends on all-target-libstdc++.Jason Merrill1-0/+1
From-SVN: r16206
1997-10-26Makefile.in (bootstrap-lean): Combined with `normal' bootstrap targets using ↵Manfred Hollstein1-19/+12
"$@" to provide support for... * Makefile.in (bootstrap-lean): Combined with `normal' bootstrap targets using "$@" to provide support for similar but not identical targets without having to duplicate code. From-SVN: r16186
1997-09-29Makefile.in (bootstrap-lean): New target.Aaron Jackson1-0/+15
* Makefile.in (bootstrap-lean): New target. * gcc/Makefile.in (bootstrap-lean, compare-lean): New targets. From-SVN: r15786
1997-09-18* Makefile.in (cross): New target.Jeffrey A Law1-0/+10
From-SVN: r15564
1997-09-18Makefile.in (bootstrap2, bootstrap3): New targets.Alexandre Oliva1-3/+3
* Makefile.in (bootstrap2, bootstrap3): New targets. (all-bootstrap): Remove outdated and confusing target. (bootstrap, bootstrap2, bootstrap3): Don't pass BOOT_CFLAGS down. Co-Authored-By: Jeffrey A Law <law@cygnus.com> From-SVN: r15563
1997-09-18Makefile.in (bootstrap2, bootstrap3): New targets.Alexandre Oliva1-15/+3
* Makefile.in (bootstrap2, bootstrap3): New targets. (all-bootstrap): Remove outdated and confusing target. Co-Authored-By: Jeffrey A Law <law@cygnus.com> From-SVN: r15559
1997-09-11Patches from H.J. Lu for alpha-linux -fPIC --enable-shared problem.Jim Wilson1-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. From-SVN: r15419
1997-09-10* Makefile.in (bootstrap): New target.Jeffrey A Law1-0/+25
From-SVN: r15399
1997-08-21Initial revisionJason Merrill1-0/+1608
From-SVN: r14877