~ubuntu-branches/debian/sid/gcc-4.8/sid

« back to all changes in this revision

Viewing changes to .svn/pristine/45/459736138d49767f4b434679d0d90beb60d4f10e.svn-base

  • Committer: Package Import Robot
  • Author(s): Matthias Klose
  • Date: 2014-12-19 19:48:34 UTC
  • Revision ID: package-import@ubuntu.com-20141219194834-4dz1q7rrn5pad823
Tags: 4.8.4-1
* GCC 4.8.4 release.
  - Fix PR target/61407 (darwin), PR middle-end/58624 (ice),
    PR sanitizer/64265 (wrong code).
* Require recent binutils to pass go test failures.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
arch_binaries  := $(arch_binaries) hppa64
 
2
 
 
3
# ----------------------------------------------------------------------
 
4
$(binary_stamp)-hppa64: $(install_hppa64_stamp)
 
5
        dh_testdir
 
6
        dh_testroot
 
7
 
 
8
#       dh_installdirs -p$(p_hppa64)
 
9
 
 
10
        rm -f $(d_hppa64)/usr/lib/libiberty.a
 
11
        -find $(d_hppa64) ! -type d
 
12
 
 
13
        : # provide as and ld links
 
14
        dh_link -p $(p_hppa64) \
 
15
                /usr/bin/hppa64-linux-gnu-as \
 
16
                /$(hppa64libexecdir)/gcc/hppa64-linux-gnu/$(versiondir)/as \
 
17
                /usr/bin/hppa64-linux-gnu-ld \
 
18
                /$(hppa64libexecdir)/gcc/hppa64-linux-gnu/$(versiondir)/ld
 
19
 
 
20
        debian/dh_doclink -p$(p_hppa64) $(p_xbase)
 
21
        debian/dh_rmemptydirs -p$(p_hppa64)
 
22
 
 
23
        dh_strip -p$(p_hppa64) -X.o -Xlibgcc.a -Xlibgcov.a
 
24
        dh_compress -p$(p_hppa64)
 
25
        dh_fixperms -p$(p_hppa64)
 
26
        dh_shlibdeps -p$(p_hppa64)
 
27
        dh_gencontrol -p$(p_hppa64) -- -v$(DEB_VERSION) $(common_substvars)
 
28
        dh_installdeb -p$(p_hppa64)
 
29
        dh_md5sums -p$(p_hppa64)
 
30
        dh_builddeb -p$(p_hppa64)
 
31
 
 
32
        touch $@