Skip to content
Snippets Groups Projects
  1. May 27, 2009
    • Nick Clifton's avatar
      * plugins.m4: New. · 5691d22d
      Nick Clifton authored
              * aclocal.m4: Include ../config/plugins.m4.
              * configure.in: Use AC_PLUGINS.
              * configure: Regenerate.
              * Makefile.in: Regenerate.
              * doc/Makefile.in: Regenerate.
      5691d22d
  2. May 12, 2009
    • Alexandre Oliva's avatar
      ChangeLog: · 1b05fbbd
      Alexandre Oliva authored
      PR target/37137
      * Makefile.def (flags_to_pass): Remove redundant and incomplete
      STAGE1_CFLAGS, STAGE2_CFLAGS, STAGE3_CFLAGS, and STAGE4_CFLAGS.
      Add FLAGS_FOR_TARGET and BUILD_CONFIG.
      (bootstrap_stage): Remove bootstrap-debug custom stages.  Turn
      stage_configureflags, stage_cflags and stage_libcflags into
      explicit Makefile macros.
      * Makefile.tpl (HOST_EXPORTS, EXTRA_HOST_FLAGS): Pass GCJ and
      GFORTRAN.
      (POSTSTAGE1_HOST_EXPORTS): Add XGCC_FLAGS_FOR_TARGET and TFLAGS to
      CC.  Set CC_FOR_BUILD from CC.
      (BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS,
      NORMAL_TARGET_EXPORTS): Move SYSROOT_CFLAGS_FOR_TARGET and
      DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS and CXXFLAGS to
      XGCC_FLAGS_FOR_TARGET.  Add it along with TFLAGS to CC, CXX, GCJ,
      and GFORTRAN.
      (TFLAGS, STAGE_CFLAGS, STAGE_TFLAGS, STAGE_CONFIGURE_FLAGS): New.
      (_LIBCFLAGS): Renamed to _TFLAGS.
      (do-compare-debug, do-compare3-debug): Drop.
      (CC, GCC_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET,
      GCJ_FOR_TARGET, GFORTRAN_FOR_TARGET): Remove FLAGS_FOR_TARGET.
      (FLAGS_FOR_TARGET, SYSROOT_CFLAGS_FOR_TARGET,
      DEBUG_PREFIX_CFLAGS_FOR_TARGET): Move down.
      (XGCC_FLAGS_FOR_TARGET): New.
      (BASE_FLAGS_TO_PASS): Pass STAGEid_CFLAGS, STAGEid_TFLAGS and TFLAGS.
      (EXTRA_HOST_FLAGS): Pass GCJ and GFORTRAN.
      (POSTSTAGE1_FLAGS_TO_PASS): Move SYSROOT_CFLAGS_FOR_TARGET and
      DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS, CXXFLAGS, LIBCFLAGS,
      LIBCXXFLAGS to XGCC_FLAGS_FOR_TARGET.    Add it along with TFLAGS
      to CC, CXX, GCJ, and GFORTRAN.  Pass XGCC_FLAGS_FOR_TARGET and
      TFLAGS.
      (BUILD_CONFIG): Include if requested.
      (all): Set TFLAGS on bootstrap.
      (configure-stageid-prefixmodule): Pass TFLAGS, adjust FLAGS.
      (all-stageid-prefixmodule): Likewise.
      (do-clean, distclean-stageid): Set TFLAGS.
      (restrap): Fix whitespace.
      * Makefile.in: Rebuilt.
      config/ChangeLog:
      * multi.m4: Save CXX, GFORTRAN and GCJ in config.status.
      * mt-gnu (CXXFLAGS_FOR_TARGET): Adjust.
      * bootstrap-O1.mk: New.
      * bootstrap-O3.mk: New.
      * bootstrap-debug.mk: New.
      1b05fbbd
  3. Feb 03, 2009
    • Doug Evans's avatar
      * config/tcl.m4 (SC_PATH_TCLCONFIG): Don't exit 0 if tclconfig fails. · 85541719
      Doug Evans authored
      	(SC_PATH_TKCONFIG): Don't exit 0 if tkconfig fails.
      	(SC_LOAD_TCLCONFIG): Quote all uses of TCL_BIN_DIR, it may contain
      	"# no Tcl configs found".
      	(SC_LOAD_TKCONFIG): Similarily for TK_BIN_DIR.
      
      	* gdb/configure.ac (gdbkt): Check both no_tcl/no_tk first, before
      	doing any further tcl/tk configury.  Don't configure gdbtk if
      	tcl or tk check fails.
      	* gdb/aclocal.m4: Regenerate.
      	* gdb/configure: Regenerate.
      	* gdb/gdbtk/plugins/aclocal.m4: Regenerate.
      	* gdb/gdbtk/plugins/configure: Regenerate.
      85541719
  4. Nov 27, 2008
    • Joseph Myers's avatar
      Merge from GCC: · fb2470b8
      Joseph Myers authored
      2008-11-21  Kai Tietz  <kai.tietz@onevision.com>
      
      	Fix PR/25502
      	* mh-mingw (BOOT_CFLAGS): Add -Wno-pedantic-ms-format switch.
      
      2008-11-12  Steve Ellcey  <sje@cup.hp.com>
      
      	PR target/27880
      	* unwind_ipinfo.m4 (GCC_CHECK_UNWIND_GETIPINFO): Change from
      	link test to target based test.
      fb2470b8
  5. Aug 25, 2008
  6. Aug 16, 2008
  7. Aug 03, 2008
  8. Aug 02, 2008
  9. Jul 30, 2008
    • Paolo Bonzini's avatar
      2008-07-30 Paolo Bonzini <bonzini@gnu.org> · da888c87
      Paolo Bonzini authored
      	Sync with gcc:
      	2008-07-30 Paolo Bonzini  <bonzini@gnu.org>
      
              * 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.
      
      	2008-06-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
      
              * Makefile.tpl ($(srcdir)/configure): Update dependencies.
              * Makefile.in: Regenerate.
              * configure: 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.
      
      2008-06-11  Bernhard Fischer  <aldot@gcc.gnu.org>
      
              * tls.m4: Fix typos.
      da888c87
  10. Jul 25, 2008
  11. Jul 11, 2008
  12. Jun 18, 2008
    • Ralf Wildenhues's avatar
      * configure: Regenerate. · 7a283e07
      Ralf Wildenhues authored
      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.
      
      binutils/
      	* configure: Regenerate.
      
      opcodes/
      	* configure: Regenerate.
      
      bfd/
      	* configure: Regenerate.
      
      gas/
      	* configure: Regenerate.
      
      gprof/
      	* configure: Regenerate.
      
      ld/
      	* config.in: Regenerate.
      	* configure: Regenerate.
      7a283e07
  13. Jun 08, 2008
  14. Jun 06, 2008
  15. May 12, 2008
  16. Apr 23, 2008
  17. Apr 18, 2008
    • Paolo Bonzini's avatar
      2008-04-18 Paolo Bonzini <bonzini@gnu.org> · 266df637
      Paolo Bonzini authored
      	Sync with gcc:
      	2008-04-18  Paolo Bonzini  <bonzini@gnu.org>
      
      	PR bootstrap/35457
      	* configure.ac: Include override.m4.
      	* configure: Regenerate.
      
      	2008-04-18  Paolo Bonzini  <bonzini@gnu.org>
      
              * Makefile.tpl (restrap): Call `make all' using double-colon rules.
              * Makefile.in: Regenerate.
      
      	2008-04-11  Eric B. Weddington  <eweddington@cso.atmel.com>
      
              * configure.ac: Do not build libssp for the AVR.
              * configure: Regenerate.
      
      config:
      2008-04-18  Paolo Bonzini  <bonzini@gnu.org>
      
      	PR bootstrap/35457
      
      	* override.m4: Add this.  Make sure aclocal always picks it.
      	Add more lenient precious variable check, backported from
      	autoconf trunk.
      266df637
  18. Apr 04, 2008
    • Nick Clifton's avatar
      PR binutils/4334 · e33b51a6
      Nick Clifton authored
              * acx.m4 (ACX_CHECK_CYGWIN_CAT_WORKS): New macro to check that
              cygwin builds are not running in textmode.
      
              * configure.ac: Run ACX_CHECK_CYGWIN_CAT_WORKS for cygwin hosted
              builds.
              * configure: Regenerate.
      e33b51a6
  19. Mar 27, 2008
    • Paolo Bonzini's avatar
      2008-03-27 Paolo Bonzini <bonzini@gnu.org> · c779bab8
      Paolo Bonzini authored
      	* Makefile.tpl (PICFLAG, PICFLAG_FOR_TARGET): Remove.
      	* Makefile.in: Regenerate.
      
      config:
      2008-03-27  Paolo Bonzini  <bonzini@gnu.org>
      
      	* extensions.m4: New.
      
      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.
      
      libiberty:
      2008-03-27  Paolo Bonzini  <bonzini@gnu.org>
      
      	* configure.ac (frags): Don't set, use frag instead.
      	(PICFLAG): Set here and substitute.
      	* Makefile.in (PICFLAG): Substitute from autoconf.
      	* configure: Regenerate.
      c779bab8
  20. Mar 18, 2008
  21. Mar 17, 2008
    • Ralf Wildenhues's avatar
      * configure.ac: m4_include config/proginstall.m4. · 58c85be7
      Ralf Wildenhues authored
              * configure: Regenerate.
      config/
              * proginstall.m4: New file, with fixed AC_PROG_INSTALL.
      bfd/
              * aclocal.m4: Regenerate.
              * configure: Likewise.
              * Makefile.in: Likewise.
      bfd/doc/
              * Makefile.in: Regenerate.
      intl/
              * aclocal.m4: Regenerate.
              * configure: Likewise.
      gas/
              * aclocal.m4: Regenerate.
              * configure: Likewise.
              * Makefile.in: Likewise.
              * doc/Makefile.in: Likewise.
      ld/
              * aclocal.m4: Regenerate.
              * configure: Likewise.
              * Makefile.in: Likewise.
      opcodes/
              * aclocal.m4: Regenerate.
              * configure: Likewise.
              * Makefile.in: Likewise.
      binutils/
              * aclocal.m4: Regenerate.
              * configure: Likewise.
              * Makefile.in: Likewise.
              * doc/Makefile.in: Likewise.
      gprof/
              * aclocal.m4: Regenerate.
              * configure: Likewise.
              * Makefile.in: Likewise.
      58c85be7
  22. Feb 20, 2008
    • Paolo Bonzini's avatar
      config: · 4443cd0f
      Paolo Bonzini authored
      2008-02-20  Uros Bizjak  <ubizjak@gmail.com>
      
      	* mh-ppc-darwin (BOOT_CFLAGS): Use +=, not =.
      4443cd0f
    • Paolo Bonzini's avatar
      2008-02-20 Paolo Bonzini <bonzini@gnu.org> · 7f6ef0c0
      Paolo 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 (BOOT_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.
      
      config:
      2008-02-20  Paolo Bonzini  <bonzini@gnu.org>
      
              PR bootstrap/32009
              * mh-ppc-darwin (BOOT_CFLAGS): Reenable.
      7f6ef0c0
  23. Jan 08, 2008
  24. Dec 06, 2007
    • Richard Sandiford's avatar
      config/ · 1c9e0298
      Richard Sandiford authored
      	* mt-sde (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Use +=, not =.
      	* mt-mips-elfoabi: Likewise.
      1c9e0298
  25. Oct 16, 2007
  26. Oct 03, 2007
  27. Sep 21, 2007
    • Richard Sandiford's avatar
      config/ · c6bac49b
      Richard Sandiford authored
      	* mt-sde (CFLAGS_FOR_TARGET): Replace -fno-optimize-sibling-calls
      	with -minterlink-mips16.
      	(CXXFLAGS_FOR_TARGET): Likewise.
      c6bac49b
  28. Sep 20, 2007
  29. Sep 12, 2007
  30. Sep 11, 2007
  31. Sep 07, 2007
    • Richard Sandiford's avatar
      config/ · 8f138f68
      Richard Sandiford authored
      	* mt-sde (CFLAGS_FOR_TARGET): Add -mno-gpopt.
      	(CXXFLAGS_FOR_TARGET): Likewise.
      8f138f68
  32. Aug 30, 2007
  33. Aug 18, 2007
    • Joseph Myers's avatar
      2007-08-18 Paul Brook <paul@codesourcery.com> · 8a6ee3ab
      Joseph Myers 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).
      8a6ee3ab
  34. Aug 17, 2007
  35. Jul 11, 2007
    • H.J. Lu's avatar
      2007-07-06 H.J. Lu <hongjiu.lu@intel.com> · eddae94b
      H.J. Lu authored
      	* tls.m4 (GCC_CHECK_CC_TLS): New.
      
      2007-07-05  Sebastian Pop  <sebpop@gmail.com>
      
      	PR bootstrap/32622
      	* mh-x86omitfp (BOOT_CFLAGS): Add -fomit-frame-pointer,
      	don't reset its value.
      eddae94b
  36. Jul 02, 2007
  37. Jun 14, 2007
  38. Jun 04, 2007
Loading