Architecture detector updated (also necessary cflag added), now should work for everything thrown at it [Nach]. Updated tools compile info and 'make tools' for new tool.

This commit is contained in:
grinvader
2005-11-02 03:56:39 +00:00
parent 70dc0095df
commit 49d1ad1080
4 changed files with 20 additions and 18 deletions

View File

@@ -132,7 +132,10 @@ else
NFLAGS="$NFLAGS -O1"
fi
CFLAGSBAK="$CFLAGS"
CFLAGS="$CFLAGS -m32" dnl 64 bit cpus must use that for the arch detector
AM_ARCH_DETECT()
CFLAGS="$CFLAGSBAK"
AC_MSG_CHECKING(which cpu architecture to optimize for)
if test x$ARCH_INFO = x ; then