fix linker script

This commit is contained in:
Tom Callaway 2017-03-04 11:38:01 -08:00
parent 41c19f56af
commit 09cebe1056
1 changed files with 7 additions and 1 deletions

View File

@ -4,7 +4,7 @@
Name: libcxx
Version: 3.8.1
Release: 2%{?dist}
Release: 3%{?dist}
Summary: C++ standard library targeting C++11
License: MIT or NCSA
URL: http://libcxx.llvm.org/
@ -64,6 +64,9 @@ cd _build
%if %{bootstrap} < 1
-DLIBCXX_CXX_ABI=libcxxabi \
-DLIBCXX_CXX_ABI_INCLUDE_PATHS=%{_includedir} \
-DPYTHONINTERP_FOUND=ON \
-DPYTHON_EXECUTABLE=%{_bindir}/python3 \
-DLIBCXX_ENABLE_ABI_LINKER_SCRIPT=ON \
%endif
%if 0%{?__isa_bits} == 64
-DLIBCXX_LIBDIR_SUFFIX:STRING=64 \
@ -91,6 +94,9 @@ make install DESTDIR=%{buildroot}
%{_libdir}/libc++.so
%changelog
* Sat Mar 4 2017 Tom Callaway <spot@fedoraproject.org> - 3.8.1-3
- fix linker script
* Wed Mar 1 2017 Tom Callaway <spot@fedoraproject.org> - 3.8.1-2
- bootstrap off