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-24 09:43:00 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-01-25 14:34:09 +0000
commit3a9e5682a9d74fe4f78cd4399927bad1942d0153 (patch)
tree94f3f4896929d39fd5df60febc3130b41c73ba9c /meta/recipes-core/uclibc/uclibc-git/cross_compile_check.patch
parente60acb7e0b3394bb88fac92bb197e676506879e7 (diff)
downloadpoky-3a9e5682a9d74fe4f78cd4399927bad1942d0153.tar.gz
uclibc-git: Update to latest RC
Document the patches (From OE-Core rev: 746e8ffa66850bf9050cd6baf94eb76c492eb535) 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, 0 insertions, 13 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
deleted file mode 100644
index f009cb97f7..0000000000
--- a/meta/recipes-core/uclibc/uclibc-git/cross_compile_check.patch
+++ /dev/null
@@ -1,13 +0,0 @@
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