- Enable shared libs on PPC64

OBS-URL: https://build.opensuse.org/package/show/devel:tools:compiler/llvm?expand=0&rev=387
This commit is contained in:
Ismail Dönmez 2014-09-26 08:55:13 +00:00 committed by Git OBS Bridge
parent 094249f2aa
commit 0d410d6558
2 changed files with 5 additions and 2 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Sep 26 08:54:08 UTC 2014 - idonmez@suse.com
- Enable shared libs on PPC64
-------------------------------------------------------------------
Thu Sep 25 10:16:50 UTC 2014 - idonmez@suse.com

View File

@ -268,9 +268,7 @@ export CC=$TOPLEVEL/stage1/bin/clang
export CXX=$TOPLEVEL/stage1/bin/clang++
cmake -G "Ninja" \
%ifnarch ppc64 ppc64le
-DBUILD_SHARED_LIBS=ON \
%endif
%ifarch %arm ppc64 ppc64le
-DCMAKE_BUILD_TYPE=Release \
%else