From 5e5d5f6ef127c9300bd5cf41f7dd586389e83d33 Mon Sep 17 00:00:00 2001 From: iain holmes Date: Thu, 2 Jul 2015 17:31:37 +0100 Subject: [Mac Platform] Enable 64bit with an environment variable --- main/Makefile.am | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'main/Makefile.am') diff --git a/main/Makefile.am b/main/Makefile.am index f075ee815b..b1460ef5d5 100644 --- a/main/Makefile.am +++ b/main/Makefile.am @@ -116,10 +116,12 @@ endif run-bundle: $(PROGRAM) $(MD_LAUNCH_SETUP) $(MD_LAUNCH_EXTRA_ENV) $(MD_BIN_PATH)/MonoDevelop --no-redirect +run-64: run-sgen-64 run-boehm: runmd run-sgen: runmd-sgen +run-sgen-64: runmd-sgen-64 runmd: $(PROGRAM) $(MD_LAUNCH) --debug $(MD_BIN_PATH)/MonoDevelop.exe --no-redirect @@ -127,6 +129,9 @@ runmd: $(PROGRAM) runmd-sgen: $(PROGRAM) $(MD_LAUNCH)-sgen --debug $(MD_BIN_PATH)/MonoDevelop.exe --no-redirect +runmd-sgen-64: $(PROGRAM) + $(MD_LAUNCH)-sgen64 --debug $(MD_BIN_PATH)/MonoDevelop.exe --no-redirect + run-debug: $(PROGRAM) MONODEVELOP_CONSOLE_LOG_LEVEL=All $(MD_LAUNCH) --debug=casts $(MD_BIN_PATH)/MonoDevelop.exe --no-redirect @@ -135,6 +140,11 @@ run-gdb: $(PROGRAM) $(MD_LAUNCH_SETUP) gdb $(RUNTIME) -x gdb.commands rm -f gdb.commands +run-gdb-64: $(PROGRAM) + echo "run --debug $(MD_BIN_PATH)/MonoDevelop.exe" > gdb.commands + $(MD_LAUNCH_SETUP) gdb $(RUNTIME)-64 -x gdb.commands + rm -f gdb.commands + run-gdb-sgen: $(PROGRAM) echo "run --debug $(MD_BIN_PATH)/MonoDevelop.exe" > gdb.commands $(MD_LAUNCH_SETUP) gdb $(RUNTIME)-sgen -x gdb.commands -- cgit v1.2.3