diff options
author | Chris Larson <clarson@kergoth.com> | 2004-02-20 23:35:21 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-02-20 23:35:21 +0000 |
commit | a69d50f45b7fc386147d619e76b6953687f34316 (patch) | |
tree | cbfd5ddb57bb6240a319178fa4c93ddda19b393f /gcc/gcc_3.3.2.oe | |
parent | 0ae3bf166eed9448145c83643729d13a36d80419 (diff) |
Merge openembedded@openembedded.bkbits.net:packages
into direwolf.itg.ti.com:/home/kergoth/coding/projects/user/oe-metadata/packages
2004/02/20 17:34:57-06:00 ti.com!kergoth
Glibc toolchain build updates:
Gcc 3.3.3.
Kernel-headers 2.4.25 instead of 2.4.21.
Install them into include rather than sys-include.
Tweaking some configure options all around based on comments in crosstool.
BKrev: 403699b93isV6v6AhTg1skp2YYom8Q
Diffstat (limited to 'gcc/gcc_3.3.2.oe')
-rw-r--r-- | gcc/gcc_3.3.2.oe | 6 |
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} |