Hello community,

here is the log from the commit of package gcc46 for openSUSE:Factory
checked in at Thu Jun 9 09:14:48 CEST 2011.



--------
--- gcc46/cross-hppa-gcc-icecream-backend.changes       2011-05-23 
14:41:43.000000000 +0200
+++ /mounts/work_src_done/STABLE/gcc46/cross-hppa-gcc-icecream-backend.changes  
2011-06-07 13:39:31.000000000 +0200
@@ -1,0 +2,20 @@
+Tue Jun  7 11:38:50 UTC 2011 - [email protected]
+
+- Update to gcc-4_6-branch head (r174741).  [fate#311972]
+
+-------------------------------------------------------------------
+Mon May 30 15:03:57 UTC 2011 - [email protected]
+
+- Fix testsuite building.
+
+-------------------------------------------------------------------
+Fri May 27 08:15:11 UTC 2011 - [email protected]
+
+- Drop AVR cross.
+
+-------------------------------------------------------------------
+Tue May 24 12:00:39 UTC 2011 - [email protected]
+
+- Switch to GNU ld as LTO plugin linker.
+
+-------------------------------------------------------------------
cross-i386-gcc-icecream-backend.changes: same change
cross-ia64-gcc-icecream-backend.changes: same change
cross-ppc-gcc-icecream-backend.changes: same change
cross-ppc64-gcc-icecream-backend.changes: same change
cross-s390-gcc-icecream-backend.changes: same change
cross-s390x-gcc-icecream-backend.changes: same change
cross-x86_64-gcc-icecream-backend.changes: same change
gcc46-testresults.changes: same change
gcc46.changes: same change
libffi46.changes: same change
libgcj46.changes: same change

calling whatdependson for head-i586


Old:
----
  cross-avr-gcc46.changes
  cross-avr-gcc46.spec
  gcc-4.6.0-20110523.tar.bz2

New:
----
  gcc-4.6.0-20110607.tar.bz2

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ cross-hppa-gcc-icecream-backend.spec ++++++
--- /var/tmp/diff_new_pack.ybD58T/_old  2011-06-09 09:03:07.000000000 +0200
+++ /var/tmp/diff_new_pack.ybD58T/_new  2011-06-09 09:03:07.000000000 +0200
@@ -46,7 +46,7 @@
 %define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64
 
 Url:            http://gcc.gnu.org/
-Version:        4.6.0_20110523
+Version:        4.6.0_20110607
 Release:        1
 %define gcc_version %(echo %version | sed 's/_.*//')
 %define gcc_dir_version %(echo %gcc_version | cut -d '.' -f 1-2)
@@ -356,9 +356,6 @@
 %else
        --without-system-libunwind \
 %endif
-%ifarch %gold_archs
-       --with-plugin-ld=/usr/bin/gold \
-%endif
 %endif
 %if "%{TARGET_ARCH}" == "powerpc"
        --with-cpu=default32 \

cross-i386-gcc-icecream-backend.spec: same change
cross-ia64-gcc-icecream-backend.spec: same change
cross-ppc-gcc-icecream-backend.spec: same change
cross-ppc64-gcc-icecream-backend.spec: same change
cross-s390-gcc-icecream-backend.spec: same change
cross-s390x-gcc-icecream-backend.spec: same change
cross-x86_64-gcc-icecream-backend.spec: same change
++++++ gcc46-testresults.spec ++++++
--- /var/tmp/diff_new_pack.ybD58T/_old  2011-06-09 09:03:07.000000000 +0200
+++ /var/tmp/diff_new_pack.ybD58T/_new  2011-06-09 09:03:07.000000000 +0200
@@ -36,11 +36,6 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# Keep in sync with binutils
-%if 0%{suse_version} >= 1100
-%define gold_archs %ix86 x86_64 ppc ppc64 %sparc
-%endif
-
 # Ada currently fails to build on a few platforms, enable it only
 # on those that work
 # Note that AdaCore only supports %ix86, x86_64 and ia64
@@ -98,7 +93,7 @@
 BuildRequires:  gcc-ada
 %endif
 %endif
-%if 0%{?building_libjava:1}
+%if 0%{?building_libjava:1}%{?building_testsuite:1}
 BuildRequires:  fastjar gtk2-devel libart_lgpl-devel unzip
 %endif
 %if 0%{?building_libffi:1}
@@ -160,7 +155,7 @@
 %define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64
 
 Url:            http://gcc.gnu.org/
-Version:        4.6.0_20110523
+Version:        4.6.0_20110607
 Release:        1
 %define gcc_version %(echo %version | sed 's/_.*//')
 %define gcc_dir_version %(echo %gcc_version | cut -d '.' -f 1-2)
@@ -170,9 +165,6 @@
 
 %if !0%{?building_libjava:1}%{?building_libffi:1}%{?building_testsuite:1}
 Requires:       binutils glibc-devel
-%ifarch %gold_archs
-Requires:       binutils-gold
-%endif
 Requires:       libmpc2 >= 0.8.1
 Requires:       cpp46 = %{version}-%{release}
 %if 0%{!?build_optional_compiler:1}
@@ -597,9 +589,6 @@
 %else
        --without-system-libunwind \
 %endif
-%ifarch %gold_archs
-       --with-plugin-ld=/usr/bin/gold \
-%endif
 %endif
 %if "%{TARGET_ARCH}" == "powerpc"
        --with-cpu=default32 \

++++++ gcc46.spec ++++++
--- /var/tmp/diff_new_pack.ybD58T/_old  2011-06-09 09:03:07.000000000 +0200
+++ /var/tmp/diff_new_pack.ybD58T/_new  2011-06-09 09:03:07.000000000 +0200
@@ -18,13 +18,6 @@
 # norootforbuild
 # icecream 0
 
-# Keep in sync with binutils
-%if 0%{suse_version} >= 1100
-%define gold_archs %ix86 x86_64 ppc ppc64 %sparc
-%endif
-
-# Ada currently fails to build on a few platforms, enable it only
-# on those that work
 # Note that AdaCore only supports %ix86, x86_64 and ia64
 %ifarch %ix86 x86_64 ppc s390 ia64
 %define build_ada !0%{?building_libjava:1}%{?building_libffi:1}
@@ -80,7 +73,7 @@
 BuildRequires:  gcc-ada
 %endif
 %endif
-%if 0%{?building_libjava:1}
+%if 0%{?building_libjava:1}%{?building_testsuite:1}
 BuildRequires:  fastjar gtk2-devel libart_lgpl-devel unzip
 %endif
 %if 0%{?building_libffi:1}
@@ -142,7 +135,7 @@
 %define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64
 
 Url:            http://gcc.gnu.org/
-Version:        4.6.0_20110523
+Version:        4.6.0_20110607
 Release:        1
 %define gcc_version %(echo %version | sed 's/_.*//')
 %define gcc_dir_version %(echo %gcc_version | cut -d '.' -f 1-2)
@@ -152,9 +145,6 @@
 
 %if !0%{?building_libjava:1}%{?building_libffi:1}%{?building_testsuite:1}
 Requires:       binutils glibc-devel
-%ifarch %gold_archs
-Requires:       binutils-gold
-%endif
 Requires:       libmpc2 >= 0.8.1
 Requires:       cpp46 = %{version}-%{release}
 %if 0%{!?build_optional_compiler:1}
@@ -1711,9 +1701,6 @@
 %else
        --without-system-libunwind \
 %endif
-%ifarch %gold_archs
-       --with-plugin-ld=/usr/bin/gold \
-%endif
 %endif
 %if "%{TARGET_ARCH}" == "powerpc"
        --with-cpu=default32 \

++++++ libffi46.spec ++++++
--- /var/tmp/diff_new_pack.ybD58T/_old  2011-06-09 09:03:07.000000000 +0200
+++ /var/tmp/diff_new_pack.ybD58T/_new  2011-06-09 09:03:07.000000000 +0200
@@ -35,11 +35,6 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# Keep in sync with binutils
-%if 0%{suse_version} >= 1100
-%define gold_archs %ix86 x86_64 ppc ppc64 %sparc
-%endif
-
 # Ada currently fails to build on a few platforms, enable it only
 # on those that work
 # Note that AdaCore only supports %ix86, x86_64 and ia64
@@ -97,7 +92,7 @@
 BuildRequires:  gcc-ada
 %endif
 %endif
-%if 0%{?building_libjava:1}
+%if 0%{?building_libjava:1}%{?building_testsuite:1}
 BuildRequires:  fastjar gtk2-devel libart_lgpl-devel unzip
 %endif
 %if 0%{?building_libffi:1}
@@ -159,7 +154,7 @@
 %define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64
 
 Url:            http://gcc.gnu.org/
-Version:        4.6.0_20110523
+Version:        4.6.0_20110607
 Release:        1
 %define gcc_version %(echo %version | sed 's/_.*//')
 %define gcc_dir_version %(echo %gcc_version | cut -d '.' -f 1-2)
@@ -169,9 +164,6 @@
 
 %if !0%{?building_libjava:1}%{?building_libffi:1}%{?building_testsuite:1}
 Requires:       binutils glibc-devel
-%ifarch %gold_archs
-Requires:       binutils-gold
-%endif
 Requires:       libmpc2 >= 0.8.1
 Requires:       cpp46 = %{version}-%{release}
 %if 0%{!?build_optional_compiler:1}
@@ -705,9 +697,6 @@
 %else
        --without-system-libunwind \
 %endif
-%ifarch %gold_archs
-       --with-plugin-ld=/usr/bin/gold \
-%endif
 %endif
 %if "%{TARGET_ARCH}" == "powerpc"
        --with-cpu=default32 \

libgcj46.spec: same change
++++++ change_spec ++++++
--- /var/tmp/diff_new_pack.ybD58T/_old  2011-06-09 09:03:07.000000000 +0200
+++ /var/tmp/diff_new_pack.ybD58T/_new  2011-06-09 09:03:07.000000000 +0200
@@ -55,6 +55,7 @@
 }
 }' >> $outfile
        if test "$do_optional_compiler" = "0"; then
