diff --git a/openbios.spec b/openbios.spec index 6db2507..535db10 100644 --- a/openbios.spec +++ b/openbios.spec @@ -6,7 +6,7 @@ Name: openbios Version: %{tarver}.svn%{svnrel} -Release: 2%{?dist} +Release: 3%{?dist} Summary: OpenBIOS implementation of IEEE 1275-1994 License: GPLv2 @@ -64,6 +64,9 @@ such as coreboot or U-Boot. %build +# Disable -Werror, there's some errors with gcc6 +sed -i -e "s/-Werror/-Wno-error/" Makefile.target + /bin/sh config/scripts/switch-arch ppc make build-verbose V=1 %{?_smp_mflags} /bin/sh config/scripts/switch-arch sparc32 @@ -91,7 +94,10 @@ cp -a obj-sparc64/openbios-builtin.elf $qemudir/openbios-sparc64 %changelog -* Fri Feb 05 2016 Cole Robinson 1.1.svn1378-1 +* Sat Mar 05 2016 Cole Robinson 1.1.svn1378-3 +- Disable -Werror, hitting issues on gcc6 + +* Fri Feb 05 2016 Cole Robinson 1.1.svn1378-2 - Update to r1378 - Fix build with latest cross-gcc (bz 1282890)