[pcc] Update to 20110203.

Jussi Lehtola jussilehtola at fedoraproject.org
Thu Feb 3 08:12:27 UTC 2011


commit 24474c8109ec6352c1310df021308c1e86777bda
Author: Jussi Lehtola <jussilehtola at fedoraproject.org>
Date:   Thu Feb 3 10:12:20 2011 +0200

    Update to 20110203.

 .gitignore |    2 ++
 pcc.spec   |    7 +++++--
 sources    |    4 ++--
 3 files changed, 9 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 14708b4..610e272 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,5 @@ pcc-100413.tgz
 pcc-libs-100413.tgz
 /pcc-101119.tgz
 /pcc-libs-101119.tgz
+/pcc-20110203.tgz
+/pcc-libs-20110203.tgz
diff --git a/pcc.spec b/pcc.spec
index 2c1d96d..991b885 100644
--- a/pcc.spec
+++ b/pcc.spec
@@ -6,7 +6,7 @@
  ./configure --program-prefix= --prefix=%{_prefix} --exec-prefix=%{_prefix} --bindir=%{_bindir} --sbindir=%{_sbindir} --sysconfdir=%{_sysconfdir} --datadir=%{_datadir} --includedir=%{_includedir} --libdir=%{_libdir} --libexecdir=%{_libexecdir} --localstatedir=%{_localstatedir} --sharedstatedir=%{_sharedstatedir} --mandir=%{_mandir} --infodir=%{_infodir}
 
 # Used CVS snapshot
-%global snapshot 101119
+%global snapshot 20110203
 
 # Use pcc to build? (This option is for sanity testing the compiler)
 %global usepcc 0 
@@ -106,7 +106,7 @@ make CFLAGS="-I${archdir} -Ilinux -I. ${FLAGS}" CFLAGS_NODEBUG="-I${archdir} -Il
 cd ..
 # Then, build the compiler
 %pccconfigure --with-assembler=%{_bindir}/as --with-linker=%{_bindir}/ld \
- --with-libdir=%{_libdir} --with-incdir=%{_includedir}
+ --with-libdir=%{_libdir} --with-incdir=%{_includedir} --enable-tls
 make 
 #%{?_smp_mflags}
 
@@ -141,6 +141,9 @@ rm -rf %{buildroot}
 %{_mandir}/man1/pcc.1.*
 
 %changelog
+* Thu Feb 03 2011 Jussi Lehtola <jussilehtola at fedoraproject.org> - 0.9.9-0.4.20110203cvs
+- Update to 20110203.
+
 * Fri Nov 19 2010 Jussi Lehtola <jussilehtola at fedoraproject.org> - 0.9.9-0.4.101119cvs
 - Update to 20101119. x86_64 works now.
 - Added possibility in the spec file to build pcc with itself.
diff --git a/sources b/sources
index a08c0e7..18afced 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-451935476e28d141e4c553d67dd6315b  pcc-101119.tgz
-36b247ad342907f0196cc5e9704cb8e9  pcc-libs-101119.tgz
+2f1b5eb20004fb82cf58872d8446b5c1  pcc-20110203.tgz
+834d4d60732cae4b7de282043707509a  pcc-libs-20110203.tgz


More information about the scm-commits mailing list