summaryrefslogtreecommitdiff
path: root/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
* * ltconfig, ltmain.sh, libtool.m4: Updated from libtoolAlexandre Oliva2000-09-301-0/+6
| | | | | multi-language branch, to work around Solaris' /bin/sh bug. Rebuilt all affected `configure' scripts.
* * Makefile.in (DEVO_SUPPORT): Added gettext.m4, libtool.m4 andAlexandre Oliva2000-09-251-0/+5
| | | | ltcf-c.sh.
* 2000-09-12 Philip Blundell <philb@gnu.org>Phil Blundell2000-09-121-0/+4
| | | | * config.sub, config.guess: Update from subversions.
* * Makefile.in (all-zlib): Added dummy target.Alexandre Oliva2000-09-061-0/+2
|
* * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh: Updated from libtoolAlexandre Oliva2000-09-061-0/+5
| | | | multi-language branch.
* * Makefile.in (all-bootstrap): Added all-texinfo and all-zlib.Alexandre Oliva2000-09-051-0/+5
| | | | (bootstrap*): Depend on all-bootstrap.
* * configure.in (FLAGS_FOR_TARGET): Use -nostdinc even for CanadianAlexandre Oliva2000-09-021-0/+5
| | | | crosses, but add gcc/include to the header search path for them.
* * ltconfig, ltmain.sh: Updated from libtool multi-language branch.Alexandre Oliva2000-08-311-0/+6
| | | | | * libtool.m4, ltcf-c.sh: Copied from libtool multi-language branch. * gettext.m4: New file, extracted from aclocal.m4.
* * config-ml.in (CC, CXX): Avoid trailing whitespace.Alexandre Oliva2000-08-221-0/+6
| | | | | (LD_LIBRARY_PATH, SHLIB_PATH): Adjust for multilibs and export to sub-configures.
* * Makefile.in (ALL_MODULES): Add all-cgen.Doug Evans2000-08-201-0/+9
| | | | | | | | (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.
* * config-ml.in (CC, CXX): Don't introduce a leading space.Alexandre Oliva2000-08-171-0/+4
|
* * configure.in (libstdcxx_flags): UseAlexandre Oliva2000-08-161-0/+5
| | | | libstdc++-v3/src/libstdc++.INC.
* * configure.in (libstdcxx_flags): Use libstdc++-v3/src/INCLUDES.Alexandre Oliva2000-08-151-0/+4
|
* * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET,Jason Merrill2000-08-121-0/+7
| | | | | | CXX_FOR_TARGET): Add -B$$r/gcc/ here. (FLAGS_FOR_TARGET): Not here. (CHILL_FOR_TARGET, CXX_FOR_TARGET): Don't check the list of languages.
* * configure.in (FLAGS_FOR_TARGET): invert test for xgcc, should meanDJ Delorie2000-08-071-0/+7
| | | | | | "if we're also building gcc, and it's a gcc that will run on the build machine, we want to use its includes instead of the system's default includes".
* * configure.in (libstdcxx_flags): Don't use `"'.Alexandre Oliva2000-08-031-0/+2
|
* * config-ml.in: Adjust multilib search paths to theAlexandre Oliva2000-08-031-0/+5
| | | | appropriate multilib tree.
* * configure.in (CHILL_FOR_TARGET, CXX_FOR_TARGET): Convert blanks toAlexandre Oliva2000-08-031-0/+5
| | | | commas in $LANGUAGES.
* 2000-08-01 Alexandre Oliva <aoliva@redhat.com>DJ Delorie2000-08-021-0/+16
| | | | | | | | | | | | | | | | * configure.in (qCXX_FOR_TARGET): Use echo instead of expr. 2000-07-31 Alexandre Oliva <aoliva@redhat.com> * configure.in (qCXX_FOR_TARGET): Quote `&' characters in CXX_FOR_TARGET for sed. 2000-07-30 Alexandre Oliva <aoliva@redhat.com> * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET, CXX_FOR_TARGET): Do not override if already set in the environment or in configure. Don't duplicate $(FLAGS_FOR_TARGET) if it already appears in them. (FLAGS_FOR_TARGET): Don't use host directories on Canadian crosses.
* * Makefile.in (FLAGS_FOR_TARGET): New macro.Alexandre Oliva2000-07-281-0/+9
| | | | | | | | (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.
* * Makefile.in (configure-target-libf2c): Depend on $(ALL_GCC).Alexandre Oliva2000-07-241-0/+3
| | | | (configure-target-libchill, configure-target-libobjc): Likewise.
* * configure.in: Use the same cache file for all target libs.Alexandre Oliva2000-07-241-0/+5
| | | | * config-ml.in: But different cache files per multilib variant.
* * configure (topsrcdir): Don't use dirname.Jeff Law2000-07-231-0/+4
|
* merge with gccJason Merrill2000-07-221-89/+333
|
* * config.sub: Update to subversions version 2000-07-06.Hans-Peter Nilsson2000-07-201-0/+4
|
* * symlink-tree: Check number of arguments.Jeff Law2000-07-071-0/+4
|
* Update texinfo.tex to version 2000-05-28.15.Andrew Cagney2000-07-061-0/+4
|
* 2000-07-01 Koundinya K <kk@ddeorg.soft.net>Ulf Carlsson2000-07-021-0/+4
| | | | * ltconfig: Add support for mips-dde-sysv4.2MP
* * ltconfig: Check for host_os beeing one of `cygwin', `mingw' orCorinna Vinschen2000-06-281-0/+5
| | | | `os2'. Force ac_cv_exeext to be ".exe" in that case.
* TI C54x target added.Timothy Wall2000-06-201-0/+5
|
* new file - notes about using --enable-maintainer-modeNick Clifton2000-06-071-0/+5
|
* Import texinfo.tex from texinfo-4.0.Andrew Cagney2000-05-311-0/+4
| | | | Add support for ``make pdf'' to the gdb/doc directory using pdftex.
* * config.sub: Import CVS version 1.167 Tue May 30 09:00:07 2000.Andrew Cagney2000-05-301-0/+5
| | | | * config.guess: Import CVS version 1.148 Tue May 30 09:00:06 2000
* 20000-05-21 H.J. Lu (hjl@gnu.org)H.J. Lu2000-05-211-0/+11
| | | | | | | | | | | * 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.
* 20000-05-19 H.J. Lu (hjl@gnu.org)H.J. Lu2000-05-191-0/+5
| | | | | * configure: Provide --disable-target-dir-sanity-checking to disable the gcc directory checking for cross compiling.
* 20000-05-18 H.J. Lu (hjl@gnu.org)H.J. Lu2000-05-181-0/+5
| | | | | * configure: Ask to create the gcc directory for cross compiling if necessary.
* * configure.in (hppa*64*-*-*): Do build ld for this configuration.Jeff Law2000-05-181-0/+4
|
* * configure.in: Special case powerpc*-*-aix* target_makefile_frag.David Edelsohn2000-05-181-0/+4
|
* * Makefile.in (configure-target-libiberty): Depend onAlexandre Oliva2000-05-171-0/+5
| | | | configure-target-newlib.
* Skip CVS directories when creating tar ball.Andrew Cagney2000-05-161-0/+5
|
* Add code to tweek djunpack as part of release process.Andrew Cagney2000-05-161-0/+7
|
* 2000-05-13 Alexandre Oliva <oliva@lsd.ic.unicamp.br>cygwin-1_1_1H.J. Lu2000-05-131-0/+5
| | | | | * ltmain.sh: Preserve in relink_command any environment variables that may affect the linker behavior.
* * config.sub (basic_machine): Recognize hppa64 as a valid cpu type.Jeff Law2000-05-121-0/+4
|
* Add toplevel configure support for ia64-elf.Jim Wilson2000-05-111-0/+4
| | | | * configure.in (ia64*-*-elf*): Add gdb and friends to noconfigdirs.
* * djunpack.bat: Change the Sed script to replace @V@ in fnchange.lstEli Zaretskii2000-05-081-0/+5
| | | | | | | | | with the version name. * config/djgpp/djconfig.sh: Use more warning switches. * config/djgpp/fnchange.lst: Replace the leading gdb-0222 with the @V@ placebo.
* * djunpack.bat: New file.Eli Zaretskii2000-04-231-0/+4
| | | | * config/djgpp/README: Explain how to unpack using djunpack.bat.
* * config.sub (d30v): Add d30v as a basic machine type.Richard Henderson2000-04-211-0/+4
|
* Pass MD5PROG to sub-makes when building .tar.bz2 archive.Andrew Cagney2000-04-191-0/+7
|
* * Makefile.in (gdb-taz): New target. GDB specific archive.Andrew Cagney2000-04-131-0/+14
| | | | | | | | | | | | | (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.
* Remove ``-W -Wall'' from top-level Makefile/configure.Andrew Cagney2000-04-091-0/+4
| | | | | | | Add ``-W -Wall'' to sub-directories bfd, binutils, gas gprof, ld and opcodes by the addition of WARN_CFLAGS to Makefile.am and configury to set it. Add configure option --enable-build-warnings. Re-generate all and sundry using auto*-000227.