summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/gcc/gcc-4.3.3
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2011-03-31 20:18:32 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-04-04 14:09:33 +0100
commit3909b764b74ed9fd99ff97c49e9ee12890478015 (patch)
treedb06f8f5b47947f689e90a65c4f60514596220e3 /meta/recipes-devtools/gcc/gcc-4.3.3
parent434f139f812079e2d6d78e89af69778c4282a8ed (diff)
downloadpoky-3909b764b74ed9fd99ff97c49e9ee12890478015.tar.gz
recipes: Use -uclibceabi instead of -uclibcgnueabi
(From OE-Core rev: 3aa429406184d27bdb8a771c4c12bde1dcccb95b) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/gcc/gcc-4.3.3')
-rw-r--r--meta/recipes-devtools/gcc/gcc-4.3.3/110-arm-eabi.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/gcc/gcc-4.3.3/110-arm-eabi.patch b/meta/recipes-devtools/gcc/gcc-4.3.3/110-arm-eabi.patch
index acebe5308f..74e4a5af04 100644
--- a/meta/recipes-devtools/gcc/gcc-4.3.3/110-arm-eabi.patch
+++ b/meta/recipes-devtools/gcc/gcc-4.3.3/110-arm-eabi.patch
@@ -5,7 +5,7 @@
5 tmake_file="t-slibgcc-elf-ver t-linux arm/t-arm" 5 tmake_file="t-slibgcc-elf-ver t-linux arm/t-arm"
6 case ${target} in 6 case ${target} in
7- arm*-*-linux-gnueabi) 7- arm*-*-linux-gnueabi)
8+ arm*-*-linux-gnueabi | arm*-*-linux-uclibcgnueabi) 8+ arm*-*-linux-gnueabi | arm*-*-linux-uclibceabi)
9 tm_file="$tm_file arm/bpabi.h arm/linux-eabi.h" 9 tm_file="$tm_file arm/bpabi.h arm/linux-eabi.h"
10 tmake_file="$tmake_file arm/t-arm-elf arm/t-bpabi arm/t-linux-eabi" 10 tmake_file="$tmake_file arm/t-arm-elf arm/t-bpabi arm/t-linux-eabi"
11 # The BPABI long long divmod functions return a 128-bit value in 11 # The BPABI long long divmod functions return a 128-bit value in