[PATCH] GCC 3.4.3: libobjc build failure
Denis Zaitsev
zzz@anda.ru
Mon Dec 20 21:36:00 GMT 2004
This patch is for exactly the same issue as described in
http://gcc.gnu.org/ml/gcc/2002-12/msg00033.html
The fix is exactly the same, just another file is the target. Without
it libobjc fails to build when --with-objc-gc is given to configure.
Please, apply it.
2004-12-21 Denis Zaitsev <zzz@anda.ru>
* libobjc/gc.c: Include coretypes.h and tm.h.
--- libobjc/gc.c.orig 2003-05-24 02:04:58.000000000 +0600
+++ libobjc/gc.c 2004-12-21 01:27:00.000000000 +0500
@@ -26,6 +26,8 @@ Boston, MA 02111-1307, USA. */
the executable file might be covered by the GNU General Public License. */
#include "tconfig.h"
+#include "coretypes.h"
+#include "tm.h"
#include "objc.h"
#include "encoding.h"
More information about the Gcc
mailing list