wok-next diff gcc/receipt @ rev 9715

glibc-base: remove post_install() it not working and not usefull
author Christophe Lincoln <pankso@slitaz.org>
date Sun May 08 23:49:22 2011 +0200 (2011-05-08)
parents bbbef91b0d50
children dbc94a9c5716
line diff
     1.1 --- a/gcc/receipt	Sun May 08 20:39:17 2011 +0200
     1.2 +++ b/gcc/receipt	Sun May 08 23:49:22 2011 +0200
     1.3 @@ -141,7 +141,7 @@
     1.4  				--enable-shared --with-system-zlib \
     1.5  				--enable-clocale=gnu --enable-objc-gc \
     1.6  				--enable-__cxa_atexit --enable-lto \
     1.7 -				--enable-threads=posix &&
     1.8 +				--enable-threads=posix --with-tune=$ARCH &&
     1.9  				make && make install ;;
    1.10  	esac
    1.11  }