summaryrefslogtreecommitdiffstats
path: root/recipes/gcc/gcc-4.4.4.inc
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2010-05-18 12:24:37 -0700
committerKhem Raj <raj.khem@gmail.com>2010-05-18 12:24:37 -0700
commitde76b5319669f50bec6d1a5f2310f360aada1909 (patch)
tree8475a10814919db94311ef2d3e7660569dd51b7c /recipes/gcc/gcc-4.4.4.inc
parent9074fefdb80373e05f276269cb14fd8676c7d360 (diff)
downloadopenembedded-de76b5319669f50bec6d1a5f2310f360aada1909.tar.gz
gcc-4.4.4: Fix build failure on powerpc/uclibc.
* For uclibc __to_type is typedef'ed to const __ctype_touplow_t* which is a short int. So the mangled alias breaks because on glibc __to_type is int* and mangled alias is set accordingly Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes/gcc/gcc-4.4.4.inc')
-rw-r--r--recipes/gcc/gcc-4.4.4.inc3
1 files changed, 1 insertions, 2 deletions
diff --git a/recipes/gcc/gcc-4.4.4.inc b/recipes/gcc/gcc-4.4.4.inc
index de916112b8..e14f31e79d 100644
--- a/recipes/gcc/gcc-4.4.4.inc
+++ b/recipes/gcc/gcc-4.4.4.inc
@@ -8,7 +8,7 @@ LICENSE = "GPLv3"
DEPENDS = "mpfr gmp"
NATIVEDEPS = "mpfr-native gmp-native"
-INC_PR = "r1"
+INC_PR = "r2"
FILESPATHPKG .= ":gcc-$PV"
@@ -44,4 +44,3 @@ EXTRA_OECONF_INTERMEDIATE = "--disable-libmudflap --disable-libgomp --disable-li
EXTRA_OECONF_append_linux-uclibc = " --disable-decimal-float "
EXTRA_OECONF_append_linux-uclibceabi = " --disable-decimal-float "
EXTRA_OECONF_append_linux-uclibcspe = " --disable-decimal-float "
-EXTRA_OECONF_append_linux-uclibc = " ${@base_contains('TARGET_ARCH', 'powerpc', '--without-long-double-128', '',d)}"