wok-current rev 9709
gcc: keep -mtune it was $BUILD_HOST to remove
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Sun May 08 20:54:33 2011 +0200 (2011-05-08) |
parents | bbbef91b0d50 |
children | bf785c26f3e5 |
files | gcc/receipt |
line diff
1.1 --- a/gcc/receipt Sun May 08 20:39:17 2011 +0200 1.2 +++ b/gcc/receipt Sun May 08 20:54:33 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 }