mirror of
https://src.fedoraproject.org/rpms/llvm.git
synced 2024-11-24 09:32:42 +00:00
- Only disable PIC on %ix86; ppc actually needs it
This commit is contained in:
parent
09280fb25d
commit
6f2b4849d5
1 changed files with 5 additions and 2 deletions
|
@ -15,7 +15,7 @@
|
|||
|
||||
Name: llvm
|
||||
Version: 2.5
|
||||
Release: 4%{?dist}
|
||||
Release: 5%{?dist}
|
||||
Summary: The Low Level Virtual Machine
|
||||
|
||||
Group: Development/Languages
|
||||
|
@ -159,7 +159,7 @@ for developing applications that use %{name}-ocaml.
|
|||
--enable-debug-runtime \
|
||||
--enable-jit \
|
||||
--enable-optimized \
|
||||
%ifarch x86_64
|
||||
%ifnarch %ix86
|
||||
--enable-pic
|
||||
%endif
|
||||
# --enable-targets=host-only \
|
||||
|
@ -352,6 +352,9 @@ rm -rf %{buildroot}
|
|||
|
||||
|
||||
%changelog
|
||||
* Sat Aug 22 2009 Michel Salim <salimma@fedoraproject.org> - 2.5-5
|
||||
- Only disable PIC on %%ix86; ppc actually needs it
|
||||
|
||||
* Sat Aug 22 2009 Michel Salim <salimma@fedoraproject.org> - 2.5-4
|
||||
- Disable use of position-independent code on 32-bit platforms
|
||||
(buggy in LLVM <= 2.5)
|
||||
|
|
Loading…
Reference in a new issue