summaryrefslogtreecommitdiff
path: root/gcc/gcc_3.3.2.oe
diff options
context:
space:
mode:
authorChris Larson <clarson@kergoth.com>2004-03-06 20:28:54 +0000
committerChris Larson <clarson@kergoth.com>2004-03-06 20:28:54 +0000
commit38e2bc91f5ea81181ba483e5ce1b30fbf1f2fd99 (patch)
treee24ba35bfef8fa39eb719ced510b2f7d798410d1 /gcc/gcc_3.3.2.oe
parent0e52f5537d796803d0cf839344ff0a456147adfe (diff)
Point gcc builds at gnu.org for their SRC_URI, and prepend a mirror replacement pointing at http://gcc.get-software.com.
BKrev: 404a3486GbhJdCpuReWD71clqSQVLQ
Diffstat (limited to 'gcc/gcc_3.3.2.oe')
-rw-r--r--gcc/gcc_3.3.2.oe12
1 files changed, 7 insertions, 5 deletions
diff --git a/gcc/gcc_3.3.2.oe b/gcc/gcc_3.3.2.oe
index 4c499e7045..11a5b0c5c7 100644
--- a/gcc/gcc_3.3.2.oe
+++ b/gcc/gcc_3.3.2.oe
@@ -63,11 +63,13 @@ FILES_${PN}-doc = \
${mandir} \
${libdir}/gcc-lib/${TARGET_SYS}/${PV}/include/README
-SRC_URI := http://gcc.get-software.com/releases/gcc-${PV}/gcc-${PV}.tar.bz2 \
- file://${FILESDIR}/pr8896.patch;patch=1 \
- file://${FILESDIR}/gcc-001-disable-mathf.patch;patch=1 \
- file://${FILESDIR}/gcc-006-include-search.patch;patch=1 \
- file://${FILESDIR}/gcc-810-libstd++-locale.patch;patch=1
+SRC_URI = ${GNU_MIRROR}/gcc/gcc-${PV}/gcc-${PV}.tar.bz2 \
+ file://${FILESDIR}/gcc-001-disable-mathf.patch;patch=1 \
+ file://${FILESDIR}/gcc-006-include-search.patch;patch=1 \
+ file://${FILESDIR}/gcc-810-libstd++-locale.patch;patch=1
+MIRRORS_prepend () {
+${GNU_MIRROR}/gcc/gcc-${PV}/ http://gcc.get-software.com/releases/gcc-${PV}/
+}
S := ${WORKDIR}/gcc-${PV}
B := ${S}/build.${HOST_SYS}.${TARGET_SYS}