On 10/12/2010 09:47 PM, Blue Swirl wrote:
> + arm*|i386|x86_64|mips*|hppa*|s390|s390x) > + test -n "$with_arch"&& QEMU_CFLAGS="-march=${with_arch} $QEMU_CFLAGS" > + ;; > + > + sparc|sparc64) > + test "$with_arch" = v8plusa&& with_arch=v8plusWhy?
Nevermind, I didn't really understand the old code. I'll fix now. Paolo