Hello community,

here is the log from the commit of package gcc47 for openSUSE:Factory checked 
in at 2013-07-08 07:25:40
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gcc47 (Old)
 and      /work/SRC/openSUSE:Factory/.gcc47.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gcc47"

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/gcc47/cross-armv5tel-gcc47-icecream-backend.changes  
    2013-04-22 14:04:37.000000000 +0200
+++ 
/work/SRC/openSUSE:Factory/.gcc47.new/cross-armv5tel-gcc47-icecream-backend.changes
 2013-07-08 07:25:41.000000000 +0200
@@ -1,0 +2,12 @@
+Sat Jul  6 20:14:32 UTC 2013 - m...@suse.com
+
+- Drop suse-record-gcc-opts.diff.
+
+-------------------------------------------------------------------
+Thu Jun 27 17:10:54 UTC 2013 - dmuel...@suse.com
+
+- add armv6hl support (Tune for arm1176jzfs)
+- Update armv7hl tuning target to Cortex A15
+- Remove temporary armv7l target
+
+-------------------------------------------------------------------
cross-armv7hl-gcc47-icecream-backend.changes: same change
cross-hppa-gcc47-icecream-backend.changes: same change
cross-i386-gcc47-icecream-backend.changes: same change
cross-ia64-gcc47-icecream-backend.changes: same change
cross-ppc-gcc47-icecream-backend.changes: same change
cross-ppc64-gcc47-icecream-backend.changes: same change
cross-s390-gcc47-icecream-backend.changes: same change
cross-s390x-gcc47-icecream-backend.changes: same change
cross-x86_64-gcc47-icecream-backend.changes: same change
gcc47-testresults.changes: same change
gcc47.changes: same change
libffi47.changes: same change
libgcj47.changes: same change

Old:
----
  suse-record-gcc-opts.diff

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

Other differences:
------------------
++++++ cross-armv5tel-gcc47-icecream-backend.spec ++++++
--- /var/tmp/diff_new_pack.B5Tom9/_old  2013-07-08 07:25:44.000000000 +0200
+++ /var/tmp/diff_new_pack.B5Tom9/_new  2013-07-08 07:25:44.000000000 +0200
@@ -88,7 +88,6 @@
 Patch1:         gcc-dir-version.patch
 Patch2:         gcc-sles-version.patch
 Patch3:         gcc-noalias-warn.diff
-Patch6:         suse-record-gcc-opts.diff
 Patch7:         gcc-add-defaultsspec.diff
 Patch8:         Wunprototyped-calls.diff
 Patch10:        program-transform-name.diff
@@ -144,12 +143,12 @@
 %if 0%{?gcc_icecream:1} && %{TARGET_ARCH} == "i586"
 %define CONFIGURE_TARGET i586-suse-linux
 %endif
-%if 0%{?gcc_icecream:1} && %{TARGET_ARCH} == "armv7l"
-%define CONFIGURE_TARGET armv7l-suse-linux-gnueabi
-%endif
 %if 0%{?gcc_icecream:1} && %{TARGET_ARCH} == "armv7hl"
 %define CONFIGURE_TARGET armv7hl-suse-linux-gnueabi
 %endif
+%if 0%{?gcc_icecream:1} && %{TARGET_ARCH} == "armv6hl"
+%define CONFIGURE_TARGET armv6hl-suse-linux-gnueabi
+%endif
 %if 0%{?gcc_icecream:1} && %{TARGET_ARCH} == "armv5tel"
 %define CONFIGURE_TARGET armv5tel-suse-linux-gnueabi
 %endif
@@ -185,7 +184,6 @@
 %patch1
 %patch2
 %patch3
-%patch6
 %patch7
 %patch8
 %patch10
@@ -331,7 +329,7 @@
 #      --enable-threads=posix \
 #%endif
 #      --enable-shared \
-%if "%{TARGET_ARCH}" == "armv7l" || "%{TARGET_ARCH}" == "armv7hl"
+%if "%{TARGET_ARCH}" == "armv7hl"
 # temporary workaround for a miscompilation of hash functions in java code
 GCJ_EXTRA_FLAGS="-marm"
 %endif
@@ -410,9 +408,17 @@
        --with-abi=aapcs-linux \
        --disable-sjlj-exceptions \
 %endif