+       if test "$do_optional_compiler_languages" = "0"; then
        echo '%define building_libjava 1' > libgcj$base_ver.spec
        sed -e '/^# LIBJAVA-DELETE-BEGIN/,/^# LIBJAVA-DELETE-END/d;s/-n 
libgcj@base_ver@$//g;s/^Name:[[:space:]]*gcc/Name: libgcj/g' \
            gcc.spec.in \
@@ -108,6 +109,7 @@
         ln -f gcc$base_ver.changes libffi$base_ver.changes; \
         ln -f gcc$base_ver.changes gcc$base_ver-testresults.changes; )
        fi
+    fi
 
 
 # disabled: mips, sparc, alpha, arm
@@ -136,9 +138,9 @@
     base_ver=$base_ver cross_arch=$arch name_suffix="-static" sh cross.spec.in 
>> cross-$arch-gcc$base_ver-static.spec
     test -f gcc$base_ver.changes && ln -f gcc$base_ver.changes 
cross-$arch-gcc$base_ver-static.changes
   done
-  # avr is static but wants the non-static versioned name
-  echo '%define build_static 1' > cross-avr-gcc$base_ver.spec
-  base_ver=$base_ver cross_arch=avr sh cross.spec.in >> 
cross-avr-gcc$base_ver.spec
-  test -f gcc$base_ver.changes && ln -f gcc$base_ver.changes 
cross-avr-gcc$base_ver.changes
+#  # avr is static but wants the non-static versioned name
+#  echo '%define build_static 1' > cross-avr-gcc$base_ver.spec
+#  base_ver=$base_ver cross_arch=avr sh cross.spec.in >> 
cross-avr-gcc$base_ver.spec
+#  test -f gcc$base_ver.changes && ln -f gcc$base_ver.changes 
cross-avr-gcc$base_ver.changes
 fi
 exit 0


