~ubuntu-branches/ubuntu/trusty/armel-cross-toolchain-base/trusty-proposed

« back to all changes in this revision

Viewing changes to debian/patches/gcc/remove-disable-multiarch-for-stage1.patch

  • Committer: Package Import Robot
  • Author(s): Matthias Klose
  • Date: 2012-12-06 11:10:47 UTC
  • Revision ID: package-import@ubuntu.com-20121206111047-nfkjrzjqwrdbhvbl
Tags: 1.92
* Stop building the dummy packages.
* Include the stubs-<abi>.h header for the non-default architecture
  in the libc6-dev-<arch>-cross package. Ugly hack, should really
  be built within this source package.
* Drop obsolete patches for toolchain packages.
* Allow libelf-dev as a build dependency.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
Index: gcc/debian/rules2
2
 
===================================================================
3
 
--- gcc.orig/debian/rules2      2012-04-07 12:18:03.000000000 +0000
4
 
+++ gcc/debian/rules2   2012-04-15 13:28:23.218743249 +0000
5
 
@@ -154,7 +154,6 @@
6
 
        --disable-libgomp  \
7
 
        --disable-libmudflap  \
8
 
        --disable-libssp \
9
 
-       --disable-multiarch \
10
 
        --disable-multilib  \
11
 
        --disable-libquadmath \
12
 
        --disable-threads \