[llvm] Don't include 'bits' in the include path override (cherry picked from commit 88425e38fa4f0a91e009f2a

Michel Alexandre Salim salimma at fedoraproject.org
Fri Mar 18 17:16:50 UTC 2011


commit 0b4dbd52ce144ca34ab11ded1ab04815d6b2b9fd
Author: Michel Alexandre Salim <salimma at fedoraproject.org>
Date:   Thu Mar 17 13:57:46 2011 +0100

    Don't include 'bits' in the include path override
    (cherry picked from commit 88425e38fa4f0a91e009f2abf5c1f8a0ef018666)

 llvm.spec |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/llvm.spec b/llvm.spec
index 02c4dc1..edd5917 100644
--- a/llvm.spec
+++ b/llvm.spec
@@ -223,8 +223,7 @@ popd
       -maxdepth 0 -type d)/include \
   --with-cxx-include-root=$(find %{_includedir}/c++/* -maxdepth 0 -type d) \
   --with-cxx-include-arch=%{_arch}-%{_vendor}-%{_os} \
-  --with-cxx-include-32bit-dir=32/bits \
-  --with-cxx-include-64bit-dir=bits
+  --with-cxx-include-32bit-dir=32
 
 # FIXME file this
 # configure does not properly specify libdir


More information about the scm-commits mailing list