++++++ gcc-4.6.0-20110523.tar.bz2 -> gcc-4.6.0-20110607.tar.bz2 ++++++
gcc46/gcc-4.6.0-20110523.tar.bz2 
/mounts/work_src_done/STABLE/gcc46/gcc-4.6.0-20110607.tar.bz2 differ: char 11, 
line 1

++++++ gcc.spec.in ++++++
--- /var/tmp/diff_new_pack.ybD58T/_old  2011-06-09 09:03:07.000000000 +0200
+++ /var/tmp/diff_new_pack.ybD58T/_new  2011-06-09 09:03:07.000000000 +0200
@@ -19,11 +19,6 @@
 # icecream 0
 
 
-# Keep in sync with binutils
-%if 0%{suse_version} >= 1100
-%define gold_archs %ix86 x86_64 ppc ppc64 %sparc
-%endif
-
 # Ada currently fails to build on a few platforms, enable it only
 # on those that work
 # Note that AdaCore only supports %ix86, x86_64 and ia64
@@ -82,7 +77,7 @@
 BuildRequires: gcc-ada
 %endif
 %endif
-%if 0%{?building_libjava:1}
+%if 0%{?building_libjava:1}%{?building_testsuite:1}
 BuildRequires: fastjar gtk2-devel libart_lgpl-devel unzip
 %endif
 %if 0%{?building_libffi:1}
@@ -144,7 +139,7 @@
 %define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64
 
 URL:          http://gcc.gnu.org/
-Version: 4.6.0_20110523
+Version: 4.6.0_20110607
 Release:      1
 %define gcc_version %(echo %version | sed 's/_.*//')
 %define gcc_dir_version %(echo %gcc_version | cut -d '.' -f 1-2)
@@ -154,9 +149,6 @@
 
 %if !0%{?building_libjava:1}%{?building_libffi:1}%{?building_testsuite:1}
 Requires:     binutils glibc-devel
-%ifarch %gold_archs
-Requires:     binutils-gold
-%endif
 Requires:     libmpc2 >= 0.8.1
 Requires:     cpp@base_ver@ = %{version}-%{release}
 %if 0%{!?build_optional_compiler:1}
@@ -1112,9 +1104,6 @@
 %else
        --without-system-libunwind \
 %endif
-%ifarch %gold_archs
-       --with-plugin-ld=/usr/bin/gold \
-%endif
 %endif
 %if "%{TARGET_ARCH}" == "powerpc"
        --with-cpu=default32 \


++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++



Remember to have fun...

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to