- 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:
parent
8b0f1f3b6b
commit
b2eda0f5d3
@ -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
|
Wed Oct 19 15:47:10 UTC 2011 - idonmez@suse.com
|
||||||
|
|
||||||
|
@ -140,7 +140,7 @@ cd stage1
|
|||||||
|
|
||||||
cmake -DCMAKE_BUILD_TYPE=RelWithDebInfo \
|
cmake -DCMAKE_BUILD_TYPE=RelWithDebInfo \
|
||||||
-DLLVM_ENABLE_ASSERTIONS=TRUE \
|
-DLLVM_ENABLE_ASSERTIONS=TRUE \
|
||||||
-DLLVM_TARGETS_TO_BUILD=X86 \
|
-DLLVM_TARGETS_TO_BUILD="ARM;X86" \
|
||||||
..
|
..
|
||||||
|
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
@ -269,9 +269,9 @@ rm -f %{buildroot}%{_libdir}/libEnhancedDisassembly.*
|
|||||||
%fdupes -s %{buildroot}%{_docdir}/%{name}
|
%fdupes -s %{buildroot}%{_docdir}/%{name}
|
||||||
%fdupes -s %{buildroot}%{_docdir}/%{name}-doc
|
%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
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user