summaryrefslogtreecommitdiff
path: root/gcc/gcc_3.3.2.oe
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/gcc_3.3.2.oe')
-rw-r--r--gcc/gcc_3.3.2.oe6
1 files changed, 5 insertions, 1 deletions
diff --git a/gcc/gcc_3.3.2.oe b/gcc/gcc_3.3.2.oe
index 946a673853..4c499e7045 100644
--- a/gcc/gcc_3.3.2.oe
+++ b/gcc/gcc_3.3.2.oe
@@ -63,7 +63,11 @@ 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
+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
S := ${WORKDIR}/gcc-${PV}
B := ${S}/build.${HOST_SYS}.${TARGET_SYS}