[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-devel] Re: [PATCH][RFC] configure changes to support cross compili
From: |
Anthony Liguori |
Subject: |
[Qemu-devel] Re: [PATCH][RFC] configure changes to support cross compiling with mingw32 |
Date: |
Wed, 26 Jul 2006 11:29:29 -0500 |
User-agent: |
Pan/0.14.2.91 (As She Crawled Across the Table (Debian GNU/Linux)) |
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