[SM-Commit] GIT changes to master grimoire by Jaka Kranjc (2df84903228082a73d0294377342ddcc9ba55347)
Eric Sandall
eric at sandall.us
Sun Feb 25 16:59:40 EST 2007
On Sunday 25 February 2007 03:22:08 Jaka Kranjc wrote:
> GIT changes to master grimoire by Jaka Kranjc
> <lynxlynxlynx at sourcemage.org>:
>
> utils/qemu/BUILD | 3 ++-
> utils/qemu/HISTORY | 4 ++++
> 2 files changed, 6 insertions(+), 1 deletion(-)
>
> New commits:
> commit 2df84903228082a73d0294377342ddcc9ba55347
> Author: Jaka Kranjc <lynxlynxlynx at sourcemage.org>
> Commit: Jaka Kranjc <lynxlynxlynx at sourcemage.org>
>
> qemu compile fixes
>
> diff --git a/utils/qemu/BUILD b/utils/qemu/BUILD
> index 43b92df..4ab878a 100755
> --- a/utils/qemu/BUILD
> +++ b/utils/qemu/BUILD
> @@ -4,9 +4,10 @@ message "Target list:$QEMU_ARCHS" &&
> # Disable PIC if building soft MMU targets
> # Pentium3/4 breaks on building soft MMU, downgrade to pentium-mmx
> #
> -if list_find "$QEMU_ARCHS" *-softmmu; then
> +if grep -q softmmu <<< "$QEMU_ARCHS"; then
What's wrong with list_find?
> CFLAGS=${CFLAGS/pentium4/pentium-mmx} &&
> CFLAGS=${CFLAGS/pentium3/pentium-mmx} &&
> + CFLAGS=${CFLAGS/-march=athlon-xp/} &&
Completely remove the athlon-xp opts, or did you want to downgrade to athlon
or pentium-mmx?
-sandalle
--
Eric Sandall | Source Mage GNU/Linux Developer
eric at sandall.us PGP: 0xA8EFDD61 | http://www.sourcemage.org/
http://eric.sandall.us/ | http://counter.li.org/ #196285
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
Url : http://lists.ibiblio.org/pipermail/sm-commit/attachments/20070225/b6e33cbb/attachment.bin
More information about the SM-Commit
mailing list