*** empty log message ***

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%40803
This commit is contained in:
Sam Lantinga 2004-02-08 22:21:30 +00:00
parent 242d72da84
commit 83ca4b6cb1

View file

@ -86,7 +86,7 @@ if test x$enable_debug != xyes; then
case "$target" in
i486-*-*)
if test x$ac_cv_prog_gcc = xyes; then
CFLAGS="$CFLAGS -march=486"
CFLAGS="$CFLAGS -march=i486"
fi
;;
i?86-*-*)