[llvm/f15/master] Don't include 'bits' in the include path override

Michel Alexandre Salim salimma at fedoraproject.org
Thu Mar 17 12:58:30 UTC 2011


commit 88425e38fa4f0a91e009f2abf5c1f8a0ef018666
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

 llvm.spec |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/llvm.spec b/llvm.spec
index ed3398e..4c70a56 100644
--- a/llvm.spec
+++ b/llvm.spec
@@ -226,8 +226,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