aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gcc/gcc-svn.inc
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/gcc/gcc-svn.inc')
-rw-r--r--recipes/gcc/gcc-svn.inc20
1 files changed, 12 insertions, 8 deletions
diff --git a/recipes/gcc/gcc-svn.inc b/recipes/gcc/gcc-svn.inc
index 9f97202165..14175e736d 100644
--- a/recipes/gcc/gcc-svn.inc
+++ b/recipes/gcc/gcc-svn.inc
@@ -1,23 +1,24 @@
DEFAULT_PREFERENCE = "-999"
ARM_INSTRUCTION_SET = "arm"
-SRCREV = "156750"
+SRCREV = "158653"
require gcc-common.inc
DEPENDS = "mpfr gmp libmpc"
+NATIVEDEPS = "mpfr-native gmp-native libmpc-native"
-BINV = "4.5.0"
-PV = "4.5+svnr${SRCPV}"
+BINV = "4.6.0"
+PV = "4.6+svnr${SRCPV}"
FILESPATHPKG .= ":gcc-svn"
SRC_URI = "svn://gcc.gnu.org/svn/gcc;module=trunk \
- file://gcc-4.3.1-ARCH_FLAGS_FOR_TARGET.patch;patch=1 \
- file://100-uclibc-conf.patch;patch=1 \
- file://gcc-uclibc-locale-ctype_touplow_t.patch;patch=1 \
- file://cache-amnesia.patch;patch=1 \
- file://gcc-flags-for-build.patch;patch=1 \
+ file://gcc-4.3.1-ARCH_FLAGS_FOR_TARGET.patch \
+ file://100-uclibc-conf.patch \
+ file://gcc-uclibc-locale-ctype_touplow_t.patch \
+ file://cache-amnesia.patch \
+ file://gcc-flags-for-build.patch \
"
# Language Overrides
@@ -28,6 +29,9 @@ EXTRA_OECONF_BASE = " --enable-libssp \
--disable-bootstrap --disable-libgomp \
--disable-libmudflap"
+EXTRA_OECONF_INITIAL = "--disable-libmudflap --disable-libgomp --disable-libssp --enable-decimal-float=no"
+EXTRA_OECONF_INTERMEDIATE = "--disable-libmudflap --disable-libgomp --disable-libssp"
+
rename_srcdir (){
mv ${WORKDIR}/trunk ${WORKDIR}/gcc-${PV}
}