Hello community, here is the log from the commit of package cross-spu-gcc checked in at Thu May 17 11:25:57 CEST 2007. -------- --- cross-spu-gcc/cross-spu-gcc.changes 2007-04-12 15:54:15.000000000 +0200 +++ /mounts/work_src_done/STABLE/cross-spu-gcc/cross-spu-gcc.changes 2007-05-14 11:43:50.000000000 +0200 @@ -1,0 +2,5 @@ +Mon May 14 11:43:41 CEST 2007 - schwab@suse.de + +- Fix sysroot path. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ cross-spu-gcc.spec ++++++ --- /var/tmp/diff_new_pack.W22051/_old 2007-05-17 11:24:54.000000000 +0200 +++ /var/tmp/diff_new_pack.W22051/_new 2007-05-17 11:24:54.000000000 +0200 @@ -10,9 +10,9 @@ Name: cross-spu-gcc -Summary: shared spu-gcc +Summary: The GNU C Compiler for Cell SPU Processors (shared) Version: 4.3.0 -Release: 1 +Release: 6 License: GNU General Public License (GPL) Group: Development/Libraries/Cross Requires: cross-spu-binutils @@ -26,28 +26,26 @@ %define _prefix /opt/cross %description -shared spu-gcc +This compiler supports the C language on Cell SPU microprocessors. %prep -%setup -c -q -cd gcc-mainline-music +%setup -q -n gcc-mainline-music ./contrib/gcc_update --touch %build export PATH=/opt/cross/bin:$PATH %define spu_target_platform spu %define spu_prefix spu- -rm -fr obj-%{spu_target_platform} mkdir obj-%{spu_target_platform} cd obj-%{spu_target_platform} OPT_FLAGS=`echo $RPM_OPT_FLAGS|sed -e 's/-fno-rtti//g' -e 's/-fno-exceptions//g'` SPU_OPT_FLAGS="-O2 -g -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64" CC="gcc $OPT_FLAGS -DBPA" CC="$CC" CFLAGS="$SPU_OPT_FLAGS" CXXFLAGS="$SPU_OPT_FLAGS" XCFLAGS="$OPT_FLAGS" TCFLAGS="$SPU_OPT_FLAGS" \ - ../gcc-mainline-music/configure --prefix=%{_prefix} --mandir=%{_mandir} --infodir=%{_infodir} \ - --with-sysroot=%{_prefix}/spu \ + ../configure --prefix=%{_prefix} --mandir=%{_mandir} --infodir=%{_infodir} \ + --with-sysroot=%{_prefix}/spu/sys-root \ --disable-threads --disable-checking --with-headers \ --with-system-zlib \ --enable-languages=c --disable-multilib --disable-nls \ @@ -64,7 +62,6 @@ make %{?jobs:-j%jobs} %install -rm -fr $RPM_BUILD_ROOT export PATH=/opt/cross/bin:$PATH cd obj-%{spu_target_platform} make DESTDIR=$RPM_BUILD_ROOT install @@ -86,5 +83,7 @@ %{_prefix} %changelog +* Mon May 14 2007 - schwab@suse.de +- Fix sysroot path. * Tue Apr 10 2007 - sassmann@suse.de -new package gcc mainline ++++++ cross-spu-gcc-static.spec ++++++ --- /var/tmp/diff_new_pack.W22051/_old 2007-05-17 11:24:54.000000000 +0200 +++ /var/tmp/diff_new_pack.W22051/_new 2007-05-17 11:24:54.000000000 +0200 @@ -10,9 +10,9 @@ Name: cross-spu-gcc-static -Summary: static spu-gcc +Summary: The GNU C Compiler for Cell SPU Processors (static) Version: 4.3.0 -Release: 1 +Release: 6 License: GNU General Public License (GPL) Group: Development/Libraries/Cross Requires: cross-spu-binutils @@ -25,7 +25,7 @@ %define _prefix /opt/cross %description -static spu-gcc +This compiler supports the C language on Cell SPU microprocessors. ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@Hilbert.suse.de