diff options
author | Martin Dietze <di@fh-wedel.de> | 2006-09-08 13:15:14 +0000 |
---|---|---|
committer | Martin Dietze <di@fh-wedel.de> | 2006-09-08 13:15:14 +0000 |
commit | ceb7923f061dc0ad4e2fa1d480e3e5f702ecd3ba (patch) | |
tree | 3e9b3f64946d85af51d5305b1c8f2c296f5a21f0 /packages/gcc/gcc_3.3.4.bb | |
parent | 6f53e1d4b2c7aed88b3bf4c43ed3baa609654e5e (diff) |
gcc: fix compilation problems
* added patch to gcc 3.3.4, see http://mail-index.netbsd.org/netbsd-bugs/2004/06/15/0001.html
Diffstat (limited to 'packages/gcc/gcc_3.3.4.bb')
-rw-r--r-- | packages/gcc/gcc_3.3.4.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/gcc/gcc_3.3.4.bb b/packages/gcc/gcc_3.3.4.bb index 4a1d146dbb..c3df66d720 100644 --- a/packages/gcc/gcc_3.3.4.bb +++ b/packages/gcc/gcc_3.3.4.bb @@ -71,6 +71,7 @@ SRC_URI = "${GNU_MIRROR}/gcc/releases/gcc-${PV}/gcc-${PV}.tar.bz2 \ file://gcc-uclibc-3.3-120-softfloat.patch;patch=1 \ file://gcc-uclibc-3.3-200-code.patch;patch=1 \ file://zecke-xgcc-cpp.patch;patch=1 \ + file://gcc-com.patch;patch=1 \ file://bash3.patch;patch=1" PREMIRRORS_prepend () { |