clang++: also search for platform-specific include files (# 680644)

This commit is contained in:
Michel Alexandre Salim 2011-03-17 12:47:48 +01:00
parent 75d0f4e42d
commit f8523b8fdb

View File

@ -12,7 +12,7 @@
Name: llvm Name: llvm
Version: 2.8 Version: 2.8
Release: 7%{?dist} Release: 8%{?dist}
Summary: The Low Level Virtual Machine Summary: The Low Level Virtual Machine
Group: Development/Languages Group: Development/Languages
@ -225,7 +225,9 @@ popd
--with-c-include-dirs=%{_includedir}:$(find %{_prefix}/lib/gcc/*/* \ --with-c-include-dirs=%{_includedir}:$(find %{_prefix}/lib/gcc/*/* \
-maxdepth 0 -type d)/include \ -maxdepth 0 -type d)/include \
--with-cxx-include-root=$(find %{_includedir}/c++/* -maxdepth 0 -type d) \ --with-cxx-include-root=$(find %{_includedir}/c++/* -maxdepth 0 -type d) \
--with-cxx-include-arch=%{_arch}-%{_vendor}-%{_os} --with-cxx-include-arch=%{_arch}-%{_vendor}-%{_os} \
--with-cxx-include-32bit-dir=$(find %{_includedir}/c++/* -maxdepth 0 -type d)/%{_arch}-%{_vendor}-%{_os}/32/bits \
--with-cxx-include-64bit-dir=$(find %{_includedir}/c++/* -maxdepth 0 -type d)/%{_arch}-%{_vendor}-%{_os}/bits
# FIXME file this # FIXME file this
# configure does not properly specify libdir # configure does not properly specify libdir
@ -394,6 +396,9 @@ find examples -name 'Makefile' | xargs -0r rm -f
%changelog %changelog
* Thu Mar 17 2011 Michel Salim <salimma@fedoraproject.org> - 2.8-8
- clang++: also search for platform-specific include files (# 680644)
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.8-7 * Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.8-7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild