summaryrefslogtreecommitdiffstats
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:34:11 +0000
commitea8e63df249715333ee5464a65a4d9684f7484b1 (patch)
treeb7f28d43020518d4c3107cd9f23f7cc6c81eb4ed /meta/recipes-core/uclibc/uclibc-git/cross_compile_check.patch
parent13a62254e8b44694245b1adb81f61ce1dc82b259 (diff)
downloadpoky-ea8e63df249715333ee5464a65a4d9684f7484b1.tar.gz
uclibc: Upgrade to latest master
Document the patches (From OE-Core rev: fdcae83ad715af92a4d25f4ef5b30c49ce6ceb69) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
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 0000000000..f009cb97f7
--- /dev/null
+++ b/meta/recipes-core/uclibc/uclibc-git/cross_compile_check.patch
@@ -0,0 +1,13 @@
1diff --git a/Rules.mak b/Rules.mak
2index 84baa97..571da05 100644
3--- a/Rules.mak
4+++ b/Rules.mak
5@@ -158,7 +158,7 @@ endif
6 comma:=,
7 space:= #
8
9-ifndef CROSS_COMPILE
10+ifeq ($(CROSS_COMPILE),)
11 CROSS_COMPILE=$(call qstrip,$(CROSS_COMPILER_PREFIX))
12 endif
13