~ubuntu-branches/debian/experimental/gcc-4.7/experimental

« back to all changes in this revision

Viewing changes to debian/rules.conf

  • Committer: Package Import Robot
  • Author(s): Matthias Klose
  • Date: 2013-01-17 21:48:29 UTC
  • Revision ID: package-import@ubuntu.com-20130117214829-ex6krudzbru76t2m
Tags: 4.7.2-19
* Update to SVN 20130117 (r195280) from the gcc-4_7-branch.
  - Fix PR target/55974 (AVR), PR fortran/55072, PR fortran/55618,
    PR libstdc++/52887, PR fortran/55983.
  - Backport multiarch patches.
* Update the Linaro support to the 4.7-2013.01 release.

* Don't call dh_shlibdeps for staged cross builds. These packages
  are never shipped, and the information is irrelevant.
* Don't ship libiberty.a in gcc-4.7-hppa64. Closes: #659556.
* Fix dependency on the non-default multilib libc-dev. LP: #1100894.

Show diffs side-by-side

added added

removed removed

Lines of Context:
246
246
LIBC_BIARCH_DEV_DEP :=
247
247
ifneq (,$(findstring yes,$(biarch64) $(biarch32) $(biarchn32) $(biarchx32)$(biarchhf)$(biarchsf)))
248
248
  LIBC_BIARCH_DEP := $${shlibs:Depends}
249
 
  LIBC_BIARCH_DEV_DEP := $(LIBC_DEV_DEP)$(LS)$(AQ) (>= $(libc_ver))
 
249
  LIBC_BIARCH_DEV_DEP := $(LIBC_DEV_DEP)-$(biarch_deb_arch)$(LS)$(AQ) (>= $(libc_ver))
250
250
  ifeq ($(biarch64)$(biarch32),yesyes)
251
251
    LIBC_BIARCH_DEV_DEP := $(LIBC_DEV_DEP)-amd64$(LS)$(AQ) (>= $(libc_ver)), $(LIBC_DEV_DEP)-i386$(LS)$(AQ) (>= $(libc_ver))
252
252
  endif