- 24 Jan, 2001 1 commit
-
-
* ltcf-gcj.sh (lt_simple_link_test_code): Remove stray `(0)'. * libtool.m4 (_AC_LIBTOOL_GCJ): Pass $CPPFLAGS on. From-SVN: r39223
Alexandre Oliva committed
-
- 23 Jan, 2001 1 commit
-
-
* configure.in: Enable libgcj on several additional platforms. In gcc/java: * config-lang.in: Disable java by default. From-SVN: r39212
Bryce McKinlay committed
-
- 22 Jan, 2001 1 commit
-
-
From-SVN: r39177
Bryce McKinlay committed
-
- 21 Jan, 2001 1 commit
-
-
2001-01-20 Michael Sokolov <msokolov@ivan.Harhan.ORG> * MAINTAINERS (Write After Approval): Add myself. From-SVN: r39159
Michael Sokolov committed
-
- 15 Jan, 2001 2 commits
-
-
From-SVN: r39048
John David Anglin committed -
From-SVN: r39025
Fergus Henderson committed
-
- 09 Jan, 2001 1 commit
-
-
* Makefile.in (CONFIGURE_TARGET_MODULES): Pass back configuration failures of subdirectories. From-SVN: r38837
Mike Stump committed
-
- 02 Jan, 2001 3 commits
-
-
* ltcf-c.sh: clear ac_cv_prog_cc_pic for DJGPP. Do not add '-DPIC' to ac_cv_prog_cc_pic for DJGPP. * ltcf-cxx.sh: likewise. * ltcf-gcj.sh: likewise. * ltconfig.sh: fix typo. From-SVN: r38624
Laurynas Biveinis committed -
From-SVN: r38621
Laurynas Biveinis committed -
From-SVN: r38620
Laurynas Biveinis committed
-
- 30 Dec, 2000 1 commit
-
-
From-SVN: r38556
Marek Michalkiewicz committed
-
- 27 Dec, 2000 1 commit
-
-
From-SVN: r38502
Ben Elliston committed
-
- 19 Dec, 2000 1 commit
-
-
From-SVN: r38384
Joseph Myers committed
-
- 18 Dec, 2000 3 commits
-
-
ftp://ftp.gnu.org/pub/gnu/Licenses/COPYING-2.0
* COPYING: Update to current ftp://ftp.gnu.org/pub/gnu/Licenses/COPYING-2.0 (fixes references to 19yy as example year in copyright notice). gcc: * COPYING: Update to current ftp://ftp.gnu.org/pub/gnu/Licenses/COPYING-2.0 (fixes references to 19yy as example year in copyright notice). gcc/f: * g77.texi: Update GPL copy not to refer to years 19@var{yy}. include: * COPYING: Update to current ftp://ftp.gnu.org/pub/gnu/Licenses/COPYING-2.0 (fixes references to 19yy as example year in copyright notice). From-SVN: r38366
Joseph Myers committed -
2000-12-18 Benjamin Kosnik <bkoz@redhat.com> * Makefile.in (BASE_FLAGS_TO_PASS): Alphabetize. (libstdcxx_incdir): Pass down. * config.if: Remove expired bits for cxx_interface, add stub. (libstdcxx_incdir): Add variable for g++ include directory. * configure.in (gxx_include_dir): Use it. From-SVN: r38355
Benjamin Kosnik committed -
* MAINTAINERS: Added self as sh port co-maintainer. Removed entry with old-email address from ``Write After Approval''. From-SVN: r38353
Alexandre Oliva committed
-
- 15 Dec, 2000 1 commit
-
-
2000-12-15 Andreas Jaeger <aj@suse.de> * configure.in: Handle lang_dirs. From-SVN: r38281
Andreas Jaeger committed
-
- 14 Dec, 2000 2 commits
-
-
From-SVN: r38253
Tom Tromey committed -
From-SVN: r38252
Tom Tromey committed
-
- 13 Dec, 2000 3 commits
-
-
From-SVN: r38239
Anthony Green committed -
From-SVN: r38234
Mike Stump committed -
2000-12-12 Rodney Brown <RodneyBrown@mynd.com> * contrib/gcc_update: Add fastjar --touch entries. (http://gcc.gnu.org/ml/gcc-patches/2000-12/msg00588.html) From-SVN: r38214
Rodney Brown committed
-
- 12 Dec, 2000 1 commit
-
-
* configure.in: Disable language-specific target libraries for languages that aren't enabled. From-SVN: r38206
Alexandre Oliva committed
-
- 11 Dec, 2000 1 commit
-
-
From-SVN: r38191
Anthony Green committed
-
- 10 Dec, 2000 2 commits
-
-
From-SVN: r38173
Neil Booth committed -
2000-12-09 Alexandre Petit-Bianco <apbianco@cygnus.com> * libjava: Imported from /cvs/java. * libffi: Likewise. * Boehm-gc: Likewise. libjava/ChangeLog: 2000-12-09 Alexandre Petit-Bianco <apbianco@cygnus.com> * Makefile.am (data_DATA): libgcj.jar replaces libgcj.zip. (ZIP): Points at fastjar instead of zip. (libgcj_la_DEPENDENCIES): libgcj.jar replaces libgcj.zip. (libgcj_la_LDFLAGS): Correctly point at libsupc++. (libgcjx_la_DEPENDENCIES): libgcj.jar replaces libgcj.zip. (libgcjx_la_LDFLAGS): Correctly point at libsupc++. ($(java_source_files:.java=.class):): libgcj.jar replaces libgcj.zip. ($(x_java_source_files:.java=.class):): Likewise. (libgcj.jar:): Replaces libgcj.zip:, builds libgcj.jar and uses fastar's flags. (CLEANFILES): libgcj.jar replaces libgcj.zip. (java/lang/ClassLoader.h:): Depends on libgcj.jar. (gnu/gcj/runtime/FirstThread.h:, java/lang/Thread.h:, java/lang/String.h:, java/lang/reflect/Constructor.h:, java/lang/reflect/Field.h:, java/lang/reflect/Method.h:, gnu/gcj/runtime/VMClassLoader.h:, java/io/ObjectInputStream$$GetField.h:, java/io/ObjectOutputStream$$PutField.h:, header-check:): Likewise. (Makefile.in): Rebuilt. gcc/java/ChangeLog: 2000-12-09 Alexandre Petit-Bianco <apbianco@cygnus.com> * Make-lang.in (java/jcf-path.o:): libgcj.jar replaces libgcj.zip. jcf-path.c: Likewise. From-SVN: r38167
Alexandre Petit-Bianco committed
-
- 09 Dec, 2000 6 commits
-
-
2000-12-09 Alexandre Petit-Bianco <apbianco@cygnus.com> * configure.in (target_libs): Revert 2000-12-08 patch. (noconfigdirs): Added target-libjava. (http://gcc.gnu.org/ml/gcc-patches/2000-12/msg00500.html) From-SVN: r38162
Alexandre Petit-Bianco committed -
From-SVN: r38155
Laurynas Biveinis committed -
* Makefile.in: handle DOS-style absolute paths. * config-ml.in: likewise. * symlink-tree: likewise. From-SVN: r38154
Laurynas Biveinis committed -
2000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com> * fastjar: Imported. From-SVN: r38145
Alexandre Petit-Bianco committed -
2000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com> * Makefile.in (TARGET_CONFIGDIRS): Wrong place. Removed note about libjava. * configure.in (target_libs): Removed `target-libjava'. (http://gcc.gnu.org/ml/gcc-patches/2000-12/msg00480.html) From-SVN: r38144
Alexandre Petit-Bianco committed -
2000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com> * Makefile.in (TARGET_CONFIGDIRS): Added note about libjava. (ALL_MODULES): Added fastjar. (NATIVE_CHECK_MODULES, INSTALL_MODULES, CLEAN_MODULES): Likewise. (all-target-libjava): all-fastjar replaces all-zip. (all-fastjar): Added. (configure-target-fastjar, all-target-fastjar): Likewise. * configure.in (host_tools): Added fastjar. (http://gcc.gnu.org/ml/gcc-patches/2000-12/msg00479.html) From-SVN: r38143
Alexandre Petit-Bianco committed
-
- 08 Dec, 2000 1 commit
-
-
From-SVN: r38126
Mike Stump committed
-
- 25 Nov, 2000 1 commit
-
-
Add xscale-elf and xscale-coff targets. (Only supported in binutils at the moment). From-SVN: r37725
Nick Clifton committed
-
- 22 Nov, 2000 3 commits
-
-
2000-11-22 Loren J. Rittle <ljrittle@acm.org> * ltcf-cxx.sh: Support creation of C++ shared libraries on recent versions of FreeBSD (release 3 or later). * ltconfig: On FreeBSD, -lc must not be provided when building a shared library or else the standard -pthread gcc option is rendered worthless to later users of the built library. From-SVN: r37663
Loren J. Rittle committed -
2000-11-16 Fred Fish <fnf@be.com> * configure.in (enable_libstdcxx_v3): Fix typo, libstd++ -> libstdc++. From-SVN: r37655
Fred Fish committed -
From-SVN: r37643
Kriang Lerdsuwanakij committed
-
- 21 Nov, 2000 1 commit
-
-
From-SVN: r37614
Bernd Schmidt committed
-
- 18 Nov, 2000 2 commits
-
-
* 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
Alexandre Oliva committed -
* Makefile.in (HOST_LIB_PATH, TARGET_LIB_PATH): New macros. (REALLY_SET_LIB_PATH): Use them. From-SVN: r37545
Alexandre Oliva committed
-