gcc: fix compilation problems
authorMartin Dietze <di@fh-wedel.de>
Fri, 8 Sep 2006 13:15:14 +0000 (13:15 +0000)
committerMartin Dietze <di@fh-wedel.de>
Fri, 8 Sep 2006 13:15:14 +0000 (13:15 +0000)
* 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 [new file with mode: 0644]
packages/gcc/gcc_3.3.4.bb

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 (file)
index 0000000..fb2ffda
--- /dev/null
@@ -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);
index 4a1d146..c3df66d 100644 (file)
@@ -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 () {