X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mono%2Fmini%2FMakefile.am.in;h=db6c3b0ff3e347553c433d4c8ea4e22ccd670c2f;hb=daf526a452aac7a34f541d339c1b143a955dd3b2;hp=7290ba8ab4d8f1615a4365ca7c66b2bf3f860ac4;hpb=b9cc37c7d6d2f81c9e535e2439fe836270301b88;p=mono.git diff --git a/mono/mini/Makefile.am.in b/mono/mini/Makefile.am.in index 7290ba8ab4d..db6c3b0ff3e 100755 --- a/mono/mini/Makefile.am.in +++ b/mono/mini/Makefile.am.in @@ -87,13 +87,13 @@ boehm_static_libraries = libmini-static.la $(boehm_static_libs) boehm_binaries = mono-boehm endif -# The mono executable uses sgen, while libmono remains boehm if SUPPORT_SGEN mono_bin_suffix = sgen +libmono_suffix = sgen else mono_bin_suffix = boehm -endif libmono_suffix = boehm +endif if DISABLE_EXECUTABLES else @@ -480,7 +480,7 @@ if AMD64 arch_sources = $(amd64_sources) arch_built=cpu-amd64.h arch_define=__x86_64__ -ARCH_FULLAOT_EXCLUDE=--exclude DYNCALL --exclude GSHAREDVT +ARCH_FULLAOT_EXCLUDE=--exclude DYNCALL endif if POWERPC @@ -744,7 +744,7 @@ llvmonlycheck: mono $(llvmonly_regtests) cp $(llvmonly_regtests) generics-variant-types.dll TestDriver.dll fullaot-tmp/ MONO_PATH=fullaot-tmp $(top_builddir)/runtime/mono-wrapper --aot=llvmonly fullaot-tmp/{generics-variant-types.dll,TestDriver.dll,*.exe} || exit 1 ln -s $$PWD/mono fullaot-tmp/ - for i in $(llvmonly_regtests); do echo $$i; MONO_PATH=fullaot-tmp $(top_builddir)/runtime/mono-wrapper --llvmonly fullaot-tmp/$$i --exclude '!FULLAOT' --exclude '!BITCODE' $(ARCH_FULLAOT_EXCLUDE) || exit 1; done + for i in $(llvmonly_regtests); do echo $$i; MONO_PATH=fullaot-tmp $(top_builddir)/runtime/mono-wrapper --llvmonly fullaot-tmp/$$i --exclude '!BITCODE' || exit 1; done gccheck: gc-test.exe MONO_GC_PARAMS=stack-mark=precise MONO_GC_DEBUG=clear-at-gc ./mono-sgen gc-test.exe