Author: lupus
Date: 2007-10-04 06:22:56 -0400 (Thu, 04 Oct 2007)
New Revision: 86866
Modified:
trunk/mono/mono/mini/ChangeLog
trunk/mono/mono/mini/genmdesc.pl
Log:
Thu Oct 4 12:35:27 CEST 2007 Paolo Molaro <[EMAIL PROTECTED]>
* genmdesc.pl: patch from Henryk Pl?\195?\182tz <[EMAIL PROTECTED]> to
use the preprocessor from the CPP env var if it is set.
Modified: trunk/mono/mono/mini/ChangeLog
===================================================================
--- trunk/mono/mono/mini/ChangeLog 2007-10-04 10:17:47 UTC (rev 86865)
+++ trunk/mono/mono/mini/ChangeLog 2007-10-04 10:22:56 UTC (rev 86866)
@@ -1,4 +1,9 @@
+Thu Oct 4 12:35:27 CEST 2007 Paolo Molaro <[EMAIL PROTECTED]>
+
+ * genmdesc.pl: patch from Henryk Pl�tz <[EMAIL PROTECTED]> to
+ use the preprocessor from the CPP env var if it is set.
+
Wed Oct 3 17:11:38 CEST 2007 Paolo Molaro <[EMAIL PROTECTED]>
* mini-trampolines.c: fixed an assertion and moved it earlier in the
Modified: trunk/mono/mono/mini/genmdesc.pl
===================================================================
--- trunk/mono/mono/mini/genmdesc.pl 2007-10-04 10:17:47 UTC (rev 86865)
+++ trunk/mono/mono/mini/genmdesc.pl 2007-10-04 10:22:56 UTC (rev 86866)
@@ -36,7 +36,9 @@
$i++;
}
close (OPS);
- my $cpp = "cpp -undef ";
+ my $cpp = $ENV{"CPP"};
+ $cpp = "cpp" unless defined $cpp;
+ $cpp .= " -undef ";
foreach (@defines) {
$cpp .= " -U$_";
$arch_found = 1 if $arch eq $_;
_______________________________________________
Mono-patches maillist - [email protected]
http://lists.ximian.com/mailman/listinfo/mono-patches