1. 31 Aug, 2008 1 commit
    • aaronwl's avatar
      2008-08-31 Aaron W. LaFramboise <aaronavay62@aaronwl.com> · 7d804f04
      aaronwl authored
      	<toplevel>
      	* configure.ac (RPATH_ENVVAR): Use PATH on Windows.
      	(GCC_SHLIB_SUBDIR): New.
      	* Makefile.tpl (HOST_LIB_PATH_gcc): Use GCC_SHLIB_SUBDIR.
      	* configure: Regenerate.
      	* Makefile.in: Regenerate.
      
      	<gcc>
      	* mkmap-flat.awk: Add option pe_dll.
      	* config/i386/t-cygming (SHLIB_LINK): Support building libgcc_s.
      	* gcc/config/i386/t-cygwin (SHLIB_LC): Add.
      	* gcc/config/i386/t-mingw32 (SHLIB_LC): Add.
      	* config/i386/mingw32.h (SHARED_LIBGCC_UNDEFS_SPEC): New.
      	(SUBTARGET_EXTRA_SPECS): Use SHARED_LIBGCC_UNDEFS_SPEC.
      	(LINK_SPEC): Support libgcc_s.
      	(LIBGCC_SPEC): Support libgcc_s.
      	(LIBGCC_SONAME): New.
      
      	<libstdc++-v3>
      	* acinclude.m4 <enable_symvers>: Don't use symvers on Windows.
      	* configure: Regenerated.
      	* Makefile.in: Regenerated.
      	* src/Makefile.in: Regenerated.
      	* doc/makefile.in: Regenerated.
      	* po/Makefile.in: Regenerated.
      	* libmath/Makefile.in: Regenerated.
      	* include/Makefile.in: Regenerated.
      	* libsupc++/Makefile.in: Regenerated.
      	* testsuite/makefile.in: Regenerated.
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@139837 138bc75d-0d04-0410-961f-82ee72b054a4
      7d804f04
  2. 16 Aug, 2008 1 commit
  3. 30 Jul, 2008 1 commit
    • bonzini's avatar
      2008-07-30 Paolo Bonzini <bonzini@gnu.org> · 3bed0958
      bonzini authored
      	* configure.ac: Add makefile fragments for hpux.
      	* Makefile.def (flags_to_pass): Add ADA_CFLAGS.
      	* Makefile.tpl (HOST_EXPORTS): Pass ADA_CFLAGS.
      	* configure: Regenerate.
      	* Makefile.in: Regenerate.
      
      config:
      2008-07-30  Paolo Bonzini  <bonzini@gnu.org>
      
      	* mh-pa: New, from gcc/config/pa/x-ada.
      	* mh-pa-hpux10: New, from gcc/config/pa/x-ada-hpux10.
      
      gcc:
      2008-07-30  Paolo Bonzini  <bonzini@gnu.org>
      
      	* configure.ac: Substitute ADA_CFLAGS.
      	* configure: Regenerate.
      	* config.host: Remove mention of pa/x-ada and pa/x-ada-hpux10 files.
      	* Makefile.in: Remove mention of X_* variables.
      	* config/pa/x-ada-hpux10: Remove.
      	* config/pa/x-ada: Remove.
      
      	* doc/fragments.texi: Update.
      
      gcc/ada:
      2008-07-30  Paolo Bonzini  <bonzini@gnu.org>
      
      	* gcc-interface/Make-lang.in (ALL_ADAFLAGS): Remove X_ADAFLAGS and
      	T_ADAFLAGS, replace ALL_ADA_CFLAGS with ADA_CFLAGS.
      	(ALL_ADA_CFLAGS): Remove, replace throughout with ADA_CFLAGS.
      	* gcc-interface/Makefile.in (XCFLAGS, X_CFLAGS, X_CPPFLAGS, T_CPPFLAGS,
      	X_ADA_CFLAGS, T_ADA_CFLAGS, X_ADAFLAGS, T_ADAFLAGS, ADA_CFLAGS,
      	ALL_ADA_CFLAGS): Remove.
      	(ALL_ADAFLAGS, MOST_ADAFLAGS): Remove X_ADAFLAGS and T_ADAFLAGS,
              replace ALL_ADA_CFLAGS with ADA_CFLAGS.
      	(GCC_CFLAGS): Remove X_CFLAGS.
      	(LOOSE_CFLAGS): Remove X_CFLAGS and XCFLAGS.
      	(ALL_CPPFLAGS): Remove X_CPPFLAGS and T_CPPFLAGS.
      	(ADA_CFLAGS): Substitute.
      	
      gnattools:
      2008-07-30  Paolo Bonzini  <bonzini@gnu.org>
      
      	* configure.ac (x_ada_cflags): Remove.
      	(ADA_CFLAGS): Substitute.
      	* configure: Regenerate.
      	* Makefile.in (ADA_CFLAGS): Substitute.
      	(T_ADA_CFLAGS, X_ADA_CFLAGS, ALL_ADA_CFLAGS): Remove.
      	(TOOLS_FLAGS_TO_PASS_1, TOOLS_FLAGS_TO_PASS_1re,
      	TOOLS_FLAGS_TO_PASS_NATIVE, TOOLS_FLAGS_TO_PASS_CROSS):
      	Pass ADA_CFLAGS.
      
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@138301 138bc75d-0d04-0410-961f-82ee72b054a4
      3bed0958
  4. 17 Jun, 2008 1 commit
    • rwild's avatar
      * Makefile.tpl ($(srcdir)/configure): Update dependencies. · 5b2c7553
      rwild authored
      	* Makefile.in: Regenerate.
      	* configure: Regenerate.
      
      config/
      	* override.m4: Use m4_version_prereq throughout.
      	(_AC_ARG_VAR_VALIDATE, AC_MSG_FAILURE): Backport from git
      	Autoconf: output pwd along with fatal errors, so the right
      	config.log file is hinted at more prominently.
      	(PARSE_ARGS): Push setting of ac_pwd in this diversion.
      	(_GCC_AUTOCONF_VERSION): New, define to 2.59 if not defined.
      	(_GCC_AUTOCONF_VERSION_CHECK): New macro, require use of Autoconf
      	version _GCC_AUTOCONF_VERSION throughout the tree.
      	(m4_wrap): New override, fix for Posix semantics of m4wrap.
      
      libgcc/
      	* configure.ac: sinclude override.m4.
      	* configure: Regenerate.
      
      gnattools/
      	* configure.ac: move sinclude of acx.m4 before AC_INIT,
      	also sinclude override.m4.
      	* Makefile.in ($(srcdir)/configure): Update dependencies.
      	* configure: Regenerate.
      
      libada/
      	* configure.ac: move sinclude of acx.m4 before AC_INIT,
      	also sinclude override.m4.
      	* Makefile.in ($(srcdir)/configure): Update dependencies.
      	* configure: Regenerate.
      
      intl/
      	* configure: Regenerate.
      
      libiberty/
      	* configure: Regenerate.
      
      boehm-gc/
      	* Makefile.in: Regenerate.
      	* configure: Regenerate.
      	* include/Makefile.in: Regenerate.
      	* include/gc_config.h.in: Regenerate.
      
      fixincludes/
      	* configure: Regenerate.
      
      gcc/
      	* configure: Regenerate.
      
      libcpp/
      	* Makefile.in ($(srcdir)/aclocal.m4): Update dependencies.
      	* configure: Regenerate.
      
      libdecnumber/
      	* Makefile.in ($(srcdir)/aclocal.m4): Update dependencies.
      	* configure: Regenerate.
      
      libffi/
      	* configure: Regenerate.
      	* include/Makefile.in: Regenerate.
      	* testsuite/Makefile.in: Regenerate.
      
      libgfortran/
      	* configure: Regenerate.
      
      libgomp/
      	* configure: Regenerate.
      
      libjava/classpath/
      	* Makefile.in: Regenerate.
      	* configure: Regenerate.
      	* doc/Makefile.in: Regenerate.
      	* doc/api/Makefile.in: Regenerate.
      	* examples/Makefile.in: Regenerate.
      	* external/Makefile.in: Regenerate.
      	* external/jsr166/Makefile.in: Regenerate.
      	* external/relaxngDatatype/Makefile.in: Regenerate.
      	* external/sax/Makefile.in: Regenerate.
      	* external/w3c_dom/Makefile.in: Regenerate.
      	* include/Makefile.in: Regenerate.
      	* lib/Makefile.in: Regenerate.
      	* native/Makefile.in: Regenerate.
      	* native/fdlibm/Makefile.in: Regenerate.
      	* native/jawt/Makefile.in: Regenerate.
      	* native/jni/Makefile.in: Regenerate.
      	* native/jni/classpath/Makefile.in: Regenerate.
      	* native/jni/gconf-peer/Makefile.in: Regenerate.
      	* native/jni/gstreamer-peer/Makefile.in: Regenerate.
      	* native/jni/gtk-peer/Makefile.in: Regenerate.
      	* native/jni/java-io/Makefile.in: Regenerate.
      	* native/jni/java-lang/Makefile.in: Regenerate.
      	* native/jni/java-net/Makefile.in: Regenerate.
      	* native/jni/java-nio/Makefile.in: Regenerate.
      	* native/jni/java-util/Makefile.in: Regenerate.
      	* native/jni/midi-alsa/Makefile.in: Regenerate.
      	* native/jni/midi-dssi/Makefile.in: Regenerate.
      	* native/jni/native-lib/Makefile.in: Regenerate.
      	* native/jni/qt-peer/Makefile.in: Regenerate.
      	* native/jni/xmlj/Makefile.in: Regenerate.
      	* native/plugin/Makefile.in: Regenerate.
      	* resource/Makefile.in: Regenerate.
      	* scripts/Makefile.in: Regenerate.
      	* tools/Makefile.in: Regenerate.
      
      libjava/
      	* configure: Regenerate.
      	* gcj/Makefile.in: Regenerate.
      	* include/Makefile.in: Regenerate.
      	* testsuite/Makefile.in: Regenerate.
      
      libjava/libltdl/
      	* Makefile.in: Regenerate.
      	* configure: Regenerate.
      
      libmudflap/
      	* Makefile.in: Regenerate.
      	* config.h.in: Regenerate.
      	* configure: Regenerate.
      	* testsuite/Makefile.in: Regenerate.
      
      libobjc/
      	* configure: Regenerate.
      
      libssp/
      	* Makefile.in: Regenerate.
      	* config.h.in: Regenerate.
      	* configure: Regenerate.
      
      libstdc++-v3/
      	* configure: Regenerate.
      
      zlib/
      	* Makefile.in: Regenerate.
      	* configure: Regenerate.
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@136876 138bc75d-0d04-0410-961f-82ee72b054a4
      5b2c7553
  5. 16 Jun, 2008 1 commit
  6. 08 Jun, 2008 1 commit
    • jsm28's avatar
      PR tree-optimization/36218 · 9841cd80
      jsm28 authored
      	* Makefile.def (flags_to_pass): Add LDFLAGS_FOR_BUILD.
      	* Makefile.tpl (EXTRA_BUILD_FLAGS): Define.
      	(all prefix="build-"): Pass them to build-system sub-makes.
      	* Makefile.in: Regenerate.
      
      config:
      	* config/mh-mingw (LDFLAGS): Define.
      
      gcc:
      	* configure.ac: Use LDFLAGS="${LDFLAGS_FOR_BUILD}" when running
      	configure for the build system.
      	(BUILD_LDFLAGS): Define.
      	* configure: Regenerate.
      	* Makefile.in (BUILD_LDFLAGS): Define to @BUILD_LDFLAGS@.
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@136563 138bc75d-0d04-0410-961f-82ee72b054a4
      9841cd80
  7. 18 Apr, 2008 1 commit
  8. 12 Apr, 2008 1 commit
  9. 02 Apr, 2008 1 commit
  10. 31 Mar, 2008 1 commit
    • spark's avatar
      gcc/ChangeLog: · 3e3a0e9c
      spark authored
      2008-03-31  Seongbae Park <seongbae.park@gmail.com>
      
      	* common.opt (fprofile-dir=, fprofile-use=, fprofile-generate=):
      	New options
      	(fprofile-use): Add var flag_profile_use
      	* coverage.c (coverage_begin_output): Do not open a gcno file for output
      	only if -ftest-coverage is set.
      	Do not add getpwd() to gcda file path.
      	(build_gcov_info): Check the new flag 
      	flag_profile_datafile_relative_path.
      	(coverage_init): Use profile_data_prefix.
      	Read profile counter only if flag_profile_use is set.
      	* opts.c (common_handle_option): New option fprofile-use=,
      	fprofile-dir=, fprofile-generate=.
      	* toplev.c (profile_data_prefix): New variable definition.
      	* toplev.h (profile_data_prefix): New declaration.
      	* doc/invoke.tex (Option Summary, Optimization Options):
      	Add new options.
      
      gcc/testsuite/ChangeLog:
      2008-03-31  Seongbae Park <seongbae.park@gmail.com>
      
      	* g++.db/bprob/bprob.exp: Do not check gcno files.
      	Use -fprofile-use for profile use.
      	* gcc.misc-tests/bprob.exp: Ditto.
      	* g++.dg/tree-pro/tree-prof.exp: Do not check gcno files.
      	* gcc.dg/matrix/matrix.exp: Ditto.
      	* gcc.dg/struct/struct-reorg.exp: Ditto.
      	* gcc.dg/tree-prof/tree-prof.exp: Ditto.
      	* gcc.dg/profile-dir-1.c: New test.
      	* gcc.dg/profile-dir-2.c: New test.
      	* gcc.dg/profile-dir-3.c: New test.
      
      ChangeLog:
      2008-03-31  Seongbae Park <seongbae.park@gmail.com>
      
      	* Makefile.tpl (.NOTPARALLEL): Serialize stageprofile libiberty.
      	* Makefile.in (.NOTPARALLEL): Regenerate.
      
      
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@133774 138bc75d-0d04-0410-961f-82ee72b054a4
      3e3a0e9c
  11. 27 Mar, 2008 1 commit
    • bonzini's avatar
      2008-03-27 Paolo Bonzini <bonzini@gnu.org> · 4add9df0
      bonzini authored
      	* Makefile.tpl (PICFLAG, PICFLAG_FOR_TARGET): Remove.
      	* Makefile.in: Regenerate.
      
      config:
      2008-03-27  Paolo Bonzini  <bonzini@gnu.org>
      
      	* mh-armpic: Remove.
      	* mh-i370pic: Remove.
      	* mh-m68kpic: Remove.
      	* mh-ppcpic: Remove.
      	* mh-sparcpic: Remove.
      	* mh-ia64pic: Remove.
      	* mh-papic: Remove.
      	* mh-s390pic: Remove.
      	* mh-x86pic: Remove.
      
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@133634 138bc75d-0d04-0410-961f-82ee72b054a4
      4add9df0
  12. 20 Feb, 2008 1 commit
    • bonzini's avatar
      2008-02-20 Paolo Bonzini <bonzini@gnu.org> · c898f165
      bonzini authored
              PR bootstrap/32009
              PR bootstrap/32161
      
              * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Compute here.
              * configure: Regenerate.
      
              * Makefile.def: Define stage_libcflags for all bootstrap stages.
              * Makefile.tpl (STAGE1_LIBCFLAGS, STAGE2_LIBCFLAGS, STAGE3_LIBCFLAGS,
              STAGE4_LIBCFLAGS): New.
              (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Subst from autoconf, without
              $(SYSROOT_CFLAGS_FOR_TARGET) and $(DEBUG_PREFIX_CFLAGS_FOR_TARGET).
              (BASE_TARGET_EXPORTS): Append them here to C{,XX}FLAGS.
              (EXTRA_TARGET_FLAGS): Append them here to {LIB,}C{,XX}FLAGS.
              (configure-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags
              for target modules.  Don't export LIBCFLAGS.
              (all-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags; pass
              $(BASE_FLAGS_TO_PASS) where [+args+] was passed, and [+args+] after
              the overridden CFLAGS_FOR_TARGET and CXXFLAGS_FOR_TARGET.
              (invocations of `all'): Replace $(TARGET_FLAGS_TO_PASS) with
              $(EXTRA_TARGET_FLAGS), $(FLAGS_TO_PASS) with $(EXTRA_HOST_FLAGS).
              * Makefile.in: Regenerate.
      
      2008-02-20  Paolo Bonzini  <bonzini@gnu.org>
      
              PR bootstrap/32009
      
              * mh-ppc-darwin (BOOT_CFLAGS): Reenable.
      		
      2008-02-20  Paolo Bonzini  <bonzini@gnu.org>
      
              * doc/install.texi: Correct references to CFLAGS, replacing them
              with BOOT_CFLAGS.  Document flags used during bootstrap for
              target libraries.
      				
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@132479 138bc75d-0d04-0410-961f-82ee72b054a4
      c898f165
  13. 13 Dec, 2007 1 commit
  14. 01 Oct, 2007 1 commit
    • bonzini's avatar
      2007-10-01 Paolo Bonzini <bonzini@gnu.org> · 93c5e793
      bonzini authored
      	* Makefile.tpl (AR_FOR_BUILD, AS_FOR_BUILD, CXX_FOR_BUILD,
      	DLLTOOL_FOR_BUILD, GCJ_FOR_BUILD, GFORTRAN_FOR_BUILD,
      	LDFLAGS_FOR_BUILD, LD_FOR_BUILD, NM_FOR_BUILD, RANLIB_FOR_BUILD,
      	WINDMC_FOR_BUILD, WINDRES_FOR_BUILD): Use autoconf substitutions.
      	* configure.ac: Default them to host tools for $host = $build.
      	Subst them.
      
      	* configure: Regenerate.
      	* Makefile.in: Regenerate.
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@128902 138bc75d-0d04-0410-961f-82ee72b054a4
      93c5e793
  15. 18 Aug, 2007 1 commit
    • jsm28's avatar
      2007-08-18 Paul Brook <paul@codesourcery.com> · 5f1f2de5
      jsm28 authored
                  Joseph Myers  <joseph@codesourcery.com>
      
      	* Makefile.tpl (DEBUG_PREFIX_CFLAGS_FOR_TARGET): New.
      	(CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Include it.
      	* Makefile.in: Regenerate.
      	* configure.ac (--with-debug-prefix-map): New.
      	* configure: Regenerate.
      
      config:
      2007-08-18  Paul Brook  <paul@codesourcery.com>
                  Joseph Myers  <joseph@codesourcery.com>
      
      	* mt-gnu (CXXFLAGS_FOR_TARGET): Add
      	$(DEBUG_PREFIX_CFLAGS_FOR_TARGET).
      
      gcc:
      2007-08-18  Paul Brook  <paul@codesourcery.com>
                  Joseph Myers  <joseph@codesourcery.com>
      
      	* common.opt (-fdebug-prefix-map=): New option.
      	* opts.c: Include debug.h.
      	(common_handle_option): Handle -fdebug-prefix-map.
      	* final.c: Include ggc.h.
      	(struct debug_prefix_map, debug_prefix_maps, add_debug_prefix_map,
      	remap_debug_filename): New.
      	* Makefile.in (final.o, opts.o): Update dependencies.
      	* debug.h (remap_debug_filename, add_debug_prefix_map): Declare.
      	* configure.ac: Check for assembler --debug-prefix-map support.
      	* configure, config.in: Regenerate.
      	* gcc.c (ASM_MAP): Define conditional on HAVE_AS_DEBUG_PREFIX_MAP.
      	(ASM_DEBUG_SPEC): Include ASM_MAP.
      	* doc/install.texi (--with-debug-prefix-map): Document.
      	* doc/invoke.texi (-fdebug-prefix-map): Document.
      	* dbxout.c (dbxout_init, dbxout_start_source_file,
      	dbxout_source_file): Call remap_debug_filename.
      	* dwarf2out.c (add_comp_dir_attribute, maybe_emit_file,
      	dwarf2out_start_source_file, dwarf2out_finish): Call
      	remap_debug_filename.
      	(file_table_relative_p): Do not check d->emitted_number.
      	* toplev.c (output_file_directive): Call remap_debug_filename.
      	* vmsdbgout.c (write_srccorr): Call remap_debug_filename.
      	* xcoffout.c (xcoffout_source_file): Call remap_debug_filename.
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@127613 138bc75d-0d04-0410-961f-82ee72b054a4
      5f1f2de5
  16. 17 Aug, 2007 1 commit
    • aoliva's avatar
      ChangeLog: · 5b542315
      aoliva authored
      * Makefile.def (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS):
      Add to flags_to_pass.  Adjust uses of BOOT_CFLAGS.
      (bootstrap2-debug, bootstrap-debug): New bootstrap stages.
      * Makefile.tpl (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS): New.
      (do-compare, do-compare3, do-compare-debug): New.
      ([+compare-target+]): Use them.
      contrib/ChangeLog:
      * compare-debug: New.
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@127570 138bc75d-0d04-0410-961f-82ee72b054a4
      5b542315
  17. 11 Jul, 2007 1 commit
  18. 02 Jul, 2007 1 commit
  19. 14 Jun, 2007 1 commit
  20. 06 Jun, 2007 1 commit
  21. 16 May, 2007 1 commit
    • bonzini's avatar
      2007-05-16 Paolo Bonzini <bonzini@gnu.org> · 47cd5247
      bonzini authored
      	* Makefile.def (bootstrap_stage): Replace stage_make_flags with
      	stage_cflags.
      	* Makefile.tpl (POSTSTAGE1_HOST_EXPORTS, POSTSTAGE1_FLAGS_TO_PASS):
      	Remove CFLAGS/LIBCFLAGS.
      	(configure-stage[+id+]-[+prefix+][+module+],
      	all-stage[+id+]-[+prefix+][+module+]): Pass it from [+stage_cflags+].
      	* Makefile.in: Regenerate.
      
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@124764 138bc75d-0d04-0410-961f-82ee72b054a4
      47cd5247
  22. 02 Mar, 2007 1 commit
  23. 09 Feb, 2007 1 commit
    • drow's avatar
      * Makefile.tpl (build_alias, host_alias, target_alias): Use · b30fcfae
      drow authored
      	noncanonical equivalents.
      	* configure.in: Rename to...
      	* configure.ac: ...this.  Update AC_PREREQ.  Prevent error for
      	AS_FOR_TARGET.  Set build_noncanonical, host_noncanonical, and
      	target_noncanonical.  Use them.  Rewrite removal of configure
      	arguments for autoconf 2.59.  Discard variable settings.  Force
      	program_transform_name for native tools.
      
      	* Makefile.in: Regenerated.
      	* configure: Regenerated with autoconf 2.59.
      
      	* src-release (DEVO_SUPPORT, do-proto-toplev): Expect configure.ac.
      
      	* acx.m4 (ACX_CHECK_INSTALLED_TARGET_TOOL): Avoid AC_PATH_PROG
      	with an empty path.
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@121751 138bc75d-0d04-0410-961f-82ee72b054a4
      b30fcfae
  24. 31 Jan, 2007 1 commit
  25. 23 Jan, 2007 1 commit
    • rguenth's avatar
      2007-01-23 Richard Guenther <rguenther@suse.de> · a18b2c54
      rguenth authored
      	PR bootstrap/30541
      	* Makefile.def (flags_to_pass): Add GNATBIND and GNATMAKE.
      	* Makefile.tpl (GNATBIND): Substitute it.
      	(GNATMAKE): Likewise.
      	(POSTSTAGE1_FLAGS_TO_PASS): Pass staged GNATBIND instead
      	of STAGE_PREFIX.
      	* Makefile.in: Regenerate.
      	* configure: Regenerate.
      
              config/
      	* acx.m4 (ACX_PROG_GNAT): Check for gnatmake.
      
      	libada/
      	* Makefile.in (STAGE_PREFIX): Do not define.
      	(FLAGS_TO_PASS): Do not pass STAGE_PREFIX.
      
      	gnattools/
      	* Makefile.in (STAGE_PREFIX): Do not define.
      
      	ada/
      	* Make-lang.in: Replace invocations of gnatmake with $(GNATMAKE).
      	(gnatboot2): Pass staged GNATMAKE instead of STAGE_PREFIX.
      	(gnatboot3): Likewise.
      	(GNATBIND): Do not define.
      	* Makefile.in (GNATBIND): Do not define.
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@121082 138bc75d-0d04-0410-961f-82ee72b054a4
      a18b2c54
  26. 11 Jan, 2007 1 commit
    • bonzini's avatar
      2007-01-11 Paolo Bonzini <bonzini@gnu.org> · d45318b3
      bonzini authored
                  Nick Clifton  <nickc@redhat.com>
                  Kaveh R. Ghazi  <ghazi@caip.rutgets.edu>
      
              * configure.in (build_configargs, host_configargs, target_configargs):
              Remove build/host/target parameters.
              (host_libs): Add gmp and mpfr.
              (GMP tests): Reorganize to allow in-tree GMP/MPFR.
              * Makefile.def (gmp, mpfr): New.
              (gcc): Remove makefile target.
              * Makefile.tpl (build_os, build_vendor, host_os, host_vendor,
              target_os, target_vendor): New.
              (configure): Add host_alias/target_alias arguments.  Adjust invocations.
              * configure: Regenerate.
              * Makefile.in: Regenerate.
      
      2007-01-11  Matt Fago  <fago@earthlink.net>
      
      	* configure.in: Try to link to functions only in mpfr 2.2.x
              to improve robustness of configure tests.
      	* configure: Regenerate.
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@120671 138bc75d-0d04-0410-961f-82ee72b054a4
      d45318b3
  27. 05 Jan, 2007 1 commit
  28. 04 Jan, 2007 1 commit
    • drow's avatar
      ./ · 894a47b4
      drow authored
      	* Makefile.def (target_modules): Add libgcc.
      	(lang_env_dependencies): Remove default items.  Use no_c and no_gcc.
      	* Makefile.tpl (clean-target-libgcc): Delete.
      	(configure-target-[+module+]): Emit --disable-bootstrap dependencies
      	on gcc even for bootstrapped modules.  Rewrite handling of
      	lang_env_dependencies to loop over target_modules.
      	* configure.in (target_libraries): Add target-libgcc.
      	* Makefile.in, configure: Regenerated.
      gcc/
      	* config.gcc: Mention libgcc/config.host.
      	* Makefile.in: Update comments mentioning libgcc.
      	(LIBGCC, INSTALL_LIBGCC, GCC_PARTS, mklibgcc): Delete.
      	(all.cross, start.encap, rest.encap, rest.cross): Update
      	dependencies for libgcc move.
      	(libgcc.mk, LIBGCC_DEPS, libgcov.a, libgcc.a, stmp-multilib)
      	(clean-target, clean-target-libgcc): Delete.
      	(srcdirify, GCC_EXTRA_PARTS): New macros.
      	(libgcc-support, libgcc.mvars): New rules.
      	(distclean): Remove mention of mklibgcc.
      	(install): Don't reference INSTALL_LIBGCC.
      	(install-common): Don't reference EXTRA_PARTS.
      	(ins...
      894a47b4
  29. 29 Dec, 2006 1 commit
  30. 19 Dec, 2006 1 commit
    • bonzini's avatar
      2006-12-19 Paolo Bonzini <bonzini@gnu.org> · 39f34cfc
      bonzini authored
      	PR bootstrap/29544
      	* Makefile.def (flags_to_pass): Add STAGE1_CHECKING.
      	(bootstrap_stage): Add STAGE1_CHECKING to stage1 configure flags,
      	move here comment from Makefile.tpl.
      	* Makefile.tpl: Move some definitions higher in the file.
      	(STAGE1_CHECKING): New.
      	* configure.in: Add --enable-stage1-checking.
      	* configure: Regenerate.
      	* Makefile.in: Regenerate.
      
      gcc:
      2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
      
      	* gcc/Makefile.in (STAGE1_CHECKING): Rename to...
      	(STAGE1_CHECKING_CFLAGS): ... this.
      
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@120048 138bc75d-0d04-0410-961f-82ee72b054a4
      39f34cfc
  31. 11 Dec, 2006 1 commit
  32. 17 Nov, 2006 1 commit
    • bonzini's avatar
      2006-11-16 Paolo Bonzini <bonzini@gnu.org> · f0903548
      bonzini authored
      	* Makefile.tpl (clean-target-libgcc): Test for gcc Makefile presence.
      	(unstage): Test for stage_last presence.
      
      	PR bootstrap/29802
      	* Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Add HOST_SUBDIR in STAGE_PREFIX.
      	* Makefile.in: Regenerate.
      
      libada:
      2006-11-16  Paolo Bonzini  <bonzini@gnu.org>
      
      	PR bootstrap/29802
      	* configure.ac: Call GCC_TOPLEV_SUBDIRS.
      	* configure: Regenerate.
      	* Makefile.in: Replace host_subdir.
      
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@118927 138bc75d-0d04-0410-961f-82ee72b054a4
      f0903548
  33. 14 Nov, 2006 1 commit
  34. 10 Oct, 2006 1 commit
    • brooks's avatar
      --(top level)-------------------------------------------- · 51f93521
      brooks authored
      2006-10-10  Brooks Moses  <bmoses@stanford.edu>
      
      	* Makefile.def: Added pdf target handling.
      	* Makefile.tpl: Added pdf target handling.
      	* Makefile.in: Regenerated.
      
      ---fixincludes--------------------------------------------
      
      2006-10-10  Brooks Moses  <bmoses@stanford.edu>
      
      	* Makefile.in: Added empty "pdf" target.
      
      ---gcc----------------------------------------------------
      
      2006-10-10  Brooks Moses  <bmoses@stanford.edu>
      
      	* configure.ac: Added pdf to "Make-hooks"
      	* Makefile.in: Added TEXI2PDF definition, and various pdf-file
      	targets and *.pdf file patterns in cleanup targets.
      	* configure: Regenerated.
      
      ---gcc/cp-------------------------------------------------
      
      2006-10-10  Brooks Moses  <bmoses@stanford.edu>
      
      	* Make-lang.in: Added "c++.pdf" target support.
      
      ---gcc/fortran--------------------------------------------
      
      2006-10-10  Brooks Moses  <bmoses@stanford.edu>
      
      	* Make-lang.in: Added "fortran.pdf", "gfortran.pdf" target
      	support.
      
      ---gcc/java-----------------------------------------------
      
      2006-10-10  Brooks Moses  <bmoses@stanford.edu>
      
      	* Make-lang.in: Added "java.pdf", "gcj.pdf" target support.
      
      ---gcc/objc-----------------------------------------------
      
      2006-10-10  Brooks Moses  <bmoses@stanford.edu>
      
      	* Make-lang.in: Added empty "objc.pdf" target.
      
      ---gcc/objcp----------------------------------------------
      
      2006-10-10  Brooks Moses  <bmoses@stanford.edu>
      
      	* Make-lang.in: Added empty "obj-c++.pdf" target.
      
      ---gcc/treelang-------------------------------------------
      
      2006-10-10  Brooks Moses  <bmoses@stanford.edu>
      
      	* Make-lang.in: Added "treelang.pdf" target support.
      
      ---gnattools----------------------------------------------
      
      2006-10-10  Brooks Moses  <bmoses@stanford.edu>
      
      	* Makefile.in: Added empty "pdf" target.
      
      ---libcpp-------------------------------------------------
      
      2006-10-10  Brooks Moses  <bmoses@stanford.edu>
      
      	* Makefile.in: Added empty "pdf" target.
      
      ---libdecnumber-------------------------------------------
      
      2006-10-10  Brooks Moses  <bmoses@stanford.edu>
      
      	* Makefile.in: Added empty "pdf" target.
      
      ---libiberty----------------------------------------------
      
      2006-10-10  Brooks Moses  <bmoses@stanford.edu>
      
      	* Makefile.in: Added "pdf", "libiberty.pdf" target support.
      	* testsuite/Makefile.in: Added empty "pdf" target.
      
      ---libobjc------------------------------------------------
      
      2006-10-10  Brooks Moses  <bmoses@stanford.edu>
      
      	* Makefile.in: Added empty "pdf" target.
      
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@117618 138bc75d-0d04-0410-961f-82ee72b054a4
      51f93521
  35. 18 Jul, 2006 1 commit
    • bonzini's avatar
      2006-07-18 Paolo Bonzini <bonzini@gnu.org> · 3e427a9c
      bonzini authored
              * Makefile.tpl (configure-stageN-MODULE): Pass --with-build-libsubdir
              for stages after the first.
      
      config:
      2006-07-18  Paolo Bonzini  <bonzini@gnu.org>
      
              * acx.m4: Support --with-build-libsubdir and AC_SUBST
              build_libsubdir.
      
      gcc:
      2006-07-18  Paolo Bonzini  <bonzini@gnu.org>
      
              * configure: Regenerate.
              * Makefile.in (build_libsubdir): New configure substitution
              (build_libobjdir): New variable.
              (BUILD_LIBIBERTY): Use it.
      
      libgfortran:
      2006-07-18  Paolo Bonzini  <bonzini@gnu.org>
      
              * configure: Regenerate.
      
      libjava:
      2006-07-18  Paolo Bonzini  <bonzini@gnu.org>
      
              * configure: Regenerate.
      
      libobjc:
      2006-07-18  Paolo Bonzini  <bonzini@gnu.org>
      
              * configure: Regenerate.
      
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@115552 138bc75d-0d04-0410-961f-82ee72b054a4
      3e427a9c
  36. 15 Jun, 2006 1 commit
    • bonzini's avatar
      2006-06-15 Paolo Bonzini <bonzini@gnu.org> · c81c13fb
      bonzini authored
      	* Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Export CFLAGS and LDFLAGS
      	too.
      	* Makefile.in: Regenerate.
      
      gcc:
      2006-06-15  Paolo Bonzini  <bonzini@gnu.org>
      
      	* configure.ac (CFLAGS): Get them from the toplevel or from the
      	configure invocation.
      	* configure: Regenerate.
      	* Makefile.in (CFLAGS): Substitute value provided by configure.
      
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@114673 138bc75d-0d04-0410-961f-82ee72b054a4
      c81c13fb
  37. 05 Jun, 2006 1 commit
  38. 25 May, 2006 1 commit
  39. 24 May, 2006 1 commit
    • carlos's avatar
      · e0dbdbbf
      carlos authored
      2006-05-24  Carlos O'Donell  <carlos@codesourcery.com>
      
      	* Makefile.def: Add install-html target. Add datarootdir
      	docdir and htmldir to flags_to_pass.
      	* Makefile.tpl: Add install-html target.
      	* Makefile.in: Regenerate.
      	* configure.in: Add --with-datarootdir, --with-docdir, and
      	--with-htmldir options. AC_SUBST datarootdir, docdir and htmldir.
      	* configure: Regenerate.
      
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@114048 138bc75d-0d04-0410-961f-82ee72b054a4
      e0dbdbbf
  40. 21 Feb, 2006 1 commit