summaryrefslogtreecommitdiffstats
path: root/recipes/gcc/gcc-4.5.inc
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2010-07-01 00:15:38 -0700
committerKhem Raj <raj.khem@gmail.com>2010-07-01 00:17:28 -0700
commit8058b3145def398a06e41f59bd928f306da0442e (patch)
treee30d98bcf10dcc53b206c3ab01d65fef3abd9940 /recipes/gcc/gcc-4.5.inc
parent20cb868f676822fc91e4ecfa459eabece2ef7e71 (diff)
downloadopenembedded-8058b3145def398a06e41f59bd928f306da0442e.tar.gz
gcc-4.5: Make gcc-cross build for ppc target
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes/gcc/gcc-4.5.inc')
-rw-r--r--recipes/gcc/gcc-4.5.inc3
1 files changed, 1 insertions, 2 deletions
diff --git a/recipes/gcc/gcc-4.5.inc b/recipes/gcc/gcc-4.5.inc
index 0c3d46ffd4..b359efa543 100644
--- a/recipes/gcc/gcc-4.5.inc
+++ b/recipes/gcc/gcc-4.5.inc
@@ -18,7 +18,7 @@ PV = "4.5"
# 4.5.1 then the value below will be 2 which will mean 4.5.2
# which will be next minor release and so on.
-BINV = "${PV}.1"
+BINV = "${PV}.2"
BRANCH = "gcc-4_5-branch"
PR_append = "+svnr${SRCPV}"
@@ -54,4 +54,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)}"