diff options
author | Koen Kooi <koen@dominion.thruhere.net> | 2011-07-01 11:10:33 +0200 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2011-07-01 11:10:33 +0200 |
commit | 8a917caaa5506fa0f875202243658a1c2fe60c40 (patch) | |
tree | 3b6eef1227bed93578492970b6965359324cf23e /meta-oe/recipes-devtools | |
parent | 6965f7ab28a356437f600c362650ba8a721ad3e9 (diff) | |
download | meta-openembedded-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>
Diffstat (limited to 'meta-oe/recipes-devtools')
-rw-r--r-- | meta-oe/recipes-devtools/gcc/gcc-4.5.inc | 5 |
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 774ee514f..30a969204 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 \ | |||
14 | 14 | ||
15 | 15 | ||
16 | PV = "4.5" | 16 | PV = "4.5" |
17 | INC_PR = "r37" | 17 | INC_PR = "r38" |
18 | 18 | ||
19 | # BINV should be incremented after updating to a revision | 19 | # BINV should be incremented after updating to a revision |
20 | # after a minor gcc release (e.g. 4.5.1 or 4.5.2) has been made | 20 | # 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 \ | |||
222 | FORTRAN = "" | 222 | FORTRAN = "" |
223 | JAVA = "" | 223 | JAVA = "" |
224 | 224 | ||
225 | S = "${WORKDIR}/${BRANCH}" | 225 | S = "${TMPDIR}/work-shared/gcc-${PV}/${BRANCH}" |
226 | B = "${WORKDIR}/${BRANCH}/build.${HOST_SYS}.${TARGET_SYS}" | ||
226 | 227 | ||
227 | #EXTRA_OECONF_BASE = " --enable-cheaders=c_std \ | 228 | #EXTRA_OECONF_BASE = " --enable-cheaders=c_std \ |
228 | # --enable-libssp \ | 229 | # --enable-libssp \ |