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-24 09:43:00 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-01-25 14:33:52 +0000
commit746e8ffa66850bf9050cd6baf94eb76c492eb535 (patch)
treeb68898f34bd86da6b738a936ae0c4971f8e22da9 /meta/recipes-core/uclibc/uclibc-git/cross_compile_check.patch
parent64a8f93cb6a7cd86f966b8f53227246deebce3a0 (diff)
downloadopenembedded-core-746e8ffa66850bf9050cd6baf94eb76c492eb535.tar.gz
openembedded-core-746e8ffa66850bf9050cd6baf94eb76c492eb535.tar.bz2
openembedded-core-746e8ffa66850bf9050cd6baf94eb76c492eb535.tar.xz
openembedded-core-746e8ffa66850bf9050cd6baf94eb76c492eb535.zip
uclibc-git: Update to latest RC
Document the patches 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 f009cb97f..000000000
--- a/meta/recipes-core/uclibc/uclibc-git/cross_compile_check.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-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
-