Compare commits

...

3 Commits
rawhide ... f24

Author SHA1 Message Date
Tom Callaway 54c9103b01 fix linker script 2017-03-04 11:40:23 -08:00
Tom Callaway b4e5bfc6b6 no time traveling 2017-03-01 13:56:10 -05:00
Tom Callaway 09623302ae bootstrap off 2017-03-01 13:50:36 -05:00
1 changed files with 11 additions and 2 deletions

View File

@ -1,10 +1,10 @@
# If you need to bootstrap this, turn this on.
# Otherwise, you have a loop with libcxxabi
%global bootstrap 1
%global bootstrap 0
Name: libcxx
Version: 3.8.0
Release: 4%{?dist}
Release: 6%{?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,12 @@ make install DESTDIR=%{buildroot}
%{_libdir}/libc++.so
%changelog
* Sat Mar 4 2017 Tom Callaway <spot@fedoraproject.org> - 3.8.0-6
- fix linker script
* Wed Mar 1 2017 Tom Callaway <spot@fedoraproject.org> - 3.8.0-5
- bootstrap off
* Thu Jun 09 2016 Dan Horák <dan[at]danny.cz> - 3.8.0-4
- exclude Power only in EPEL
- default to z10 on s390(x)