mirror of
https://src.fedoraproject.org/rpms/llvm.git
synced 2024-11-28 10:35:42 +00:00
Removing specification of --with-c-include-dirs
This commit is contained in:
parent
8f002ea29a
commit
4a47cafc5a
1 changed files with 4 additions and 2 deletions
|
@ -47,7 +47,7 @@ Obsoletes: pure <= 0.55
|
||||||
|
|
||||||
Name: llvm
|
Name: llvm
|
||||||
Version: 3.4
|
Version: 3.4
|
||||||
Release: 5%{?dist}
|
Release: 6%{?dist}
|
||||||
Summary: The Low Level Virtual Machine
|
Summary: The Low Level Virtual Machine
|
||||||
|
|
||||||
Group: Development/Languages
|
Group: Development/Languages
|
||||||
|
@ -359,7 +359,6 @@ export CXX=c++
|
||||||
%if %{with gold}
|
%if %{with gold}
|
||||||
--with-binutils-include=%{_includedir} \
|
--with-binutils-include=%{_includedir} \
|
||||||
%endif
|
%endif
|
||||||
--with-c-include-dirs=%{_includedir}:$(echo %{_prefix}/lib/gcc/%{_target_cpu}*/*/include) \
|
|
||||||
--with-optimize-option=-O3
|
--with-optimize-option=-O3
|
||||||
|
|
||||||
make %{_smp_mflags} REQUIRES_RTTI=1 VERBOSE=1 \
|
make %{_smp_mflags} REQUIRES_RTTI=1 VERBOSE=1 \
|
||||||
|
@ -662,6 +661,9 @@ exit 0
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Feb 03 2014 Dave Johansen <davejohansen@gmail.com> 3.4-6
|
||||||
|
- Removing specification of --with-c-include-dirs
|
||||||
|
|
||||||
* Wed Jan 29 2014 Dave Johansen <davejohansen@gmail.com> 3.4-5
|
* Wed Jan 29 2014 Dave Johansen <davejohansen@gmail.com> 3.4-5
|
||||||
- Obsoleting pure on EL6
|
- Obsoleting pure on EL6
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue