SHA256
1
0
forked from pool/llvm

- Enable ARM code generation

OBS-URL: https://build.opensuse.org/package/show/devel:tools:compiler/llvm?expand=0&rev=72
This commit is contained in:
Ismail Dönmez 2011-10-20 19:34:29 +00:00 committed by Git OBS Bridge
parent 8b0f1f3b6b
commit b2eda0f5d3
2 changed files with 8 additions and 3 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Oct 20 17:56:08 UTC 2011 - idonmez@suse.com
- Enable ARM code generation
-------------------------------------------------------------------
Wed Oct 19 15:47:10 UTC 2011 - idonmez@suse.com

View File

@ -140,7 +140,7 @@ cd stage1
cmake -DCMAKE_BUILD_TYPE=RelWithDebInfo \
-DLLVM_ENABLE_ASSERTIONS=TRUE \
-DLLVM_TARGETS_TO_BUILD=X86 \
-DLLVM_TARGETS_TO_BUILD="ARM;X86" \
..
make %{?_smp_mflags}
@ -269,9 +269,9 @@ rm -f %{buildroot}%{_libdir}/libEnhancedDisassembly.*
%fdupes -s %{buildroot}%{_docdir}/%{name}
%fdupes -s %{buildroot}%{_docdir}/%{name}-doc
%post -p /sbin/ldconfig
%post -n llvm-clang-devel -p /sbin/ldconfig
%postun -p /sbin/ldconfig
%postun -n llvm-clang-devel -p /sbin/ldconfig
%files
%defattr(-,root,root)