summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/uclibc/uclibc-git/compile-arm-fork-with-O2.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/compile-arm-fork-with-O2.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/compile-arm-fork-with-O2.patch')
-rw-r--r--meta/recipes-core/uclibc/uclibc-git/compile-arm-fork-with-O2.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/uclibc/uclibc-git/compile-arm-fork-with-O2.patch b/meta/recipes-core/uclibc/uclibc-git/compile-arm-fork-with-O2.patch
index 429f27dfc4..15ee0ca156 100644
--- a/meta/recipes-core/uclibc/uclibc-git/compile-arm-fork-with-O2.patch
+++ b/meta/recipes-core/uclibc/uclibc-git/compile-arm-fork-with-O2.patch
@@ -1,5 +1,5 @@
1When compiling in thumb mode for arm with -Os gcc gives up since it can not find registers 1When compiling in thumb mode for arm with -Os gcc gives up since it can not find registers
2to spill. So we use -O2 option for compiling fork.c It may be addressable is gcc. 2to spill. So we use -O2 option for compiling fork.c It may be addressable in gcc.
3 3
4Signed-off-by: Khem Raj <raj.khem@gmail.com> 4Signed-off-by: Khem Raj <raj.khem@gmail.com>
5 5