Hello community, here is the log from the commit of package mstflint for openSUSE:Factory checked in at 2018-03-28 10:31:31 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/mstflint (Old) and /work/SRC/openSUSE:Factory/.mstflint.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "mstflint" Wed Mar 28 10:31:31 2018 rev:12 rq:591116 version:4.9.0 Changes: -------- --- /work/SRC/openSUSE:Factory/mstflint/mstflint.changes 2018-03-22 12:09:36.896000471 +0100 +++ /work/SRC/openSUSE:Factory/.mstflint.new/mstflint.changes 2018-03-28 10:31:43.944288221 +0200 @@ -1,0 +2,5 @@ +Sun Mar 25 11:17:55 UTC 2018 - [email protected] + +- Add mstflint-armv6_arch.patch to support build on armv6l + +------------------------------------------------------------------- New: ---- mstflint-armv6_arch.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ mstflint.spec ++++++ --- /var/tmp/diff_new_pack.ZHWuw6/_old 2018-03-28 10:31:45.040248805 +0200 +++ /var/tmp/diff_new_pack.ZHWuw6/_new 2018-03-28 10:31:45.044248662 +0200 @@ -39,6 +39,8 @@ Patch4: mstflint-armv7_arch.patch # PATCH-FIX-UPSTREAM Ignore fallthrough for GCC7 support Patch5: mstflint-gcc7.patch +# PATCH-FIX-UPSTREAM Add all needed defines to get it built on armv6 +Patch6: mstflint-armv6_arch.patch BuildRequires: gcc-c++ BuildRequires: infiniband-diags-devel @@ -64,6 +66,7 @@ %patch3 %patch4 %patch5 +%patch6 %build ./autogen.sh ++++++ mstflint-armv6_arch.patch ++++++ --- tools_layouts/adb_to_c_utils.h 2018-03-25 13:00:40.447893600 +0200 +++ tools_layouts/adb_to_c_utils.h 2018-03-25 13:04:15.462427635 +0200 @@ -139,6 +139,8 @@ extern "C" { # define ARCH_arm64 # elif defined(__ARM_ARCH_7A__) # define ARCH_armv7 +# elif defined(__arm__) +# define ARCH_arm6l # elif defined(__s390x__) # define ARCH_s390x # elif defined(__s390__) @@ -179,7 +181,7 @@ extern "C" { # define U64D_FMT "%lu" # define U64H_FMT "0x%016lx" # define U48H_FMT "0x%012lx" -#elif defined(ARCH_x86) || defined(ARCH_ppc) || defined(UEFI_BUILD) || defined(ARCH_s390) || defined(__ARM_ARCH_7A__) +#elif defined(ARCH_x86) || defined(ARCH_ppc) || defined(UEFI_BUILD) || defined(ARCH_s390) || defined(__ARM_ARCH_7A__) || defined(__arm__) # if defined(__MINGW32__) || defined(__MINGW64__) # include <inttypes.h> # define U64D_FMT "0x%" PRId64
