On Tue, 25 Jul 2006 15:15:49 -0500, Anthony Liguori wrote:

> @@ -448,15 +472,10 @@ sdl_too_old=no
>  
>  if test -z "$sdl" ; then
>  
> -sdl_config="sdl-config"
> +sdl_config="${cross-prefix}sdl-config"

That should obviously be cross_prefix :-)  Cross compiling SDL seems to be
pretty darn nasty and the binary they provide assumes i386-  After
changing the sdl-config to report the right info, things seem to work for
me though.

Regards,

Anthony Liguori



_______________________________________________
Qemu-devel mailing list
Qemu-devel@nongnu.org
http://lists.nongnu.org/mailman/listinfo/qemu-devel

Reply via email to