- 03 Mar, 2005 1 commit
-
-
2005-03-03 David Ayers <d.ayers@inode.at> * MAINTAINERS (Write After Approval): Add myself. From-SVN: r95832
David Ayers committed
-
- 01 Mar, 2005 1 commit
-
-
PR libgcj/20160 * ltmain.sh: Avoid creating archives with components that have duplicate basenames. From-SVN: r95756
Alexandre Oliva committed
-
- 28 Feb, 2005 3 commits
-
-
2005-02-28 Andrew Pinski <pinskia@physics.uc.edu> PR bootstrap/20250 * Makefile.tpl (HOST target installs): Fix copy and pasto, use install instead of check. * Makefile.in: Regenerate. From-SVN: r95685
Andrew Pinski committed -
From-SVN: r95683
Paolo Bonzini committed -
2005-05-25 Paolo Bonzini <bonzini@gnu.org> PR bootstrap/17383 * Makefile.def (target_modules): Remove "stage", now unnecessary. * Makefile.tpl (HOST_SUBDIR): New substitution. (STAGE_HOST_EXPORTS, EXPECT, HOST_LIB_PATH, USUAL_AR_FOR_TARGET, USUAL_AS_FOR_TARGET, USUAL_DLLTOOL_FOR_TARGET, USUAL_GCC_FOR_TARGET, USUAL_LD_FOR_TARGET, USUAL_NM_FOR_TARGET, USUAL_OBJDUMP_FOR_TARGET, USUAL_RANLIB_FOR_TARGET, USUAL_WINDRES_FOR_TARGET): Use it. (Host modules, Bootstrapped modules): Use it. (Build modules, Target modules): Do not create symlink trees, always configure out-of-srcdir. (distclean): Try removing $(host_subdir) with rm before using rm -rf. * configure.in (FLAGS_FOR_TARGET, CC_FOR_TARGET, GCJ_FOR_TARGET, GFORTRAN_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET): Use $(HOST_SUBDIR). Create a symlink for host_subdir. * Makefile.in: Regenerate. * configure: Regenerate. config: 2005-05-25 Paolo Bonzini <bonzini@gnu.org> PR bootstrap/17383 * config/acx.m4 (GCC_TOPLEV_SUBDIRS): Set HOST_SUBDIR if an in-src gcc build is going. gcc: 2005-05-25 Paolo Bonzini <bonzini@gnu.org> PR bootstrap/17383 * gcc/Makefile.in (host_subdir): New. (build_objdir): New. Replace ../$(build_subdir) with it throughout. * gcc/configure: Regenerate. libada: 2005-05-25 Paolo Bonzini <bonzini@gnu.org> PR bootstrap/17383 * Makefile.in (GCC_DIR): Add $(HOST_SUBDIR) to the definition. libjava: 2005-05-25 Paolo Bonzini <bonzini@gnu.org> PR bootstrap/17383 * configure.ac: Call GCC_TOPLEV_SUBDIRS. (COMPPATH): Removed. (ZIP, GCJH): Replace it with ../$(host_subdir). (built_gcc_dir): Add $(host_subdir). * configure: Regenerate. * Makefile.in, include/Makefile.in, testsuite/Makefile.in, gcj/Makefile.in, external/Makefile.in, external/sax/Makefile.in, external/w3c_dom/Makefile.in: Regenerate. libobjc: 2005-05-25 Paolo Bonzini <bonzini@gnu.org> PR bootstrap/17383 * configure.ac: Call GCC_TOPLEV_SUBDIRS. (Determine CFLAGS for gthread): Use $host_subdir. * configure: Regenerate. * Makefile.in (host_subdir): New. (INCLUDES): Use it. From-SVN: r95680
Paolo Bonzini committed
-
- 26 Feb, 2005 1 commit
-
-
Merged from libada-gnattools-branch: 2004-11-28 Nathanael Nerode <neroden@gcc.gnu.org> * gnattools: New directory. * Makefile.def: Add gnattools as a module, depending on target-libada. * Makefile.in: Regenerate. * configure.in: Include gnattools in host_tools; disable it if ada is disabled. * configure: Regenerate. (gcc) * configure.ac: Rename cc_for_cross_gnattools to host_cc_for_libada. * configure: Regenerate. * libada-mk.in: Remove CC; rename cc_for_cross_gnattools / cc_set_by_configure to host_cc_for_libada. (gcc/ada) Partial merge from libada-gnattools-branch: 2004-12-02 Nathanael Nerode <neroden@gcc.gnu.org> * Makefile.in: Move gnattools{1,1re,2,3,4} and corresponding flags into code in gnattools/Makefile.in. Remove direct dependencies on stamp-tools by tools clauses. 2004-12-02 Nathanael Nerode <neroden@gcc.gnu.org> * config-lang.in: Add gnattools to $lang_dirs. (libada) 2004-12-03 Nathanael Nerode <neroden@gcc.gnu.org> * Makefile.in: Add stamp file for building libada, to avoid duplicate builds every time all-gnattools is called. 2004-12-02 Nathanael Nerode <neroden@gcc.gnu.org> * Makefile.in: Build gcc/ada/Makefile (by running gcc/ada/configure) here. 2004-08-16 Nathanael Nerode <neroden@gcc.gnu.org> * configure.ac: Replace AC_CANONICAL_SYSTEM with _BUILD, _HOST, _TARGET. * configure: Regenerate. 2004-07-18 Nathanael Nerode <neroden@gcc.gnu.org> * configure.ac, Makefile.in: Remove gnattools-specific code (see gnattools directory). * Makefile.in: Remove dead rts-* targets. * configure: Regenerate. (gnattools) 2005-02-02 Nathanael Nerode <neroden@gcc.gnu.org> * Makefile.in: Remove use of cc_set_by_configure; just use plain old CC from the top level in this case. 2005-01-30 Nathanael Nerode <neroden@gcc.gnu.org> Merge from mainline at tag libada-gnattools-merge-20050129: * configure.ac: Changes propagated from gcc/ada/Makefile.in. * Makefile.in: Changes relocated from gcc/ada/Makefile.in. 2004-12-13 Nathanael Nerode <neroden@gcc.gnu.org> * Makefile.in: Reinstate stamp-gnatlib check. 2004-12-02 Nathanael Nerode <neroden@gcc.gnu.org> * Makefile.in: Inline gnattools{1,1-re,2,3,4} targets from gcc/ada/configure.ac into gnattools-native and gnattools-cross targets, collecting flags as appropriate from here, gcc/ada/Makefile.in, gcc/ada/configure.ac, etc. Attempt to retain identical behavior. * configure.ac: Add necessary configure bits from gcc/ada/configure.ac. * configure: Regenerate. 2004-08-16 Nathanael Nerode <neroden@gcc.gnu.org> * configure.ac: Replace AC_CANONICAL_SYSTEM with _BUILD, _HOST, _TARGET. Replace _GCC_TOPLEV_NONCANONICAL_TARGET with ACX_NONCANONICAL_TARGET, and replace now-redundant AC_SUBST. * configure: Regenerate. 2004-07-18 Nathanael Nerode <neroden@gcc.gnu.org> * Makefile.in, configure.ac: Remove libada-specific targets and variables. * configure: Regenerate. * New directory, cloned from libada. From-SVN: r95594
Nathanael Nerode committed
-
- 24 Feb, 2005 1 commit
-
-
2005-02-24 James A. Morrison <phython@gcc.gnu.org> * MAINTAINERS (Language Front Ends Maintainers): Add myself as treelang maintainer. (Write After Approval): Remove myself. From-SVN: r95500
James A. Morrison committed
-
- 23 Feb, 2005 1 commit
-
-
From-SVN: r95448
Paul Schlie committed
-
- 21 Feb, 2005 1 commit
-
-
PR libgcj/10353 * configure.in (noconfigdirs) <sparc-*-solaris2.[0-6]>: Add libgcj. * configure: Regenerate. From-SVN: r95322
Eric Botcazou committed
-
- 19 Feb, 2005 1 commit
-
-
2005-02-18 Steven G. Kargl <kargl@gcc.gnu.org> * MAINTAINERS (Write After Approval): Add myself. From-SVN: r95282
Steven G. Kargl committed
-
- 10 Feb, 2005 1 commit
-
-
From-SVN: r94859
Ian Lance Taylor committed
-
- 02 Feb, 2005 1 commit
-
-
2005-02-02 Richard Guenther <rguenth@gcc.gnu.org> * MAINTAINERS (Write After Approval): Add myself. From-SVN: r94597
Richard Guenther committed
-
- 29 Jan, 2005 1 commit
-
-
* configure.in (noconfigdirs) <crisv32-*-*>: Match like cris-*-*. <crisv32-*-*, cris-*-*>: Only disable target-newlib and target-libgloss when not *-*-elf and *-*-aout. * configure: Regenerate. From-SVN: r94404
Hans-Peter Nilsson committed
-
- 23 Jan, 2005 2 commits
-
-
From-SVN: r94108
Kazu Hirata committed -
From-SVN: r94105
Kazu Hirata committed
-
- 18 Jan, 2005 2 commits
-
-
From-SVN: r93862
Neil Booth committed -
2005-01-17 Kelley Cook <kcook@gcc.gnu.org> * install-sh, config.sub: Import from upstream. From-SVN: r93805
Kelley Cook committed
-
- 17 Jan, 2005 1 commit
-
-
2005-01-17 Kelley Cook <kcook@gcc.gnu.org> PR bootstrap/18222 * Makefile.def: Pass CPPFLAGS_FOR_TARGET. * Makefile.tpl: Define target CPPFLAGS on CPPFLAGS_FOR_TARGET. * Makefile.in: Regenerate. From-SVN: r93796
Kelley Cook committed
-
- 16 Jan, 2005 1 commit
-
-
2005-01-16 Jason Thorpe <thorpej@netbsd.org> * MAINTAINERS: Update my email address. From-SVN: r93741
Jason Thorpe committed
-
- 13 Jan, 2005 2 commits
-
-
From-SVN: r93248
David Edelsohn committed -
PR bootstrap/18033 * config-ml.in: Eval option if surrounded by single quotes. From-SVN: r93244
David Edelsohn committed
-
- 03 Jan, 2005 1 commit
-
-
Revert 2004-12-28 Makefile changes, a better fix will be applied to mainline and src after GCC 4.0 branches. From-SVN: r92826
Paolo Bonzini committed
-
- 28 Dec, 2004 1 commit
-
-
2004-12-28 Paolo Bonzini <bonzini@gnu.org> PR bootstrap/17383 * Makefile.def (target_modules): Remove stage parameter, it is always true now. * Makefile.tpl (configure-build-[+module+], configure-target-[+module+]): Always build symlink tree for the directory and for include. BUILD_SUBDIR and TARGET_SUBDIR cannot be . anymore. * Makefile.in: Regenerate. From-SVN: r92674
Paolo Bonzini committed
-
- 26 Dec, 2004 1 commit
-
-
From-SVN: r92609
David Edelsohn committed
-
- 17 Dec, 2004 1 commit
-
-
* MAINTAINERS: Move myself to OS Port Maintainers for windows, cygwin, mingw. From-SVN: r92340
Danny Smith committed
-
- 16 Dec, 2004 1 commit
-
-
2004-12-16 Andrew Stubbs <andrew.stubbs@st.com> * configure.in (sh64-*-*): Reenable gprof. * configure: Regenerate. From-SVN: r92280
Andrew Stubbs committed
-
- 08 Dec, 2004 3 commits
-
-
* Makefile.def (flags_to_pass): Add PICFLAG_FOR_TARGET. * Makefile.tpl (EXTRA_HOST_FLAGS): Add PICFLAG. (EXTRA_TARGET_FLAGS): Add PICFLAG. * Makefile.in: Regenerate. From-SVN: r91916
David Edelsohn committed -
From-SVN: r91906
Christopher Faylor committed -
* Makefile.tpl: Generate normal dependencies if the LHS module is not bootstrapped. * Makefile.in: Regenerate. From-SVN: r91857
Matt Kraai committed
-
- 03 Dec, 2004 2 commits
-
-
From-SVN: r91680
Richard Sandiford committed -
* config.if: Delete. * configure.in: Set libstdcxx_incdir directly. * configure: Regenerate. From-SVN: r91679
Richard Sandiford committed
-
- 02 Dec, 2004 3 commits
-
-
2004-12-02 Eric Christopher <echristo@redhat.com> * Makefile.tpl (clean-target-libgcc): Make change in correct place. * Makefile.in: Regenerate. From-SVN: r91666
Eric Christopher committed -
* configure.in: Clear gcc_version_trigger if the file doesn't exist. * configure: Regenerate. From-SVN: r91639
Richard Sandiford committed -
From-SVN: r91625
Richard Sandiford committed
-
- 01 Dec, 2004 1 commit
-
-
2004-12-01 Eric Christopher <echristo@redhat.com> * Makefile.in (clean-target-libgcc): Add stmp-dirs to list of things to remove. From-SVN: r91583
Eric Christopher committed
-
- 30 Nov, 2004 1 commit
-
-
From-SVN: r91508
Matt Kraai committed
-
- 29 Nov, 2004 1 commit
-
-
2004-11-29 Kelley Cook <kcook@gcc.gnu.org> * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Re-import linux-gnu case from CVS libtool to always pass_all. * libjava/configure, libffi/configure, libjava/configure, libobjc/configure, boehm-gc/configure: Regenerated. From-SVN: r91495
Kelley Cook committed
-
- 26 Nov, 2004 1 commit
-
-
* configure.in (hppa*-*-linux*): Don't add libgcj to noconfigdirs. (hppa*64*-*-*): Delete incorrect comment. * configure: Rebuilt. From-SVN: r91315
John David Anglin committed
-
- 25 Nov, 2004 1 commit
-
-
2004-11-24 Kelley Cook <kcook@gcc.gnu.org> * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Revert previous change. * boehm-gc/configure: Regenerate. * libffi/configure: Regenerate. * libgfortran/configure: Regenerate. * libjava/configure: Regenerate. * libobjc/configure: Regenerate. * libstdc++-v3/configure: Regenerate. * zlib/configure: Regenerate. From-SVN: r91293
Kelley Cook committed
-
- 24 Nov, 2004 1 commit
-
-
2004-11-24 Kelley Cook <kcook@gcc.gnu.org> * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Import linux-gnu case from CVS libtool to always pass_all. * boehm-gc/configure: Regenerate. * libffi/configure: Regenerate. * libgfortran/configure: Regenerate. * libjava/configure: Regenerate. * libobjc/configure: Regenerate. * libstdc++-v3/configure: Regenerate. * zlib/configure: Regenerate. From-SVN: r91200
Kelley Cook committed
-