~ubuntu-branches/ubuntu/vivid/gccgo-5/vivid-updates

« back to all changes in this revision

Viewing changes to debian/rules.patch

  • Committer: Package Import Robot
  • Author(s): Matthias Klose
  • Date: 2015-02-28 20:31:18 UTC
  • mfrom: (1.1.3)
  • Revision ID: package-import@ubuntu.com-20150228203118-f8i1jc77nv6u5g2m
Tags: 5-20150228-1ubuntu1
* Update to SVN 20150228.
* Enable libsanitizer for AArch64 and POWERPC LE (asan, ubsan).
* Revert the fix for PR65150 on armel and armhf to restore bootstrap.
* Don't strip the libgo library, or some things won't work as documented,
  like runtime.Callers. Still keep the -dbg packages and check if some
  debug information can be stripped.

Show diffs side-by-side

added added

removed removed

Lines of Context:
81
81
debian_patches += \
82
82
        gccgo-arm64 \
83
83
 
 
84
ifneq (,$(filter $(DEB_TARGET_ARCH), armhf armel))
 
85
  debian_patches += \
 
86
        pr65150-revert
 
87
endif
 
88
 
84
89
# FIXME: only needed for isl-0.13 for now
85
90
#       isl-0.13-compat \
86
91
 
300
305
debian_patches += ada-mips64
301
306
 
302
307
debian_patches += libasan-sparc
303
 
#debian_patches += libstdc++-python-hook
304
308
 
305
309
series_stamp = $(stampdir)/02-series-stamp
306
310
series: $(series_stamp)