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

« back to all changes in this revision

Viewing changes to debian/patches/eglibc/debian/use-gcc-for-native-compile.patch

  • Committer: Package Import Robot
  • Author(s): Marcin Juszkiewicz, Gustavo Alkmim, Marcin Juszkiewicz
  • Date: 2012-04-06 10:38:19 UTC
  • Revision ID: package-import@ubuntu.com-20120406103819-07lpkhvjnp2mxuu8
Tags: 1.80
[ Gustavo Alkmim]
* Updates to make package building under Debian.
* Copy multiarch headers to standard directory to fix build-eglibc stages.

[ Marcin Juszkiewicz ]
* Bumped gcc-4.6 requirement to 4.6.2-16 (due to patches merged).
* Refreshed Ubuntu and Debian patches.
* Debian only changes:
  - Automated checking of Linux version (idea from Gustavo).
  - Fixed 'build-linux' step for armhf target
  - clean tmp/ directory after 'build-linux' step to not break other
    packages.
* Added patch to binutils to make linker use multiarch directories - LP: #923779

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
 Makerules |    2 +-
3
3
 1 file changed, 1 insertion(+), 1 deletion(-)
4
4
 
5
 
--- eglibc-2.13.orig/Makerules
6
 
+++ eglibc-2.13/Makerules
7
 
@@ -1234,11 +1234,11 @@ install: install-no-libc.a-nosubdir
8
 
 
9
 
 # Command to compile $< in $(objdir) using the native libraries.
 
5
Index: eglibc-2.13/Makerules
 
6
===================================================================
 
7
--- eglibc-2.13.orig/Makerules  2012-02-26 17:51:57.000000000 +0000
 
8
+++ eglibc-2.13/Makerules       2012-04-03 11:02:34.096757860 +0000
 
9
@@ -1239,7 +1239,7 @@
10
10
 define native-compile
11
11
 $(make-target-directory)
12
12
 $(patsubst %/,cd % &&,$(objpfx)) \
15
15
            $(firstword $(filter /%,$< $(shell pwd)/$<)) -o $(@F)
16
16
 endef
17
17
 
18
 
 # Command to compile $< in $(common-objdir) using the native libraries.
19
 
 # We must cd to $(objdir) anyway so that $(..)config.h is valid.