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

github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoriain holmes <iain@xamarin.com>2015-07-02 19:31:37 +0300
committeriain holmes <iain@xamarin.com>2015-10-30 15:18:01 +0300
commit5e5d5f6ef127c9300bd5cf41f7dd586389e83d33 (patch)
treee3e4439dd1ad2b03161be86b901bd55f00502d7a /Makefile
parenta9f433242cb21383f8b0d69fdcad8b8922594c87 (diff)
[Mac Platform] Enable 64bit with an environment variable
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index baf269d832..f2d580a996 100644
--- a/Makefile
+++ b/Makefile
@@ -100,6 +100,9 @@ aot:
run:
cd main && $(MAKE) run
+run-64:
+ cd main && $(MAKE) run-64
+
run-boehm:
cd main && $(MAKE) run-boehm
@@ -109,6 +112,8 @@ run-sgen:
run-gdb:
cd main && $(MAKE) run-gdb
+run-gdb-64:
+ cd main && (MAKE) run-gdb-64
test:
cd main && $(MAKE) test assembly=$(assembly)