Skip to Content.
Sympa Menu

sm-commit - Re: [SM-Commit] GIT changes to master grimoire by Jaka Kranjc (2df84903228082a73d0294377342ddcc9ba55347)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Eric Sandall <eric AT sandall.us>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: Re: [SM-Commit] GIT changes to master grimoire by Jaka Kranjc (2df84903228082a73d0294377342ddcc9ba55347)
  • Date: Sun, 25 Feb 2007 13:59:40 -0800

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

Attachment: pgpTVNrIbJVR4.pgp
Description: PGP signature




Archive powered by MHonArc 2.6.24.

Top of Page