changeset 650:7a4ea7f6dc3d

Revert qemu ppc openbios to the version before the --nographic bug showed up (which was svn 6658). See http://lists.gnu.org/archive/html/qemu-devel/2009-03/msg01070.html for details.
author Rob Landley <rob@landley.net>
date Tue, 24 Mar 2009 21:30:37 -0500
parents 950ef7de1cf9
children 0d6c67c401e0
files host-tools.sh sources/patches/openbios-ppc
diffstat 2 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/host-tools.sh	Tue Mar 24 21:23:15 2009 -0500
+++ b/host-tools.sh	Tue Mar 24 21:30:37 2009 -0500
@@ -221,8 +221,9 @@
   if [ -z "$(which qemu)" ]
   then
     setupfor qemu &&
+    cp "$SOURCES"/patches/openbios-ppc pc-bios/openbios-ppc &&
     ./configure --disable-gfx-check --prefix="$HOSTTOOLS/qemu-stuff" &&
-    make -j "$CPUS" &&
+    make -j $CPUS &&
     make install &&
     mv "$HOSTTOOLS/qemu-stuff/bin/*" "$HOSTTOOLS" &&
     cd ..
Binary file sources/patches/openbios-ppc has changed