[oe-commits] org.oe.dev gcc: fix compilation problems

MartinDietze commit openembedded-commits at lists.openembedded.org
Fri Sep 8 13:23:01 UTC 2006


gcc: fix compilation problems
* added patch to gcc 3.3.4, see http://mail-index.netbsd.org/netbsd-bugs/2004/06/15/0001.html

Author: MartinDietze at openembedded.org
Branch: org.openembedded.dev
Revision: 792f02defbac24dc6eb4f8a5ba481d04ca0e26dc
ViewMTN: http://monotone.openembedded.org/revision.psp?id=792f02defbac24dc6eb4f8a5ba481d04ca0e26dc
Files:
1
packages/gcc/gcc-3.3.4/gcc-com.patch
packages/gcc/gcc_3.3.4.bb
Diffs:

#
# mt diff -raecc05c76d647b54e6f0b608dfdc9dbc5501c62e -r792f02defbac24dc6eb4f8a5ba481d04ca0e26dc
#
# 
# 
# add_file "packages/gcc/gcc-3.3.4/gcc-com.patch"
#  content [cf47772a565530818c564111738fdf3a6bb8f9e8]
# 
# patch "packages/gcc/gcc_3.3.4.bb"
#  from [8f0604f4796ca67e419572ffb4142b03b22bfd55]
#    to [a9d21d2c82f12f56298ea9633c0723843dbc274a]
# 
============================================================
--- packages/gcc/gcc-3.3.4/gcc-com.patch	cf47772a565530818c564111738fdf3a6bb8f9e8
+++ packages/gcc/gcc-3.3.4/gcc-com.patch	cf47772a565530818c564111738fdf3a6bb8f9e8
@@ -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);
============================================================
--- packages/gcc/gcc_3.3.4.bb	8f0604f4796ca67e419572ffb4142b03b22bfd55
+++ packages/gcc/gcc_3.3.4.bb	a9d21d2c82f12f56298ea9633c0723843dbc274a
@@ -71,6 +71,7 @@ SRC_URI = "${GNU_MIRROR}/gcc/releases/gc
 	   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 () {






More information about the Openembedded-commits mailing list