diff --git a/llvm.changes b/llvm.changes index 6ecd661..a8f878e 100644 --- a/llvm.changes +++ b/llvm.changes @@ -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 diff --git a/llvm.spec b/llvm.spec index d115b53..a8e081f 100644 --- a/llvm.spec +++ b/llvm.spec @@ -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