wok-undigest rev 1134

glibc: just -mtune=generic everywhere
author Xander Ziiryanoff <psychomaniak@xakep.ru>
date Wed Jul 23 22:11:07 2014 +0000 (2014-07-23)
parents ee67322bc831
children fe3f85a9ece3
files glibc/receipt
line diff
     1.1 --- a/glibc/receipt	Wed Jul 23 22:03:59 2014 +0000
     1.2 +++ b/glibc/receipt	Wed Jul 23 22:11:07 2014 +0000
     1.3 @@ -36,9 +36,9 @@
     1.4  	unset CFLAGS CXXFLAGS
     1.5  	case $ARCH in
     1.6  		i386|i486)
     1.7 -			echo "CFLAGS += -O2 -march=i486 -mtune=i486" > configparms ;;
     1.8 +			echo "CFLAGS += -O2 -march=i486 -mtune=generic" > configparms ;;
     1.9  		*)
    1.10 -			echo "CFLAGS += -O2 -march=$ARCH -mtune=$ARCH" > configparms ;;
    1.11 +			echo "CFLAGS += -O2 -march=$ARCH -mtune=generic" > configparms ;;
    1.12  	esac
    1.13  
    1.14  	{ $src/configure \
    1.15 @@ -110,9 +110,9 @@
    1.16  	unset CFLAGS CXXFLAGS
    1.17  	case "$ARCH" in
    1.18  		i386|i486)
    1.19 -			echo "CFLAGS += -O2 -march=i486 -mtune=i486" > configparms ;;
    1.20 +			echo "CFLAGS += -O2 -march=i486 -mtune=generic" > configparms ;;
    1.21  		*)
    1.22 -			echo "CFLAGS += -O2 -march=$ARCH -mtune=$ARCH" > configparms ;;
    1.23 +			echo "CFLAGS += -O2 -march=$ARCH -mtune=generic" > configparms ;;
    1.24  	esac
    1.25  	{ $src/configure \
    1.26  		--disable-profile \