From ceb7923f061dc0ad4e2fa1d480e3e5f702ecd3ba Mon Sep 17 00:00:00 2001 From: Martin Dietze Date: Fri, 8 Sep 2006 13:15:14 +0000 Subject: gcc: fix compilation problems * added patch to gcc 3.3.4, see http://mail-index.netbsd.org/netbsd-bugs/2004/06/15/0001.html --- packages/gcc/gcc-3.3.4/gcc-com.patch | 11 +++++++++++ packages/gcc/gcc_3.3.4.bb | 1 + 2 files changed, 12 insertions(+) create mode 100644 packages/gcc/gcc-3.3.4/gcc-com.patch (limited to 'packages') diff --git a/packages/gcc/gcc-3.3.4/gcc-com.patch b/packages/gcc/gcc-3.3.4/gcc-com.patch new file mode 100644 index 0000000000..fb2ffdadf3 --- /dev/null +++ b/packages/gcc/gcc-3.3.4/gcc-com.patch @@ -0,0 +1,11 @@ +--- gcc-3.3.4/gcc/f/com.h 2005-08-16 10:06:34.370388888 +0200 ++++ gcc/gcc/f/com.h 2005-08-16 10:09:11.862446456 +0200 +@@ -233,7 +233,7 @@ + void ffecom_finish_progunit (void); + tree ffecom_get_invented_identifier (const char *pattern, ...) + ATTRIBUTE_PRINTF_1; +-ffeinfoKindtype ffecom_gfrt_basictype (ffecomGfrt ix); ++ffeinfoBasictype ffecom_gfrt_basictype (ffecomGfrt ix); + ffeinfoKindtype ffecom_gfrt_kindtype (ffecomGfrt ix); + void ffecom_init_0 (void); + void ffecom_init_2 (void); 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 () { -- cgit 1.2.3-korg