From f0c15814f2075a40ab8bee755bf925c71ce5b03c Mon Sep 17 00:00:00 2001 From: Jussi Lehtola Date: Apr 13 2010 22:21:09 +0000 Subject: Update to 100413. --- diff --git a/pcc.spec b/pcc.spec index 8cd3b88..df719a7 100644 --- a/pcc.spec +++ b/pcc.spec @@ -3,10 +3,10 @@ export CFLAGS="%{optflags}"; \ export CXXFLAGS="%{optflags}"; \ export FFLAGS="%{optflags} -I%{_fmoddir}"; \ - ./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} + ./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 090816 +%global snapshot 100413 Name: pcc Version: 0.9.9 @@ -64,12 +64,14 @@ export archdir=i386 # First, build the library. cd pcc-libs %pccconfigure -make CFLAGS="-I${archdir} -Ilinux -I. %{optflags}" CFLAGS_NODEBUG="-I${archdir} -Ilinux -I. $CFLAGS_NODEBUG" %{?_smp_mflags} +make CFLAGS="-I${archdir} -Ilinux -I. %{optflags}" CFLAGS_NODEBUG="-I${archdir} -Ilinux -I. $CFLAGS_NODEBUG" +#%{?_smp_mflags} cd .. # Then, build the compiler %pccconfigure --with-assembler=%{_bindir}/as --with-linker=%{_bindir}/ld \ --with-libdir=%{_libdir} --with-incdir=%{_includedir} -make %{?_smp_mflags} +make +#%{?_smp_mflags} %install @@ -102,6 +104,9 @@ rm -rf %{buildroot} %{_mandir}/man1/pcc.1.* %changelog +* Wed Apr 14 2010 Jussi Lehtola - 0.9.9-0.4.100413cvs +- Update to 20100413. + * Sun Aug 16 2009 Jussi Lehtola - 0.9.9-0.4.090816cvs - Update to 20090816, adding support for x86_64. - Use own configure macro to disable cross compilation. diff --git a/sources b/sources index 093369f..df37ff5 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ -2e98489a6f3fa699b19a2e08718d38d8 pcc-090816.tgz -c44547b1f64051534820b61c4f38b284 pcc-libs-090816.tgz +425f66e03462ab6e7516a538d698c952 pcc-100413.tgz +51f56ffdb2fada1d6bf48bcef60d33b8 pcc-libs-100413.tgz