X-Git-Url: http://nsz.repo.hu/git/?p=musl;a=blobdiff_plain;f=configure;fp=configure;h=327734ae6b72ddc894395dad25f3c382b32485bf;hp=c1bcac7c7c67c3ecdf7337e5e976e200394b3efd;hb=80a45458e0d9b75d508110bd880d0ae0432b0356;hpb=c8cb6bcdf009e94c12c6e256b8e24a9bc5fdaf05 diff --git a/configure b/configure index c1bcac7c..327734ae 100755 --- a/configure +++ b/configure @@ -269,8 +269,8 @@ tryflag CFLAGS_AUTO -falign-jumps=1 # work anyway (issues with atomic ops). # if test "$ARCH" = "i386" ; then -fnmatch '-march=*|*\ -march=*' "$CFLAGS" || tryflag CFLAGS_AUTO -march=i486 -fnmatch '-mtune=*|*\ -mtune=*' "$CFLAGS" || tryflag CFLAGS_AUTO -mtune=generic +fnmatch '-march=*|*\ -march=*' "$CFLAGS" || tryldflag CFLAGS_AUTO -march=i486 +fnmatch '-mtune=*|*\ -mtune=*' "$CFLAGS" || tryldflag CFLAGS_AUTO -mtune=generic fi if test "x$warnings" = xyes ; then