summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKoen Kooi <koen@dominion.thruhere.net>2011-07-01 11:10:33 +0200
committerKoen Kooi <koen@dominion.thruhere.net>2011-07-01 11:10:33 +0200
commit8a917caaa5506fa0f875202243658a1c2fe60c40 (patch)
tree3b6eef1227bed93578492970b6965359324cf23e
parent6965f7ab28a356437f600c362650ba8a721ad3e9 (diff)
downloadmeta-openembedded-contrib-8a917caaa5506fa0f875202243658a1c2fe60c40.tar.gz
gcc 4.5: update to work with shared-work
http://cgit.openembedded.org/cgit.cgi/openembedded-core/commit/?id=934d38530c9a67562e53d4034aee5531f0f26750 Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
-rw-r--r--meta-oe/recipes-devtools/gcc/gcc-4.5.inc5
1 files changed, 3 insertions, 2 deletions
diff --git a/meta-oe/recipes-devtools/gcc/gcc-4.5.inc b/meta-oe/recipes-devtools/gcc/gcc-4.5.inc
index 774ee514f3..30a969204c 100644
--- a/meta-oe/recipes-devtools/gcc/gcc-4.5.inc
+++ b/meta-oe/recipes-devtools/gcc/gcc-4.5.inc
@@ -14,7 +14,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552 \
PV = "4.5"
-INC_PR = "r37"
+INC_PR = "r38"
# BINV should be incremented after updating to a revision
# after a minor gcc release (e.g. 4.5.1 or 4.5.2) has been made
@@ -222,7 +222,8 @@ SRC_URI = "svn://gcc.gnu.org/svn/gcc/branches;module=${BRANCH};proto=http \
FORTRAN = ""
JAVA = ""
-S = "${WORKDIR}/${BRANCH}"
+S = "${TMPDIR}/work-shared/gcc-${PV}/${BRANCH}"
+B = "${WORKDIR}/${BRANCH}/build.${HOST_SYS}.${TARGET_SYS}"
#EXTRA_OECONF_BASE = " --enable-cheaders=c_std \
# --enable-libssp \