diff options
author | erich@mine.nu <erich@mine.nu> | 2004-04-10 03:00:50 +0000 |
---|---|---|
committer | erich@mine.nu <erich@mine.nu> | 2004-04-10 03:00:50 +0000 |
commit | 73078c53de99e2b44241a5064e5427fbbd72f2a5 (patch) | |
tree | 426ca409e0d08ce8a9517018dbd737ad63efb362 /gcc | |
parent | 51a8eec364e3b3d6cd730f7a2e290445de5a664e (diff) |
gcc_3.3.2.oe: patch for liberty autofoo bug (idea from pb_'s gdb patch)
BKrev: 40776362N8M_zzGFB9QRjWMvwJPKzw
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/gcc-3.3.2/libibery-crosstool.patch | 0 | ||||
-rw-r--r-- | gcc/gcc_3.3.2.oe | 3 |
2 files changed, 2 insertions, 1 deletions
diff --git a/gcc/gcc-3.3.2/libibery-crosstool.patch b/gcc/gcc-3.3.2/libibery-crosstool.patch new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/gcc/gcc-3.3.2/libibery-crosstool.patch diff --git a/gcc/gcc_3.3.2.oe b/gcc/gcc_3.3.2.oe index 2273c6acc0..f1ebfa76db 100644 --- a/gcc/gcc_3.3.2.oe +++ b/gcc/gcc_3.3.2.oe @@ -58,7 +58,8 @@ FILES_${PN}-doc = "${infodir} \ 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" + file://${FILESDIR}/gcc-810-libstd++-locale.patch;patch=1 \ + file://${FILESDIR}/libibery-crosstool.patch;patch=1;pnum=1" MIRRORS_prepend () { ${GNU_MIRROR}/gcc/releases/ http://gcc.get-software.com/releases/ |