rpms/llvm/F-11 llvm.spec,1.12,1.13

Michel Alexandre Salim salimma at fedoraproject.org
Sat Aug 22 21:18:32 UTC 2009


Author: salimma

Update of /cvs/pkgs/rpms/llvm/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv12274/F-11

Modified Files:
	llvm.spec 
Log Message:
* Sat Aug 22 2009 Michel Salim <salimma at fedoraproject.org> - 2.5-5
- Only disable PIC on %ix86; ppc actually needs it



Index: llvm.spec
===================================================================
RCS file: /cvs/pkgs/rpms/llvm/F-11/llvm.spec,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -p -r1.12 -r1.13
--- llvm.spec	22 Aug 2009 18:30:05 -0000	1.12
+++ llvm.spec	22 Aug 2009 21:18:32 -0000	1.13
@@ -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 %{n
   --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 at fedoraproject.org> - 2.5-5
+- Only disable PIC on %%ix86; ppc actually needs it
+
 * Sat Aug 22 2009 Michel Salim <salimma at fedoraproject.org> - 2.5-4
 - Disable use of position-independent code on 32-bit platforms
   (buggy in LLVM <= 2.5)




More information about the scm-commits mailing list