mirror of
https://src.fedoraproject.org/rpms/llvm.git
synced 2024-11-24 17:34:47 +00:00
Merge branch 'master' into f14
This commit is contained in:
commit
775aace187
1 changed files with 3 additions and 2 deletions
|
@ -222,8 +222,9 @@ popd
|
|||
--enable-debug-runtime \
|
||||
--enable-jit \
|
||||
--enable-shared \
|
||||
--with-c-include-dirs=%{_includedir}:$(echo %{_prefix}/lib/gcc/*/*/include) \
|
||||
--with-cxx-include-root=$(echo %{_includedir}/c++/*) \
|
||||
--with-c-include-dirs=%{_includedir}:$(find %{_prefix}/lib/gcc/*/* \
|
||||
-maxdepth 0 -type d)/include \
|
||||
--with-cxx-include-root=$(find %{_includedir}/c++/* -maxdepth 0 -type d) \
|
||||
--with-cxx-include-arch=%{_arch}-%{_vendor}-%{_os}
|
||||
|
||||
# FIXME file this
|
||||
|
|
Loading…
Reference in a new issue