|
|
@ -6,7 +6,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
Name: openbios
|
|
|
|
Name: openbios
|
|
|
|
Version: %{tarver}.svn%{svnrel}
|
|
|
|
Version: %{tarver}.svn%{svnrel}
|
|
|
|
Release: 2%{?dist}
|
|
|
|
Release: 3%{?dist}
|
|
|
|
Summary: OpenBIOS implementation of IEEE 1275-1994
|
|
|
|
Summary: OpenBIOS implementation of IEEE 1275-1994
|
|
|
|
|
|
|
|
|
|
|
|
License: GPLv2
|
|
|
|
License: GPLv2
|
|
|
@ -64,6 +64,9 @@ such as coreboot or U-Boot.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
%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
|
|
|
|
/bin/sh config/scripts/switch-arch ppc
|
|
|
|
make build-verbose V=1 %{?_smp_mflags}
|
|
|
|
make build-verbose V=1 %{?_smp_mflags}
|
|
|
|
/bin/sh config/scripts/switch-arch sparc32
|
|
|
|
/bin/sh config/scripts/switch-arch sparc32
|
|
|
@ -91,7 +94,10 @@ cp -a obj-sparc64/openbios-builtin.elf $qemudir/openbios-sparc64
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%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
|
|
|
|
- Update to r1378
|
|
|
|
- Fix build with latest cross-gcc (bz 1282890)
|
|
|
|
- Fix build with latest cross-gcc (bz 1282890)
|
|
|
|
|
|
|
|
|
|
|
|