-%if "%{TARGET_ARCH}" == "armv7l" || "%{TARGET_ARCH}" == "armv7hl"
+%if "%{TARGET_ARCH}" == "armv6hl"
+        --with-arch=armv6zk \
+       --with-tune=arm1176jzf-s \
+        --with-float=hard \
+       --with-abi=aapcs-linux \
+        --with-fpu=vfp \
+        --disable-sjlj-exceptions \
+%endif
+%if "%{TARGET_ARCH}" == "armv7hl"
        --with-arch=armv7-a \
-       --with-tune=cortex-a9 \
+       --with-tune=cortex-a15 \
        --with-float=hard \
        --with-abi=aapcs-linux \
        --with-fpu=vfpv3-d16 \

cross-armv7hl-gcc47-icecream-backend.spec: same change
cross-hppa-gcc47-icecream-backend.spec: same change
cross-i386-gcc47-icecream-backend.spec: same change
cross-ia64-gcc47-icecream-backend.spec: same change
cross-ppc-gcc47-icecream-backend.spec: same change
cross-ppc64-gcc47-icecream-backend.spec: same change
cross-s390-gcc47-icecream-backend.spec: same change
cross-s390x-gcc47-icecream-backend.spec: same change
cross-x86_64-gcc47-icecream-backend.spec: same change
gcc47-testresults.spec: same change
gcc47.spec: same change
libffi47.spec: same change
libgcj47.spec: same change

++++++ gcc.spec.in ++++++
--- /var/tmp/diff_new_pack.B5Tom9/_old  2013-07-08 07:25:45.000000000 +0200
+++ /var/tmp/diff_new_pack.B5Tom9/_new  2013-07-08 07:25:45.000000000 +0200
@@ -232,7 +232,6 @@
 Patch1:                gcc-dir-version.patch
 Patch2:                gcc-sles-version.patch
 Patch3:                gcc-noalias-warn.diff
-Patch6:                suse-record-gcc-opts.diff
 Patch7:                gcc-add-defaultsspec.diff
 Patch8:                Wunprototyped-calls.diff
 Patch10:       program-transform-name.diff
@@ -789,12 +788,12 @@
 %if 0%{?gcc_icecream:1} && %{TARGET_ARCH} == "i586"
 %define CONFIGURE_TARGET i586-suse-linux
 %endif
-%if 0%{?gcc_icecream:1} && %{TARGET_ARCH} == "armv7l"
-%define CONFIGURE_TARGET armv7l-suse-linux-gnueabi
-%endif
 %if 0%{?gcc_icecream:1} && %{TARGET_ARCH} == "armv7hl"
 %define CONFIGURE_TARGET armv7hl-suse-linux-gnueabi
 %endif
+%if 0%{?gcc_icecream:1} && %{TARGET_ARCH} == "armv6hl"
+%define CONFIGURE_TARGET armv6hl-suse-linux-gnueabi
+%endif
 %if 0%{?gcc_icecream:1} && %{TARGET_ARCH} == "armv5tel"
 %define CONFIGURE_TARGET armv5tel-suse-linux-gnueabi
 %endif
@@ -937,7 +936,6 @@
 %patch1
 %patch2
 %patch3
-%patch6
 %patch7
 %patch8
 %patch10
@@ -1083,7 +1081,7 @@
 #      --enable-threads=posix \
 #%endif
 #      --enable-shared \
-%if "%{TARGET_ARCH}" == "armv7l" || "%{TARGET_ARCH}" == "armv7hl"
+%if "%{TARGET_ARCH}" == "armv7hl"
 # temporary workaround for a miscompilation of hash functions in java code
 GCJ_EXTRA_FLAGS="-marm"
 %endif
@@ -1162,9 +1160,17 @@
        --with-abi=aapcs-linux \
        --disable-sjlj-exceptions \
 %endif
-%if "%{TARGET_ARCH}" == "armv7l" || "%{TARGET_ARCH}" == "armv7hl"
+%if "%{TARGET_ARCH}" == "armv6hl"
+        --with-arch=armv6zk \
+       --with-tune=arm1176jzf-s \
+        --with-float=hard \
+       --with-abi=aapcs-linux \
+        --with-fpu=vfp \
+        --disable-sjlj-exceptions \
+%endif
+%if "%{TARGET_ARCH}" == "armv7hl"
        --with-arch=armv7-a \
-       --with-tune=cortex-a9 \
+       --with-tune=cortex-a15 \
        --with-float=hard \
        --with-abi=aapcs-linux \
        --with-fpu=vfpv3-d16 \

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to