Mercurial > sdl-ios-xcode
comparison configure.in @ 802:3c609d54f100
*** empty log message ***
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Sun, 08 Feb 2004 22:21:30 +0000 |
parents | 275708f2e838 |
children | 674df5617bba |
comparison
equal
deleted
inserted
replaced
801:ff1058d642dc | 802:3c609d54f100 |
---|---|
84 # CFLAGS="$CFLAGS -fomit-frame-pointer" | 84 # CFLAGS="$CFLAGS -fomit-frame-pointer" |
85 fi | 85 fi |
86 case "$target" in | 86 case "$target" in |
87 i486-*-*) | 87 i486-*-*) |
88 if test x$ac_cv_prog_gcc = xyes; then | 88 if test x$ac_cv_prog_gcc = xyes; then |
89 CFLAGS="$CFLAGS -march=486" | 89 CFLAGS="$CFLAGS -march=i486" |
90 fi | 90 fi |
91 ;; | 91 ;; |
92 i?86-*-*) | 92 i?86-*-*) |
93 if test x$ac_cv_prog_gcc = xyes; then | 93 if test x$ac_cv_prog_gcc = xyes; then |
94 CFLAGS="$CFLAGS -march=pentium -mcpu=pentiumpro" | 94 CFLAGS="$CFLAGS -march=pentium -mcpu=pentiumpro" |