Hello community,

here is the log from the commit of package gcc48 for openSUSE:Factory checked 
in at 2013-07-05 14:56:07
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gcc48 (Old)
 and      /work/SRC/openSUSE:Factory/.gcc48.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gcc48"

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/gcc48/cross-aarch64-gcc48-icecream-backend.changes   
    2013-06-06 14:52:39.000000000 +0200
+++ 
/work/SRC/openSUSE:Factory/.gcc48.new/cross-aarch64-gcc48-icecream-backend.changes
  2013-07-05 14:56:08.000000000 +0200
@@ -1,0 +2,12 @@
+Wed Jul  3 16:48:08 UTC 2013 - [email protected]
+
+- fix typo in last change 
+
+-------------------------------------------------------------------
+Sat Jun 29 10:19:51 UTC 2013 - [email protected]
+
+- add armv6hl support (Tune for arm1176jzfs)
+- Update armv7hl tuning target to Cortex A15
+- Remove temporary armv7l target
+
+-------------------------------------------------------------------
cross-armv5tel-gcc48-icecream-backend.changes: same change
cross-armv7hl-gcc48-icecream-backend.changes: same change
cross-hppa-gcc48-icecream-backend.changes: same change
cross-i386-gcc48-icecream-backend.changes: same change
cross-ia64-gcc48-icecream-backend.changes: same change
cross-ppc-gcc48-icecream-backend.changes: same change
cross-ppc64-gcc48-icecream-backend.changes: same change
cross-s390-gcc48-icecream-backend.changes: same change
cross-s390x-gcc48-icecream-backend.changes: same change
cross-x86_64-gcc48-icecream-backend.changes: same change
gcc48-testresults.changes: same change
gcc48.changes: same change
libffi48.changes: same change
libgcj48.changes: same change

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

Other differences:
------------------
++++++ cross-aarch64-gcc48-icecream-backend.spec ++++++
--- /var/tmp/diff_new_pack.vffdTA/_old  2013-07-05 14:56:11.000000000 +0200
+++ /var/tmp/diff_new_pack.vffdTA/_new  2013-07-05 14:56:11.000000000 +0200
@@ -138,8 +138,8 @@
 %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
+%if 0%{?gcc_icecream:1} && %{TARGET_ARCH} == "armv6hl"
+%define CONFIGURE_TARGET armv6hl-suse-linux-gnueabi
 %endif
 %if 0%{?gcc_icecream:1} && %{TARGET_ARCH} == "armv7hl"
 %define CONFIGURE_TARGET armv7hl-suse-linux-gnueabi
@@ -323,7 +323,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
@@ -403,9 +403,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-armv5tel-gcc48-icecream-backend.spec: same change
cross-armv7hl-gcc48-icecream-backend.spec: same change
cross-hppa-gcc48-icecream-backend.spec: same change
cross-i386-gcc48-icecream-backend.spec: same change
cross-ia64-gcc48-icecream-backend.spec: same change
cross-ppc-gcc48-icecream-backend.spec: same change
cross-ppc64-gcc48-icecream-backend.spec: same change
cross-s390-gcc48-icecream-backend.spec: same change
cross-s390x-gcc48-icecream-backend.spec: same change
cross-x86_64-gcc48-icecream-backend.spec: same change
gcc48-testresults.spec: same change
gcc48.spec: same change
libffi48.spec: same change
libgcj48.spec: same change

++++++ gcc.spec.in ++++++
--- /var/tmp/diff_new_pack.vffdTA/_old  2013-07-05 14:56:12.000000000 +0200
+++ /var/tmp/diff_new_pack.vffdTA/_new  2013-07-05 14:56:12.000000000 +0200
@@ -892,8 +892,8 @@
 %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
+%if 0%{?gcc_icecream:1} && %{TARGET_ARCH} == "armv6hl"
+%define CONFIGURE_TARGET armv6hl-suse-linux-gnueabi
 %endif
 %if 0%{?gcc_icecream:1} && %{TARGET_ARCH} == "armv7hl"
 %define CONFIGURE_TARGET armv7hl-suse-linux-gnueabi
@@ -1139,7 +1139,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
@@ -1219,9 +1219,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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to