From 4b7ead0544e13e3959094c47cac9e8d8ebd4d95b Mon Sep 17 00:00:00 2001 From: Jo Shields Date: Thu, 26 Sep 2019 14:25:36 -0400 Subject: [PATCH] Revert "Add llvm via --with-llvm" This reverts commit 163c203d1ea8929433971c23a0d2ee630d3c455f. --- mono-core.spec | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/mono-core.spec b/mono-core.spec index 6f5464373a..8e6db42494 100644 --- a/mono-core.spec +++ b/mono-core.spec @@ -161,11 +161,13 @@ export MONO_CPU_ARCH="armv7l-thumb" export MONO_CPU_ARCH="armv5el" %endif # distro specific configure options +%if %llvm == yes +export PATH=/usr/lib/mono/llvm/bin:$PATH +%endif %configure \ --with-sgen=%{sgen} \ %if %llvm == yes --enable-loadedllvm \ - --with-llvm=/usr/lib/mono/llvm/ \ %endif %ifarch ppc --with-sigaltstack=no \