~ubuntu-branches/ubuntu/trusty/gcc-4.7/trusty

« back to all changes in this revision

Viewing changes to debian/rules.defs

  • Committer: Package Import Robot
  • Author(s): Matthias Klose
  • Date: 2013-04-22 11:55:05 UTC
  • mfrom: (15.2.16 experimental)
  • Revision ID: package-import@ubuntu.com-20130422115505-10c2vs3iembuyc1z
Tags: 4.7.3-2ubuntu4
Add build dependency on libsfgcc1 [armhf], needed for dependency
information of libsfstdc++6-4.7-dbg when libsfgcc1 is built from
newer sources.

Show diffs side-by-side

added added

removed removed

Lines of Context:
340
340
# XXX: should with_common_libs be "yes" only if this is the default compiler
341
341
# version on the targeted arch?
342
342
 
343
 
# currently, Debian experimental has gcc-4.8 too
344
 
ifeq ($(distribution),Debian)
 
343
# currently, Debian experimental has gcc-4.8 too (identifying as wheezy)
 
344
ifeq (,$(filter $(distrelease),etch lenny squeeze))
 
345
  with_common_pkgs :=
 
346
  with_common_libs :=
 
347
else ifeq (,$(filter $(distrelease),dapper hardy jaunty karmic lucid maverick oneiric precise quantal raring))
345
348
  with_common_pkgs :=
346
349
  with_common_libs :=
347
350
endif
 
351
# PPA uploads ...
 
352
with_common_pkgs :=
 
353
with_common_libs :=
348
354
 
349
355
# is this a multiarch-enabled build?
350
356
ifeq (,$(filter $(distrelease),lenny etch squeeze dapper hardy jaunty karmic lucid maverick))
1594
1600
  endef
1595
1601
  define cross_mangle_substvars
1596
1602
  endef
 
1603
  # precise's dh_shlibdeps doesn't work well for ARM multilibs
 
1604
  ifneq (,$(filter $(distrelease),precise))
 
1605
    ifneq (,$(filter $(DEB_TARGET_ARCH), armel armhf))
 
1606
      ignshld = -
 
1607
    endif
 
1608
  endif
1597
1609
endif
1598
1610
 
1599
1611
# takes a *list* of package names as $1, the multilib dirname as $2