Hello community,

here is the log from the commit of package sdcc for openSUSE:Factory checked in 
at 2015-08-21 07:41:00
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/sdcc (Old)
 and      /work/SRC/openSUSE:Factory/.sdcc.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "sdcc"

Changes:
--------
--- /work/SRC/openSUSE:Factory/sdcc/sdcc.changes        2015-06-30 
10:18:33.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.sdcc.new/sdcc.changes   2015-08-21 
07:41:01.000000000 +0200
@@ -1,0 +2,6 @@
+Tue Aug 18 16:03:31 UTC 2015 - norm...@linux.vnet.ibm.com
+
+- new patch to build on ppc64le
+  sdcc_add_ppc64le_suse_support.patch
+
+-------------------------------------------------------------------

New:
----
  sdcc_add_ppc64le_suse_support.patch

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

Other differences:
------------------
++++++ sdcc.spec ++++++
--- /var/tmp/diff_new_pack.SZaMN7/_old  2015-08-21 07:41:02.000000000 +0200
+++ /var/tmp/diff_new_pack.SZaMN7/_new  2015-08-21 07:41:02.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package sdcc
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -25,6 +25,7 @@
 Url:            http://sdcc.sourceforge.net/
 Source:         
http://downloads.sourceforge.net/%{name}/%{name}-src-%{version}.tar.bz2
 Source1:        %{name}-rpmlintrc
+Patch1:         sdcc_add_ppc64le_suse_support.patch
 BuildRequires:  bison
 BuildRequires:  boost-devel
 BuildRequires:  fdupes
@@ -89,6 +90,7 @@
 %prep
 %setup -q
 rm support/regression/tests/bug3304184.c
+%patch1 -p1
 
 %build
 CFLAGS="%{optflags} -fno-strict-aliasing" \

++++++ sdcc_add_ppc64le_suse_support.patch ++++++
From:  Michel Normand <norm...@linux.vnet.ibm.com>
Subject: sdcc add ppc64le suse support
Date: Tue, 18 Aug 2015 17:20:45 +0200

sdcc add ppc64le suse support

Signed-off-by: Michel Normand <norm...@linux.vnet.ibm.com>
---
 support/sdbinutils/bfd/config.bfd |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Index: sdcc-3.5.0/support/sdbinutils/bfd/config.bfd
===================================================================
--- sdcc-3.5.0.orig/support/sdbinutils/bfd/config.bfd
+++ sdcc-3.5.0/support/sdbinutils/bfd/config.bfd
@@ -1185,7 +1185,7 @@ case "${targ}" in
     targ_selvecs="bfd_elf64_powerpcle_vec bfd_elf32_powerpc_vec 
bfd_elf32_powerpcle_vec rs6000coff_vec rs6000coff64_vec aix5coff64_vec"
     want64=true
     ;;
-  powerpc64le-*-elf* | powerpcle-*-elf64*)
+  powerpc64le-*-elf* | powerpcle-*-elf64* | powerpc64le-*-linux*)
     targ_defvec=bfd_elf64_powerpcle_vec
     targ_selvecs="bfd_elf64_powerpc_vec bfd_elf32_powerpcle_vec 
bfd_elf32_powerpc_vec rs6000coff_vec rs6000coff64_vec aix5coff64_vec"
     want64=true

Reply via email to