diff options
Diffstat (limited to 'recipes/gcc/gcc-svn.inc')
-rw-r--r-- | recipes/gcc/gcc-svn.inc | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/recipes/gcc/gcc-svn.inc b/recipes/gcc/gcc-svn.inc index 0198a8ddd9..6134aa2eaf 100644 --- a/recipes/gcc/gcc-svn.inc +++ b/recipes/gcc/gcc-svn.inc @@ -1,15 +1,14 @@ DEFAULT_PREFERENCE = "-999" ARM_INSTRUCTION_SET = "arm" -SRCREV="155514" +SRCREV = "155514" require gcc-common.inc -DEPENDS = "mpfr gmp mpc" +DEPENDS = "mpfr gmp libmpc" -GCC_BASE ?= "4.5" -PV = "${GCC_BASE}+svnr${SRCREV}" -PR = "r0" +BINV = "4.5.0" +PV = "4.5+svnr${SRCPV}" FILESPATHPKG .= ":gcc-svn" |