llvmcore fix build using g++ instead of gcc
This commit is contained in:
parent
9b6f314709
commit
2680b7957c
@ -3,4 +3,4 @@
|
|||||||
include configs/linux-llvm.llvmcore
|
include configs/linux-llvm.llvmcore
|
||||||
|
|
||||||
llvmcore:
|
llvmcore:
|
||||||
gcc -fPIC -shared -o libllvmcore-$(shell llvm-config --version).so -Wl,--whole-archive $(shell llvm-config --ldflags) $(LLVM_LIBS) -Wl,--no-whole-archive
|
g++ -fPIC -shared -o libllvmcore-$(shell llvm-config --version).so -Wl,--whole-archive $(shell llvm-config --ldflags) $(LLVM_LIBS) -Wl,--no-whole-archive
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
Summary: Mesa graphics libraries
|
Summary: Mesa graphics libraries
|
||||||
Name: mesa
|
Name: mesa
|
||||||
Version: 7.11
|
Version: 7.11
|
||||||
Release: 0.1.%{gitdate}.0%{?dist}
|
Release: 0.2.%{gitdate}.0%{?dist}
|
||||||
License: MIT
|
License: MIT
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
URL: http://www.mesa3d.org
|
URL: http://www.mesa3d.org
|
||||||
@ -477,6 +477,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_libdir}/libOSMesa.so
|
%{_libdir}/libOSMesa.so
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Mar 27 2011 Dave Airlie <airlied@redhat.com> 7.11-0.2.20110327.0
|
||||||
|
- llvmcore fix build using g++ instead of gcc
|
||||||
|
|
||||||
* Sun Mar 27 2011 Dave Airlie <airlied@redhat.com> 7.11-0.1.20110327.0
|
* Sun Mar 27 2011 Dave Airlie <airlied@redhat.com> 7.11-0.1.20110327.0
|
||||||
- latest git snapshot, seems quiet + re-enable llvmcore
|
- latest git snapshot, seems quiet + re-enable llvmcore
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user