Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2001-06-19 | * Makefile.in: Revert 2001-06-17. | Alan Modra | 1 | -4/+6 | |
(VER): If AM_INIT_AUTOMAKE uses BFD_VERSION, get version from bfd/. | |||||
2001-06-17 | 2001-06-17 H.J. Lu <hjl@gnu.org> | H.J. Lu | 1 | -3/+3 | |
* Makefile.in (gas.tar.bz2): Pass TOOL=bfd PACKAGE=gas to make. (gas+binutils.tar.bz2): Likewise. (binutils.tar.bz2): Pass TOOL=bfd PACKAGE=binutils to make. | |||||
2001-06-13 | Handle GDB's gdb/version.in. | Andrew Cagney | 1 | -1/+5 | |
2001-06-08 | * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If | Alexandre Oliva | 1 | -0/+6 | |
gcc/xgcc is built, use -print-prog-name to find out the program name to use. | |||||
2001-04-02 | * Makefile.in (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS): | Alexandre Oliva | 1 | -4/+16 | |
New macros. (bootstrap, cross): Use RECURSE_FLAGS. * configure.in: Subst CXX_FOR_TARGET_FOR_RECURSIVE_MAKE. | |||||
2001-03-21 | 2001-03-20 Michael Chastain <chastain@redhat.com> | Michael Chastain | 1 | -1/+1 | |
* Makefile.in: all-m4 depends on all-texinfo. | |||||
2001-03-08 | * Makefile.in (ALL_GCC, ALL_GCC_C, ALL_GCC_CXX): Set before use. | Alexandre Oliva | 1 | -3/+3 | |
2001-01-20 | 2001-01-20 Maciej W. Rozycki <macro@ds2.pg.gda.pl> | Andreas Jaeger | 1 | -2/+4 | |
* Makefile.in (ETC_SUPPORT): Add configure.texi and friends. | |||||
2001-01-15 | 2001-01-15 Ben Elliston <bje@redhat.com> | Ben Elliston | 1 | -0/+6 | |
* configure.in (host_tools): Add sid. Always configure cgen. * Makefile.in (all-sid): New target. (check-sid, clean-sid, install-sid): Likewise. | |||||
2000-11-18 | * Makefile.in: Merge with GCC and libgcj. | Alexandre Oliva | 1 | -47/+57 | |
(ALL_GCC_C, ALL_GCC_CXX): New macros. Use them as dependencies of configure-target-<library> when their configure scripts need the C or C++ library to have already been built to work properly. (do_proto_toplev): Set them to an empty string. | |||||
2000-11-18 | * Makefile.in (HOST_LIB_PATH, TARGET_LIB_PATH): New macros. | Alexandre Oliva | 1 | -6/+11 | |
(REALLY_SET_LIB_PATH): Use them. | |||||
2000-09-25 | * Makefile.in (DEVO_SUPPORT): Added gettext.m4, libtool.m4 and | Alexandre Oliva | 1 | -1/+2 | |
ltcf-c.sh. | |||||
2000-09-06 | * Makefile.in (all-zlib): Added dummy target. | Alexandre Oliva | 1 | -0/+1 | |
2000-09-05 | * Makefile.in (all-bootstrap): Added all-texinfo and all-zlib. | Alexandre Oliva | 1 | -2/+2 | |
(bootstrap*): Depend on all-bootstrap. | |||||
2000-08-20 | * Makefile.in (ALL_MODULES): Add all-cgen. | Doug Evans | 1 | -2/+7 | |
(CROSS_CHECK_MODULES,INSTALL_MODULES,CLEAN_MODULES): Similarily. (all-cgen): New target. (all-opcodes,all-sim): Depend on all-cgen. * configure.in (host_tools): Add cgen. Only configure cgen if --enable-cgen-maint. | |||||
2000-07-28 | * Makefile.in (FLAGS_FOR_TARGET): New macro. | Alexandre Oliva | 1 | -56/+7 | |
(GCC_FOR_TARGET): Use it. (CC_FOR_TARGET, CXX_FOR_TARGET, CHILL_FOR_TARGET): Now defined... * configure.in: ... here. (FLAGS_FOR_TARGET): Define. Add ld build dir to -L path. (libstdcxx_flags): Define and append to CXX_FOR_TARGET. | |||||
2000-07-24 | * Makefile.in (configure-target-libf2c): Depend on $(ALL_GCC). | Alexandre Oliva | 1 | -0/+3 | |
(configure-target-libchill, configure-target-libobjc): Likewise. | |||||
2000-07-22 | merge with gcc | Jason Merrill | 1 | -16/+79 | |
2000-05-21 | 20000-05-21 H.J. Lu (hjl@gnu.org) | H.J. Lu | 1 | -3/+3 | |
* configure: Revert changes made on May 18 and May 19. * Makefile.in (CC_FOR_TARGET): Make sure as/ld in the gcc directory are used if they exist. Make sure $(build_tooldir)/include is searched for header files, $(build_tooldir)/lib/ for library files. (GCC_FOR_TARGET): Likewise. (CXX_FOR_TARGET): Likewise. | |||||
2000-05-17 | * Makefile.in (configure-target-libiberty): Depend on | Alexandre Oliva | 1 | -1/+1 | |
configure-target-newlib. | |||||
2000-05-16 | Skip CVS directories when creating tar ball. | Andrew Cagney | 1 | -2/+5 | |
2000-05-16 | Add code to tweek djunpack as part of release process. | Andrew Cagney | 1 | -1/+23 | |
2000-04-19 | Pass MD5PROG to sub-makes when building .tar.bz2 archive. | Andrew Cagney | 1 | -0/+15 | |
2000-04-13 | * Makefile.in (gdb-taz): New target. GDB specific archive. | Andrew Cagney | 1 | -18/+43 | |
(do-md5sum): New target. (MD5PROG): Define. (PACKAGE): Default to TOOL. (VER): Default to a shell script. (taz): Rewrite target. Move real work to do-proto-toplev. Include md5 checksum generation. (do-proto-toplev): New target. Create $(PACKAGE)-$(VER) link. (do-tar-bz2): Delete creation of $(PACKAGE)-$(VER) link. (gdb.tar.bz2, dejagnu.tar.bz2, gdb+dejagnu.tar.bz2, insight.tar.bz2): Use gdb-taz to create archive. | |||||
2000-04-03 | * Makefile.in (CC_FOR_TARGET): Add new winsup directory structure stuff to -L | Christopher Faylor | 1 | -2/+2 | |
library search. (CXX_FOR_TARGET): Ditto. | |||||
2000-03-10 | 2000-03-10 H.J. Lu <hjl@gnu.org> | H.J. Lu | 1 | -11/+0 | |
* Makefile.in (all-gcc): Backed out the last change. | |||||
2000-03-10 | 2000-03-10 H.J. Lu <hjl@gnu.org> | H.J. Lu | 1 | -0/+11 | |
* Makefile.in (all-gcc): Run ld/ld-new if necessary. | |||||
2000-03-03 | * Makefile.in (taz): Set PACKAGE to TOOL when not defined. | Andrew Cagney | 1 | -8/+36 | |
(do-tar-bz2): Replace TOOL with PACKAGE. (gdb.tar.bz2): Remove GDBTK from GDB package. (gdb+dejagnu.tar.bz2, insight.tar.bz2, insight+dejagnu.tar.bz2, dejagnu.tar.bz2): New packages. | |||||
2000-02-07 | Apply patches to support Insight by hand from insight-2000-02-04 snapshot. | Jason Molenda | 1 | -1/+3 | |
1999-08-10 | * Makefile.in (LDFLAGS): Define. | Ian Lance Taylor | 1 | -0/+1 | |
1999-08-08 | * mkdep: New file. | Ian Lance Taylor | 1 | -2/+2 | |
* Makefile.in (GAS_SUPPORT_DIRS): Add mkdep. (BINUTILS_SUPPORT_DIRS): Add mkdep. | |||||
1999-07-30 | * Makefile.in (check-target-libio): Remove all-target-libstdc++ | Alan Modra | 1 | -1/+1 | |
dependency as this causes "make check" to globally "make all" | |||||
1999-07-23 | * Makefile.in (binutils.tar.bz2): Don't pass makeall.bat and | Ian Lance Taylor | 1 | -2/+2 | |
configure.bat in SUPPORT_FILES. (gas+binutils.tar.bz2): Likewise. * makeall.bat: Remove; obsolete. | |||||
1999-06-12 | * Makefile.in: (taz): Don't use texinfo/gpl.texinfo or | Ian Lance Taylor | 1 | -4/+1 | |
texinfo/lgpl.texinfo. | |||||
1999-06-12 | * Makefile.in: Change distribution targets to use bzip2 instead of | Ian Lance Taylor | 1 | -20/+19 | |
gzip. (TEXINFO_SUPPORT): Set to just texinfo/texinfo.tex. | |||||
1999-05-03 | 19990502 sourceware importbinu_ss_19990502 | Richard Henderson | 1 | -0/+1821 | |