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

« back to all changes in this revision

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

  • Committer: Package Import Robot
  • Author(s): Marcin Juszkiewicz
  • Date: 2012-02-16 18:16:08 UTC
  • Revision ID: package-import@ubuntu.com-20120216181608-l7nm0wj95l7jfzzt
Tags: 1.78
* Updated gcc-4.6 dependency to 4.6.2-14ubuntu2 to get fixed
        debian/control.m4
* Updated Debian build
* Fixed multiarch directories patch.
* Updated kernel version to 3.2
* eglibc: refreshed patches to 2.15

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.15~pre6/Makerules
 
6
===================================================================
 
7
--- eglibc-2.15~pre6.orig/Makerules     2011-10-25 00:37:10.000000000 +0000
 
8
+++ eglibc-2.15~pre6/Makerules  2012-02-03 11:45:08.284707111 +0000
 
9
@@ -1262,7 +1262,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.