~ubuntu-branches/debian/sid/gnat-4.6/sid

« back to all changes in this revision

Viewing changes to debian/rules.conf

  • Committer: Package Import Robot
  • Author(s): Ludovic Brenta
  • Date: 2012-05-10 08:42:44 UTC
  • Revision ID: package-import@ubuntu.com-20120510084244-a3hdvo44zjmbsu6y
Tags: 4.6.3-4
* debian/patches/ada-link-lib.diff: do not use parallel makes to build
  the GNAT tools.  Closes: #667184.

Merge from gcc-4.6 (4.6.3-5) unstable; urgency=medium

* Update to SVN 20120430 (r186999) from the gcc-4_6-branch.
  - Fix PR middle-end/53084, PR lto/48246, PR target/53138.
* Don't try to run the libstdc++ testsuite if the C++ frontend isn't built.
* Don't configure with --enable-gnu-unique-object on kfreebsd and hurd.
* Treat wheezy the same as sid in more places (Peter Green). Fixes: #670821.
* Fix setting MULTILIB_DEFAULTS for ARM multilib builds.

Show diffs side-by-side

added added

removed removed

Lines of Context:
620
620
endif
621
621
ifeq ($(with_libgfortran),yes)
622
622
  addons += libgfortran lib32gfortran lib64gfortran libn32gfortran
623
 
  addons += $(if $(findstring armel,$(biarchhfarchs)),libhffortran)
624
 
  addons += $(if $(findstring armhf,$(biarchsfarchs)),libsffortran)
 
623
  addons += $(if $(findstring armel,$(biarchhfarchs)),libhfgfortran)
 
624
  addons += $(if $(findstring armhf,$(biarchsfarchs)),libsfgfortran)
625
625
endif
626
626
ifeq ($(with_libobjc),yes)
627
627
  addons += libobjc lib32objc lib64objc libn32objc