summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/gcc/gcc-4.6.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/gcc/gcc-4.6.inc')
-rw-r--r--meta/recipes-devtools/gcc/gcc-4.6.inc5
1 files changed, 4 insertions, 1 deletions
diff --git a/meta/recipes-devtools/gcc/gcc-4.6.inc b/meta/recipes-devtools/gcc/gcc-4.6.inc
index 577e7f7e47..a0120492ae 100644
--- a/meta/recipes-devtools/gcc/gcc-4.6.inc
+++ b/meta/recipes-devtools/gcc/gcc-4.6.inc
@@ -66,11 +66,14 @@ SRC_URI = "svn://gcc.gnu.org/svn/gcc/branches;module=${BRANCH};proto=http \
66 file://GPLUSPLUS_INCLUDE_DIR_with_sysroot.patch \ 66 file://GPLUSPLUS_INCLUDE_DIR_with_sysroot.patch \
67 file://COLLECT_GCC_OPTIONS.patch \ 67 file://COLLECT_GCC_OPTIONS.patch \
68 file://volatile_access_backport.patch \ 68 file://volatile_access_backport.patch \
69 file://use-defaults.h-and-t-oe-in-B.patch \
69 " 70 "
70 71
71SRC_URI_append_sh3 = " file://sh3-installfix-fixheaders.patch;patch=1 " 72SRC_URI_append_sh3 = " file://sh3-installfix-fixheaders.patch;patch=1 "
72 73
73S = "${WORKDIR}/${BRANCH}" 74#S = "${WORKDIR}/${BRANCH}"
75S = "${TMPDIR}/work-shared/gcc-${PV}/${BRANCH}"
76B = "${WORKDIR}/${BRANCH}/build.${HOST_SYS}.${TARGET_SYS}"
74 77
75# Language Overrides 78# Language Overrides
76FORTRAN = "" 79FORTRAN = ""