~ubuntu-branches/ubuntu/utopic/armel-cross-toolchain-base/utopic

« back to all changes in this revision

Viewing changes to debian/patches/gcc-4.7/hack-disable-shlibdeps-for-stages.diff

  • Committer: Package Import Robot
  • Author(s): Marcin Juszkiewicz
  • Date: 2012-11-19 12:06:57 UTC
  • Revision ID: package-import@ubuntu.com-20121119120657-nq9dpqq8ouk0575h
Tags: 1.91
* Make use of all toolchain improvements in raring.
* Use only gcc-4.7 for bootstrap.
* Bumped linux-source to 3.7
  * added hacks to get linux-libc-dev_armel.deb built
* Bumped eglibc to 2.16
  * Disabled SELinux support in eglibc - it is there for nscd which we do
    not use.
  * Added debconf(-2.0) to list of ignored deps for dpkg-cross.
* Bumped gcc-4.7 to 4.7.2-5
  * install libgcc* packages after build-gcc2
  * added workaround for LP: 1078736
  * removed svn-doc-updates.diff from debian/rules.patch - it is broken
* Forced --disable-werror for cross binutils - aarch64 needs that - LP: 1079676

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
Index: gcc47/debian/rules.d/binary-libgcc.mk
 
1
Index: gcc/debian/rules.d/binary-libgcc.mk
2
2
===================================================================
3
 
--- gcc47.orig/debian/rules.d/binary-libgcc.mk  2012-10-24 08:07:46.674227628 +0000
4
 
+++ gcc47/debian/rules.d/binary-libgcc.mk       2012-10-24 08:09:05.350227619 +0000
5
 
@@ -189,7 +189,7 @@
 
3
--- gcc.orig/debian/rules.d/binary-libgcc.mk    2012-11-05 14:32:21.000000000 +0000
 
4
+++ gcc/debian/rules.d/binary-libgcc.mk 2012-11-15 12:43:13.281998838 +0000
 
5
@@ -203,7 +203,7 @@
6
6
        dh_strip -p$(2)
7
7
        dh_compress -p$(2)
8
8
        $(cross_shlibdeps) dh_shlibdeps -p$(2)
11
11
        dh_fixperms -p$(2)
12
12
        dh_installdeb -p$(2)
13
13
        $(cross_gencontrol) dh_gencontrol -p$(2) -- -v$(DEB_VERSION) $(common_substvars)
14
 
@@ -244,8 +244,8 @@
 
14
@@ -258,8 +258,8 @@
15
15
                )
16
16
        )
17
17