wok-current rev 9977
gcc: we want a i486 optimised compiler not to host optimised (tank is i686)
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Wed May 18 21:15:14 2011 +0200 (2011-05-18) |
parents | 6c607678333a |
children | b707ff65c39a |
files | gcc/receipt |
line diff
1.1 --- a/gcc/receipt Wed May 18 20:59:07 2011 +0200 1.2 +++ b/gcc/receipt Wed May 18 21:15:14 2011 +0200 1.3 @@ -141,7 +141,8 @@ 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 --with-tune=$ARCH && 1.8 + --enable-threads=posix --with-tune=$ARCH \ 1.9 + $ARCH-pc-linux-gnu && 1.10 make && make install ;; 1.11 esac 1.12 }