Disable -Werror, hitting issues on gcc6

epel9
Cole Robinson 9 years ago
parent bdc8b12fbe
commit a198e31dee

@ -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 <crobinso@redhat.com> 1.1.svn1378-1
* Sat Mar 05 2016 Cole Robinson <crobinso@redhat.com> 1.1.svn1378-3
- Disable -Werror, hitting issues on gcc6
* Fri Feb 05 2016 Cole Robinson <crobinso@redhat.com> 1.1.svn1378-2
- Update to r1378
- Fix build with latest cross-gcc (bz 1282890)

Loading…
Cancel
Save