This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
[PATCH] GCC 3.4.3: libobjc build failure
- From: Denis Zaitsev <zzz at anda dot ru>
- To: gcc at gcc dot gnu dot org, linux-gcc at vger dot kernel dot org, gcc-patches at gcc dot gnu dot org
- Cc: Zack Weinberg <zack at codesourcery dot com>
- Date: Tue, 21 Dec 2004 02:35:48 +0500
- Subject: [PATCH] GCC 3.4.3: libobjc build failure
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"