Author: raja
Date: 2005-11-28 03:03:07 -0500 (Mon, 28 Nov 2005)
New Revision: 53541

Modified:
   trunk/mono/mono/mini/ChangeLog
   trunk/mono/mono/mini/Makefile.am
   trunk/mono/mono/tests/ChangeLog
   trunk/mono/mono/tests/Makefile.am
Log:
* mini/Makefile.am (ILASM): Use profile-dependent location of ilasm.
* tests/Makefile.am (ILASM): Use profile-dependent location of ilasm.


Modified: trunk/mono/mono/mini/ChangeLog
===================================================================
--- trunk/mono/mono/mini/ChangeLog      2005-11-28 06:42:15 UTC (rev 53540)
+++ trunk/mono/mono/mini/ChangeLog      2005-11-28 08:03:07 UTC (rev 53541)
@@ -1,3 +1,7 @@
+2005-11-28  Raja R Harinath  <[EMAIL PROTECTED]>
+
+       * Makefile.am (ILASM): Use profile-dependent location of ilasm.
+
 2005-11-27  Zoltan Varga  <[EMAIL PROTECTED]>
 
        * basic-long.cs basic-calls.cs objects.cs: Move some tests to the

Modified: trunk/mono/mono/mini/Makefile.am
===================================================================
--- trunk/mono/mono/mini/Makefile.am    2005-11-28 06:42:15 UTC (rev 53540)
+++ trunk/mono/mono/mini/Makefile.am    2005-11-28 08:03:07 UTC (rev 53541)
@@ -32,7 +32,7 @@
 RUNTIME = MONO_PATH=$(mcs_topdir)/class/lib/default 
$(top_builddir)/runtime/mono-wrapper
 
 MCS = $(RUNTIME) $(mcs_topdir)/class/lib/default/mcs.exe -unsafe -nowarn:0162
-ILASM = $(RUNTIME) $(mcs_topdir)/ilasm/ilasm.exe
+ILASM = $(RUNTIME) $(mcs_topdir)/class/lib/default/ilasm.exe
 
 AM_CFLAGS = \
        -I$(top_srcdir)         \

Modified: trunk/mono/mono/tests/ChangeLog
===================================================================
--- trunk/mono/mono/tests/ChangeLog     2005-11-28 06:42:15 UTC (rev 53540)
+++ trunk/mono/mono/tests/ChangeLog     2005-11-28 08:03:07 UTC (rev 53541)
@@ -1,3 +1,7 @@
+2005-11-28  Raja R Harinath  <[EMAIL PROTECTED]>
+
+       * Makefile.am (ILASM): Use profile-dependent location of ilasm.
+
 2005-10-21  Zoltan Varga  <[EMAIL PROTECTED]>
 
        * pinvoke2.cs libtest.c: Add tests for byref struct marshalling.

Modified: trunk/mono/mono/tests/Makefile.am
===================================================================
--- trunk/mono/mono/tests/Makefile.am   2005-11-28 06:42:15 UTC (rev 53540)
+++ trunk/mono/mono/tests/Makefile.am   2005-11-28 08:03:07 UTC (rev 53541)
@@ -17,7 +17,7 @@
        $(RUNTIME) $(mcs_topdir)/tools/mkbundle/mkbundle.exe
 
 CSC = $(RUNTIME) $(mcs_topdir)/class/lib/default/mcs.exe -unsafe -nowarn:0162 
-nowarn:0168 -nowarn:0219
-ILASM = $(RUNTIME) $(mcs_topdir)/ilasm/ilasm.exe
+ILASM = $(RUNTIME) $(mcs_topdir)/class/lib/default/ilasm.exe
 
 BENCHSRC=fib.cs random.cs nested-loops.cs ackermann.cs tight-loop.cs sieve.cs
 

_______________________________________________
Mono-patches maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-patches

Reply via email to