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-03 20:03:22 +0300
committeriain holmes <iain@xamarin.com>2015-10-30 15:21:06 +0300
commit37b08054f42010821d14923274e74080dbf796ec (patch)
treebbca22b212f2cb98db0df0027be2bc40c49ef98f /main/Makefile.am
parent94c6994a82e0cafc3538209cbbfa4f7a6c2511f6 (diff)
[Build System] Enable mac64 by adding --enable-mac64 to configure
Diffstat (limited to 'main/Makefile.am')
-rw-r--r--main/Makefile.am13
1 files changed, 2 insertions, 11 deletions
diff --git a/main/Makefile.am b/main/Makefile.am
index 7a165c5dcc..85ddb398af 100644
--- a/main/Makefile.am
+++ b/main/Makefile.am
@@ -122,28 +122,19 @@ 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
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
+ $(MD_LAUNCH)-sgen@SGEN_SUFFIX@ --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
run-gdb: $(PROGRAM)
echo "run --debug $(MD_BIN_PATH)/MonoDevelop.exe" > gdb.commands
- $(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
+ $(MD_LAUNCH_SETUP) gdb $(RUNTIME)@SGEN_SUFFIX) -x gdb.commands
rm -f gdb.commands
run-gdb-sgen: $(PROGRAM)