summaryrefslogtreecommitdiff
path: root/meta/recipes-core/uclibc/uclibc-git/cross_compile_check.patch
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2012-01-17 23:06:08 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-01-19 11:29:04 +0000
commitfdcae83ad715af92a4d25f4ef5b30c49ce6ceb69 (patch)
treea17aedeb37d7c9b23bab8b03947b007b45da314b /meta/recipes-core/uclibc/uclibc-git/cross_compile_check.patch
parentfd46d2ec75a53a02464ab2f0bc69eb1971432c9a (diff)
downloadopenembedded-core-fdcae83ad715af92a4d25f4ef5b30c49ce6ceb69.tar.gz
openembedded-core-fdcae83ad715af92a4d25f4ef5b30c49ce6ceb69.tar.bz2
openembedded-core-fdcae83ad715af92a4d25f4ef5b30c49ce6ceb69.tar.xz
openembedded-core-fdcae83ad715af92a4d25f4ef5b30c49ce6ceb69.zip
uclibc: Upgrade to latest master
Document the patches Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta/recipes-core/uclibc/uclibc-git/cross_compile_check.patch')
-rw-r--r--meta/recipes-core/uclibc/uclibc-git/cross_compile_check.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/meta/recipes-core/uclibc/uclibc-git/cross_compile_check.patch b/meta/recipes-core/uclibc/uclibc-git/cross_compile_check.patch
new file mode 100644
index 000000000..f009cb97f
--- /dev/null
+++ b/meta/recipes-core/uclibc/uclibc-git/cross_compile_check.patch
@@ -0,0 +1,13 @@
+diff --git a/Rules.mak b/Rules.mak
+index 84baa97..571da05 100644
+--- a/Rules.mak
++++ b/Rules.mak
+@@ -158,7 +158,7 @@ endif
+ comma:=,
+ space:= #
+
+-ifndef CROSS_COMPILE
++ifeq ($(CROSS_COMPILE),)
+ CROSS_COMPILE=$(call qstrip,$(CROSS_COMPILER_PREFIX))
+ endif
+