diff options
Diffstat (limited to 'meta/recipes-devtools/gcc/gcc-4.6.inc')
-rw-r--r-- | meta/recipes-devtools/gcc/gcc-4.6.inc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/meta/recipes-devtools/gcc/gcc-4.6.inc b/meta/recipes-devtools/gcc/gcc-4.6.inc index 0a148b43b7..28a70f3c08 100644 --- a/meta/recipes-devtools/gcc/gcc-4.6.inc +++ b/meta/recipes-devtools/gcc/gcc-4.6.inc | |||
@@ -41,9 +41,9 @@ SRC_URI = "svn://gcc.gnu.org/svn/gcc/branches;module=${BRANCH};proto=http \ | |||
41 | file://gcc-flags-for-build.patch \ | 41 | file://gcc-flags-for-build.patch \ |
42 | file://103-uclibc-conf-noupstream.patch \ | 42 | file://103-uclibc-conf-noupstream.patch \ |
43 | file://200-uclibc-locale.patch \ | 43 | file://200-uclibc-locale.patch \ |
44 | file://203-uclibc-locale-no__x.patch;striplevel=1 \ | 44 | file://203-uclibc-locale-no__x.patch; \ |
45 | file://204-uclibc-locale-wchar_fix.patch;striplevel=1 \ | 45 | file://204-uclibc-locale-wchar_fix.patch; \ |
46 | file://205-uclibc-locale-update.patch;striplevel=1 \ | 46 | file://205-uclibc-locale-update.patch; \ |
47 | file://301-missing-execinfo_h.patch \ | 47 | file://301-missing-execinfo_h.patch \ |
48 | file://302-c99-snprintf.patch \ | 48 | file://302-c99-snprintf.patch \ |
49 | file://303-c99-complex-ugly-hack.patch \ | 49 | file://303-c99-complex-ugly-hack.patch \ |
@@ -70,7 +70,7 @@ SRC_URI = "svn://gcc.gnu.org/svn/gcc/branches;module=${BRANCH};proto=http \ | |||
70 | file://powerpc-e5500.patch \ | 70 | file://powerpc-e5500.patch \ |
71 | " | 71 | " |
72 | 72 | ||
73 | SRC_URI_append_sh3 = " file://sh3-installfix-fixheaders.patch;patch=1 " | 73 | SRC_URI_append_sh3 = " file://sh3-installfix-fixheaders.patch " |
74 | 74 | ||
75 | #S = "${WORKDIR}/${BRANCH}" | 75 | #S = "${WORKDIR}/${BRANCH}" |
76 | S = "${TMPDIR}/work-shared/gcc-${PV}-${PR}/${BRANCH}" | 76 | S = "${TMPDIR}/work-shared/gcc-${PV}-${PR}/${BRANCH}" |