Update to r1394, pulls in some -Werror fixes

epel9
Cole Robinson 9 years ago
parent a198e31dee
commit 7d26078306

@ -1,4 +1,4 @@
%global svnrel 1378
%global svnrel 1394
%global tarver 1.1
# Disable unhelpful RPM test.
@ -6,7 +6,7 @@
Name: openbios
Version: %{tarver}.svn%{svnrel}
Release: 3%{?dist}
Release: 1%{?dist}
Summary: OpenBIOS implementation of IEEE 1275-1994
License: GPLv2
@ -64,7 +64,8 @@ such as coreboot or U-Boot.
%build
# Disable -Werror, there's some errors with gcc6
# Disable -Werror, cross-gcc-6.0.0-0.1.fc24 has some issues but they are fixed
# in gcc upstream
sed -i -e "s/-Werror/-Wno-error/" Makefile.target
/bin/sh config/scripts/switch-arch ppc
@ -94,6 +95,9 @@ cp -a obj-sparc64/openbios-builtin.elf $qemudir/openbios-sparc64
%changelog
* Thu Apr 07 2016 Cole Robinson <crobinso@redhat.com> 1.1.svn1394-1
- Update to r1394, pulls in some -Werror fixes
* Sat Mar 05 2016 Cole Robinson <crobinso@redhat.com> 1.1.svn1378-3
- Disable -Werror, hitting issues on gcc6

@ -1 +1 @@
50fa48759a2b452480cd53cff29642ea openbios-1.1-svn1378.tar.gz
36bf7aeb60378eec37060ee64c68aec3 openbios-1.1-svn1394.tar.gz

Loading…
Cancel
Save