aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Collapse)AuthorFilesLines
2000-11-21Update my entries in the MAINTAINERS file.Bernd Schmidt1-0/+5
From-SVN: r37614
2000-11-18Makefile.in: Merge with src and libgcj.Alexandre Oliva1-0/+6
* Makefile.in: Merge with src and libgcj. (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. From-SVN: r37546
2000-11-18Makefile.in (HOST_LIB_PATH, [...]): New macros.Alexandre Oliva1-0/+5
* Makefile.in (HOST_LIB_PATH, TARGET_LIB_PATH): New macros. (REALLY_SET_LIB_PATH): Use them. From-SVN: r37545
2000-11-18* MAINTAINERS: Add self to Write After Approval list.Stan Shebs1-0/+4
From-SVN: r37537
2000-11-13configure: Provide the original toplevel configure arguments (including $0) ↵Joseph Myers1-0/+6
to... * configure: Provide the original toplevel configure arguments (including $0) to subprocesses in the environment rather than through gcc/configargs.h. gcc: * configure.in: Take toplevel configure arguments from the environment to create configargs.h and substitute gcc_config_arguments, taking account of any existing configargs.h if reconfiguring. * configure: Regenerate. * gccbug.in: Include toplevel configure arguments in gccbug. From-SVN: r37423
2000-11-13MAINTAINERS: Remove references to cccp.Joseph Myers1-0/+5
* MAINTAINERS: Remove references to cccp. Change C9X reference to C99. Alphabetise "Write After Approval" list. From-SVN: r37420
2000-11-13configure: Turn on libstdc++ V3 by default.Mark Mitchell1-0/+2
* configure: Turn on libstdc++ V3 by default. * configure.in: Turn on libstdc++ V3 by default. * configure: Regenerated. From-SVN: r37415
2000-11-13ltcf-c.sh: On Solaris, use `gcc -shared' to build a shared library if we've ↵Mark Mitchell1-0/+5
got GCC. * ltcf-c.sh: On Solaris, use `gcc -shared' to build a shared library if we've got GCC. From-SVN: r37414
2000-11-11Add self to MAINTAINERS file.Philip Blundell1-0/+4
From-SVN: r37388
2000-11-09ltcf-c.sh (aix4): Improve shared library configuration; require exporting ↵David Edelsohn1-0/+8
symbols. * ltcf-c.sh (aix4): Improve shared library configuration; require exporting symbols. * ltcf-cxx.sh (aix4): Define. * ltconfig (aix4): Define library and soname specs appropriate for AIX. Define command to create export symbols list. From-SVN: r37347
2000-11-06* config.sub: Add support for Sun ChorusChristopher Faylor1-0/+4
From-SVN: r37280
2000-11-01Rename cygnus.com to redhat.comNick Clifton1-0/+6
Install new email address for Clint From-SVN: r37193
2000-10-30* etc: Remove directory from GCC.Joseph Myers1-0/+4
From-SVN: r37140
2000-10-17Only create gcc/configargs.h if gcc build directory is presentMichael Meissner1-0/+5
From-SVN: r36894
2000-10-16config.if: Search libstdc++-v3/configure.in for INTERFACE, when configured ↵Matthias Klose1-0/+5
for libstdc++-v3. * config.if: Search libstdc++-v3/configure.in for INTERFACE, when configured for libstdc++-v3. From-SVN: r36881
2000-10-05configure: Save configure arguments to gcc/configargs.h.Phil Edwards1-0/+4
* configure: Save configure arguments to gcc/configargs.h. * gcc.c (main): Include generated configargs.h header and use arguments in '-v' output. From-SVN: r36734
2000-10-05config.guess: Import CVS version 1.157.Philipp Thomas1-0/+5
2000-10-04 Philipp Thomas <pthomas@suse.de> * config.guess: Import CVS version 1.157. * config.sub: Import CVS version 1.181. From-SVN: r36732
2000-10-04Makefile.in (bootstrap): avoid recursion if subdir missingAndris Pavenis1-0/+6
* Makefile.in (bootstrap): avoid recursion if subdir missing (cross): ditto (do-proto-toplev): ditto From-SVN: r36713
2000-09-30Makefile.in (DEVO_SUPPORT): Added gettext.m4, libtool.m4, ltcf-c.sh, ↵Alexandre Oliva1-0/+3
ltcf-cxx.sh and ltcf-gcj.sh. * Makefile.in (DEVO_SUPPORT): Added gettext.m4, libtool.m4, ltcf-c.sh, ltcf-cxx.sh and ltcf-gcj.sh. From-SVN: r36674
2000-09-30ltconfig, [...]: Updated from libtool multi-language branch, to work around ↵Alexandre Oliva1-0/+6
Solaris' /bin/sh bug. * ltconfig, ltmain.sh, libtool.m4, ltcf-cxx.sh: Updated from libtool multi-language branch, to work around Solaris' /bin/sh bug. Rebuilt all affected `configure' scripts. From-SVN: r36672
2000-09-26* config/mt-aix43 (NM_FOR_TARGET): Add -B bsd-style flag.David Edelsohn1-0/+4
From-SVN: r36648
2000-09-25* MAINTAINERS: Add self as cpplib co-maintainer.Neil Booth1-0/+4
From-SVN: r36627
2000-09-24add self to maintainers listAldy Hernandez1-0/+4
From-SVN: r36589
2000-09-18* INSTALL/README: egcs -> GCC update.Gerald Pfeifer1-0/+4
From-SVN: r36488
2000-09-17Add myselfMarc Espie1-0/+4
From-SVN: r36473
2000-09-15* MAINTAINERS: Add myself to Write After Approval list.Kazu Hirata1-0/+4
From-SVN: r36438
2000-09-13configure.in: Do not build byacc for hppa64.Jeffrey A Law1-0/+5
* configure.in: Do not build byacc for hppa64. Provide paths to the X11 libraries for hppa64. From-SVN: r36389
2000-09-08Maintainer for 68hc11 portStephane Carrez1-0/+4
From-SVN: r36273
2000-09-06* Makefile.in (all-zlib): Added dummy target.Alexandre Oliva1-0/+2
From-SVN: r36206
2000-09-06ltconfig, [...]: Updated from libtool multi-language branch.Alexandre Oliva1-0/+5
* ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh, ltcf-gcj.sh: Updated from libtool multi-language branch. From-SVN: r36198
2000-09-05Makefile.in (all-bootstrap): Added all-texinfo and all-zlib.Alexandre Oliva1-0/+5
* Makefile.in (all-bootstrap): Added all-texinfo and all-zlib. (bootstrap*): Depend on all-bootstrap. From-SVN: r36161
2000-09-05Checked in for recognition of x86_64Philipp Thomas1-0/+5
2000-09-05 Philipp Thomas <pthomas@suse.de> * config.guess: Import CVS version 1.156. * config.sub: Import CVS version 1.179. From-SVN: r36157
2000-09-03Configure changes required for zlib.Anthony Green1-0/+7
From-SVN: r36122
2000-09-02Oops, committed with wrong dateAlexandre Oliva1-1/+1
From-SVN: r36114
2000-09-02configure.in (FLAGS_FOR_TARGET): Use -nostdinc even for Canadian crosses...Alexandre Oliva1-0/+5
* configure.in (FLAGS_FOR_TARGET): Use -nostdinc even for Canadian crosses, but add gcc/include to the header search path for them. From-SVN: r36113
2000-08-30MAINTAINERS: Add self to Write After Approval list.David E. O'Brien1-0/+4
* MAINTAINERS: Add self to Write After Approval list. Approved by: Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at> From-SVN: r36068
2000-08-27config.guess: Import CVS version 1.152.Franz Sirl1-0/+5
2000-08-27 Franz Sirl <Franz.Sirl-kernel@lauterbach.com> * config.guess: Import CVS version 1.152. * config.sub: Import CVS version 1.177. From-SVN: r36004
2000-08-25configure.in (FLAGS_FOR_TARGET): Use $target_configdirs and $targargs to ↵Alexandre Oliva1-0/+3
tell whether newlib is going to be built. * configure.in (FLAGS_FOR_TARGET): Use $target_configdirs and $targargs to tell whether newlib is going to be built. From-SVN: r35969
2000-08-25configure.in [...] (libstdcxx_flags): Search $$r/TARGET_SUBDIR/libio for ↵Alexandre Oliva1-0/+5
_G_config.h. * configure.in [disable-libstdcxx-v3] (libstdcxx_flags): Search $$r/TARGET_SUBDIR/libio for _G_config.h. From-SVN: r35968
2000-08-23* MAINTAINERS: Add self as a build machinery (*.in) maintainer.Alexandre Oliva1-0/+4
From-SVN: r35905
2000-08-22* MAINTAINERS: Add self as a build machinery (*.in) maintainerDJ Delorie1-0/+4
From-SVN: r35898
2000-08-22config-ml.in (CC, CXX): Avoid trailing whitespace.Alexandre Oliva1-0/+6
* config-ml.in (CC, CXX): Avoid trailing whitespace. (LD_LIBRARY_PATH, SHLIB_PATH): Adjust for multilibs and export to sub-configures. From-SVN: r35864
2000-08-21* MAINTAINERS: Add self as a libiberty maintainerDJ Delorie1-0/+4
From-SVN: r35851
2000-08-16configure.in (libstdcxx_flags): Use libstdc++-v3/src/libstdc++.INC.Alexandre Oliva1-0/+5
* configure.in (libstdcxx_flags): Use libstdc++-v3/src/libstdc++.INC. From-SVN: r35750
2000-08-15* configure.in (libstdcxx_flags): Use libstdc++-v3/src/INCLUDES.Alexandre Oliva1-0/+4
From-SVN: r35702
2000-08-15* configure.in (libstdcxx_flags): Remove -isystem $$s/libio/stdio.Zack Weinberg1-0/+2
From-SVN: r35692
2000-08-14top level:Zack Weinberg1-0/+7
* configure: Make enable_threads and enable_shared defaults explicit. Substitute enable_threads into generated Makefiles. * configure.in: Accept *-*-linux* not just *-*-linux-gnu*. * libtool.m4: Accept *-*-linux* not just *-*-linux-gnu*. gcc: * configure.in: Accept *-*-linux* not just *-*-linux-gnu*. * fixinc/inclhack.def: Likewise. * fixinc/mkfixinc.sh: Likewise. * configure: Regenerate. * fixinc/fixincl.x: Regenerate. * install.texi: Document equivalence of linux and linux-gnu. libio: * configure.in: Accept *-*-linux* not just *-*-linux-gnu*. Honor --disable-threads. libstdc++: * configure.in: Accept *-*-linux* not just *-*-linux-gnu*. Honor --disable-threads. libstdc++-v3: * configure: Regenerate after change to ../libtool.m4. libobjc: * configure: Regenerate after change to ../libtool.m4. From-SVN: r35680
2000-08-13* Makefile.in (GCC_FOR_TARGET): Also add -B$$r/gcc/ here.Geoff Keating1-0/+4
From-SVN: r35665
2000-08-12config-ml.in (CC): Remove bogus duplicate quotation mark from previous delta.Alexandre Oliva1-0/+5
* config-ml.in (CC): Remove bogus duplicate quotation mark from previous delta. From-SVN: r35658
2000-08-11configure.in (CC_FOR_TARGET, [...]): Add -B$$r/gcc/ here.Jason Merrill1-3/+5
* configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET, 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. From-SVN: r35651