[SM-Commit] GIT changes to master grimoire by Martin Spitzbarth (e65c06dc6f618dc61a53247cf910a018e883f8f6)
Jaka Kranjc
lynx at mages.ath.cx
Mon Jan 21 10:20:39 EST 2008
On Monday 21 of January 2008 15:57:28 Martin Spitzbarth wrote:
> @@ -1,8 +1,16 @@
> -if ! grep -q "ASM=" $SPELL_CONFIG; then
> +# asm routines are only intended for ia32, so they can be disabled
> +# on other architectures without asking the user.
> +if [[ ${SMGL_COMPAT_ARCHS[0]} == "32" ]] ||
> + [[ ${SMGL_COMPAT_ARCHS[0]} == "ia32" ]]
"ia32" is only a 32bit arch, so the first check is enough. It would match on
the second level anyway (${SMGL_COMPAT_ARCHS[1]})
navaden at lynxlynx trunk $ ls /usr/share/archspecs/
32 64 null
navaden at lynxlynx trunk $ ls /usr/share/archspecs/32
arm ia32 ppc sparc superh
As for the old hacks, please change them into a config_query call.
--
We cannot command nature except by obeying her. --Sir Francis Bacon
Have a sourcerous day! www.sourcemage.org
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 315 bytes
Desc: This is a digitally signed message part.
Url : http://lists.ibiblio.org/pipermail/sm-commit/attachments/20080121/7ce1a9da/attachment.bin
More information about the SM-Commit
mailing list