Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZoltan Varga <vargaz@gmail.com>2005-12-26 21:43:15 +0300
committerZoltan Varga <vargaz@gmail.com>2005-12-26 21:43:15 +0300
commit310adc657370fbf8a729eaacf2b085a4f92412d6 (patch)
treeb807398885d059abd6c5b3d7643a06f98b355e69
parentd46799b1c9cb0f6976de1a23c8ed10ae7cb4153d (diff)
2005-12-26 Zoltan Varga <vargaz@gmail.com>
* runtime/Makefile.am (all-local): Pass CC tothe mcs makefile. svn path=/trunk/mono/; revision=54853
-rw-r--r--ChangeLog4
-rw-r--r--runtime/Makefile.am2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index c96d2941aa1..f17eddba72f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2005-12-26 Zoltan Varga <vargaz@gmail.com>
+
+ * runtime/Makefile.am (all-local): Pass CC tothe mcs makefile.
+
2005-12-21 Wade Berrier <wberrier@novell.com>
* mono-cairo.pc.in: use $prefix/lib instead of $libdir,
diff --git a/runtime/Makefile.am b/runtime/Makefile.am
index e32ad736c64..f16189368ff 100644
--- a/runtime/Makefile.am
+++ b/runtime/Makefile.am
@@ -27,7 +27,7 @@ if BUILD_MCS
# The write check is to foil 'make distcheck'
all-local: $(SUPPORT_FILES)
if test -w $(mcs_topdir); then :; else chmod -R +w $(mcs_topdir); fi
- cd $(mcs_topdir) && $(MAKE) PROFILES='$(build_profiles)' all-profiles
+ cd $(mcs_topdir) && $(MAKE) PROFILES='$(build_profiles)' CC=$(CC) all-profiles
# override automake
install: install-exec install-data