2007-11-01 Geoff Norton <gnorton@novell.com>
authorGeoff Norton <grompf@sublimeintervention.com>
Mon, 5 Nov 2007 22:28:08 +0000 (22:28 -0000)
committerGeoff Norton <grompf@sublimeintervention.com>
Mon, 5 Nov 2007 22:28:08 +0000 (22:28 -0000)
        * x86/Makefile.am:  Only compile tramp.c if INTERP_SUPPORTED is true
        Fixes the build on Leopard.

svn path=/trunk/mono/; revision=88931

mono/arch/ChangeLog
mono/arch/x86/Makefile.am

index 4ca61383efbe057802eb6d56b8acd059603927ce..a066cc72305500ddf7c9ab8bf156502b805de792 100644 (file)
@@ -1,6 +1,11 @@
 2007-11-01  Geoff Norton  <gnorton@novell.com>
 
-    * ppc/Makefile.am:  Only compile tramp.c if INTERP_SUPPORTED is true
+       * x86/Makefile.am:  Only compile tramp.c if INTERP_SUPPORTED is true
+       Fixes the build on Leopard.
+
+2007-11-01  Geoff Norton  <gnorton@novell.com>
+
+       * ppc/Makefile.am:  Only compile tramp.c if INTERP_SUPPORTED is true
        Fixes the build on Leopard.
 
 2007-10-26  Jonathan Chambers <joncham@gmail.com>
index 8d809b8b3d8f31bcfc687073b727b626ce508b66..ab4c142aa9fb9d046da1ac648458b34239fb6a28 100644 (file)
@@ -1,3 +1,4 @@
+if INTERP_SUPPORTED
 
 INCLUDES = $(GLIB_CFLAGS) -I$(top_srcdir)
 
@@ -5,3 +6,4 @@ noinst_LTLIBRARIES = libmonoarch-x86.la
 
 libmonoarch_x86_la_SOURCES = tramp.c x86-codegen.h
 
+endif