wok-undigest rev 1130

glibc: delete arch case, maybe it overwrites mtune
author Xander Ziiryanoff <psychomaniak@xakep.ru>
date Wed Jul 23 18:20:16 2014 +0000 (2014-07-23)
parents 2172d2bb0aa1
children d85acea3b94a
files glibc/receipt
line diff
     1.1 --- a/glibc/receipt	Wed Jul 23 17:05:47 2014 +0000
     1.2 +++ b/glibc/receipt	Wed Jul 23 18:20:16 2014 +0000
     1.3 @@ -34,12 +34,12 @@
     1.4  	# glibc no longer support i386, so use -march=i486 for better compatibility.
     1.5  	# If i686 ???
     1.6  	unset CFLAGS CXXFLAGS
     1.7 -	case $ARCH in
     1.8 -		i386|i486)
     1.9 +	#case $ARCH in
    1.10 +		#i386|i486)
    1.11  			echo "CFLAGS += -O2 -march=i486 -mtune=i686" > configparms ;;
    1.12 -		*)
    1.13 -			echo "CFLAGS += -O2 -march=$ARCH -mtune=$ARCH" > configparms ;;
    1.14 -	esac
    1.15 +		#*)
    1.16 +			#echo "CFLAGS += -O2 -march=$ARCH -mtune=$ARCH" > configparms ;;
    1.17 +	#esac
    1.18  
    1.19  	{ $src/configure \
    1.20  		--host=$HOST_SYSTEM \
    1.21 @@ -108,12 +108,12 @@
    1.22  	# "The higher the VERSION number is, the less compatibility code is
    1.23  	# added, and the faster the code gets."
    1.24  	unset CFLAGS CXXFLAGS
    1.25 -	case "$ARCH" in
    1.26 -		i386|i486)
    1.27 +	#case "$ARCH" in
    1.28 +		#i386|i486)
    1.29  			echo "CFLAGS += -O2 -march=i486 -mtune=i686" > configparms ;;
    1.30 -		*)
    1.31 -			echo "CFLAGS += -O2 -march=$ARCH -mtune=$ARCH" > configparms ;;
    1.32 -	esac
    1.33 +		#*)
    1.34 +			#echo "CFLAGS += -O2 -march=$ARCH -mtune=$ARCH" > configparms ;;
    1.35 +	#esac
    1.36  	{ $src/configure \
    1.37  		--disable-profile \
    1.38  		--enable-add-ons \