summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/gcc
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2011-03-29 00:33:40 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-03-29 00:34:11 +0100
commite41671ea1d2c9efabb4a577a0b69851558a15b5f (patch)
treec4a994f357634cc7d15a54281c9277c08d5e0e8d /meta/recipes-devtools/gcc
parentbf799e398a857ecb8e0364e6690d431492cca051 (diff)
downloadast2050-yocto-poky-e41671ea1d2c9efabb4a577a0b69851558a15b5f.zip
ast2050-yocto-poky-e41671ea1d2c9efabb4a577a0b69851558a15b5f.tar.gz
Revert "bitbake/gcc: Enable a shared common source tree"
This reverts commit 12b163dbd81cafafec1ebe3c4039c65af60ee261 as it was an unintended change for master
Diffstat (limited to 'meta/recipes-devtools/gcc')
-rw-r--r--meta/recipes-devtools/gcc/gcc-common.inc12
1 files changed, 2 insertions, 10 deletions
diff --git a/meta/recipes-devtools/gcc/gcc-common.inc b/meta/recipes-devtools/gcc/gcc-common.inc
index 4d37833..a3fa234 100644
--- a/meta/recipes-devtools/gcc/gcc-common.inc
+++ b/meta/recipes-devtools/gcc/gcc-common.inc
@@ -37,16 +37,8 @@ ${GNU_MIRROR}/gcc/ http://gcc.get-software.com/releases/ \n \
#
gcclibdir = "${libdir}/gcc"
BINV = "${PV}"
-#S = "${WORKDIR}/gcc-${PV}"
-S = "${TMPDIR}/work-shared/gcc-${PV}"
-B = "${WORKDIR}/gcc-${PV}/build.${HOST_SYS}.${TARGET_SYS}"
-
-do_fetch[stamp-base] = "${TMPDIR}/stamps/work-shared/gcc-${PV}"
-do_unpack[stamp-base] = "${TMPDIR}/stamps/work-shared/gcc-${PV}"
-do_patch[stamp-base] = "${TMPDIR}/stamps/work-shared/gcc-${PV}"
-
-WORKDIR_task-unpack = "${TMPDIR}/work-shared/"
-WORKDIR_task-patch = "${TMPDIR}/work-shared/"
+S = "${WORKDIR}/gcc-${PV}"
+B = "${S}/build.${HOST_SYS}.${TARGET_SYS}"
target_includedir ?= "${includedir}"
target_libdir ?= "${libdir}"
OpenPOWER on IntegriCloud