diff options
Diffstat (limited to 'packages')
-rw-r--r-- | packages/gcc/gcc-3.3.4/gcc-com.patch | 11 | ||||
-rw-r--r-- | packages/gcc/gcc_3.3.4.bb | 1 |
2 files changed, 12 insertions, 0 deletions
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 () { |