1. 10 Jul, 2013 1 commit
  2. 14 Jun, 2013 1 commit
  3. 03 Jun, 2013 1 commit
  4. 17 May, 2013 1 commit
  5. 30 Apr, 2013 1 commit
  6. 16 Apr, 2013 1 commit
    • Enable java for aarch64 · eb7062cf
      	* configure.ac (aarch64-*-*): Don't disable java.
      	* configure: Regenerate.
      
      libjava/:
      	* configure.host: Add support for aarch64.
      	* sysdep/aarch64/locks.h: New file.
      
      libjava/classpath/:
      	* native/fdlibm/ieeefp.h: Add support for aarch64.
      
      From-SVN: r197997
      Andreas Schwab committed
  7. 10 Apr, 2013 1 commit
  8. 30 Mar, 2013 1 commit
  9. 24 Mar, 2013 1 commit
  10. 21 Feb, 2013 1 commit
  11. 15 Feb, 2013 1 commit
  12. 04 Feb, 2013 1 commit
  13. 25 Jan, 2013 1 commit
  14. 23 Jan, 2013 1 commit
  15. 15 Jan, 2013 1 commit
  16. 14 Jan, 2013 2 commits
  17. 11 Jan, 2013 3 commits
  18. 10 Jan, 2013 2 commits
  19. 09 Jan, 2013 1 commit
  20. 08 Jan, 2013 2 commits
  21. 02 Jan, 2013 1 commit
  22. 29 Dec, 2012 1 commit
  23. 20 Dec, 2012 1 commit
    • Makefile.def (install-target-libgfortran): Depend on install-target-libquadmath,… · d89da9db
      Makefile.def (install-target-libgfortran): Depend on install-target-libquadmath, install-target-libgcc.
      
      2012-12-20  Matthias Klose  <doko@ubuntu.com>
      
              * Makefile.def (install-target-libgfortran): Depend on
              install-target-libquadmath, install-target-libgcc.
              (install-target-libsanitizer): Depend on install-target-libgcc.
              (install-target-libjava): Depend on install-target-libgcc.
              (install-target-libitm): Depend on install-target-libgcc.
              (install-target-libobjc): Depend on install-target-libgcc.
              (install-target-libstdc++-v3): Depend on install-target-libgcc.
              * Makefile.in: Regenerate.
      
      From-SVN: r194650
      Matthias Klose committed
  24. 19 Dec, 2012 1 commit
  25. 18 Dec, 2012 1 commit
    • libgo: Link against libatomic. · 0b8ca8fe
      ./:
      	PR go/55201
      	* Makefile.def (all-target-libgo): Depend on all-target-libatomic.
      	* Makefile.in: Regenerate.
      gcc/go:
      	PR go/55201
      	* gospec.c (LIBATOMIC): Define.
      	(LIBATOMIC_PROFILE): Define.
      	(lang_specific_driver): Add LIBATOMIC[_PROFILE] option.
      gcc/testsuite:
      	* lib/go.exp (go_link_flags): Add libatomic location to flags and
      	ld_library_path.
      
      From-SVN: r194581
      Andreas Schwab committed
  26. 16 Dec, 2012 1 commit
  27. 12 Dec, 2012 1 commit
  28. 11 Dec, 2012 1 commit
  29. 10 Dec, 2012 1 commit
  30. 07 Dec, 2012 1 commit
  31. 01 Dec, 2012 1 commit
  32. 30 Nov, 2012 1 commit
  33. 29 Nov, 2012 2 commits
    • Remove bootstrap=true from libsanitizer · 99319980
      	* Makefile.def (target_modules): Remove bootstrap=true and
      	raw_cxx=true from libsanitizer.
      	* configure.ac (bootstrap_target_libs): Remove libsanitizer.
      	* Makefile.in: Regenerated.
      	* configure: Likewise.
      
      From-SVN: r193950
      H.J. Lu committed
    • Add --with-build-config=bootstrap-asan support · c3cc0031
      	* Makefile.def (target_modules): Add bootstrap=true and
      	raw_cxx=true to libsanitizer.
      	* configure.ac (bootstrap_target_libs): Add libsanitizer.
      	* Makefile.in: Regenerated.
      	* configure: Likewise.
      
      config/
      
      	* bootstrap-asan.mk: New file.
      
      From-SVN: r193940
      H.J. Lu committed
  34. 28 Nov, 2012 1 commit
    • re PR other/54279 (first stage build with g++ fails with "." as the first component of $PATH) · 5d99894e
      2012-11-28  Andrew Pinski  <apinski@cavium.com>
      
              PR bootstrap/54279
              * configure.ac (CXX_FOR_TARGET): Change over to use xg++.
              * configure: Regenerate.
              * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): Change over to use xg++.
              * Makefile.in: Regenerate.
      
      2012-11-28  Andrew Pinski  <apinski@cavium.com>
      
              PR bootstrap/54279
              * Makefile.in (${QMTEST_DIR}/context): Use xg++ instead of g++.
      
      2012-11-28  Andrew Pinski  <apinski@cavium.com>
      
              PR bootstrap/54279
              * Make-lang.in (g++$(exeext)): Rename to
              (xg++$(exeext)): This.
              (g++-cross$(exeext)): Use xg++$(exeext) instead of g++$(exeext).
              (c++.start.encap): Likewise.
              (c++.install-common): Likewise.
      
      2012-11-28  Andrew Pinski  <apinski@cavium.com>
      
              PR bootstrap/54279
              * lib/g++.exp (g++_init): Search for xg++ instead of g++ in the build
              directories.
              * lib/obj-c++.exp (obj-c++_init): Likewise.
      
      2012-11-28  Andrew Pinski  <apinski@cavium.com>
      
              PR bootstrap/54279
              * scripts/testsuite_flags.in (--build-cxx): Use xg++ instead of g++.
              * testsuite/lib/libstdc++.exp (libstdc++_init): Likewise.
      
      From-SVN: r193910
      Andrew Pinski committed