- Update to r143961 from llvm-3.0 branch

* No longer hardcoding include paths

OBS-URL: https://build.opensuse.org/package/show/devel:tools:compiler/llvm?expand=0&rev=91
This commit is contained in:
Ismail Dönmez 2011-11-07 15:26:23 +00:00 committed by Git OBS Bridge
parent fa5e6ec205
commit 8765ddc3df
4 changed files with 11 additions and 14 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:abff0ad36592b3b85b6dfb53ab48743a86183ce16c995928ae8a183e8c1fcbb3
size 13965478

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4e405888b4a4dfdfff799a6d0ab2f933d83dcc7f62406d55ba337d98a7196304
size 13958733

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Nov 7 15:05:52 UTC 2011 - idonmez@suse.com
- Update to r143961 from llvm-3.0 branch
* No longer hardcoding include paths
-------------------------------------------------------------------
Mon Nov 7 09:17:40 UTC 2011 - idonmez@suse.com

View File

@ -16,17 +16,11 @@
#
%define _revision 142912
%define _revision 143961
%define _release_version 3.0
%if 0%{?suse_version} >= 1210
%define _gcc_ver 4.6
%else
%define _gcc_ver 4.5
%endif
Name: llvm
Version: 2.9.99.svn20111101
Version: 2.9.99.svn20111106
Release: 1
License: NCSA
Summary: Low Level Virtual Machine
@ -176,9 +170,6 @@ cmake -DCMAKE_INSTALL_PREFIX=%{_prefix} \
-DLLVM_BINUTILS_INCDIR=/usr/include \
%endif
-DCLANG_RESOURCE_DIR="../%{_lib}/clang/%{_release_version}" \
-DC_INCLUDE_DIRS="/usr/include:\
%{_libdir}/gcc/%{_target_cpu}-suse-linux/%{_gcc_ver}/include:\
%{_libdir}/gcc/%{_target_cpu}-suse-linux/%{_gcc_ver}/include-fixed" \
..
make %{?_smp_mflags}