# HG changeset patch # User Christophe Lincoln # Date 1305746114 -7200 # Node ID 3653f7168b43c6552ae1ab76f5c0df6c91d27808 # Parent 6c607678333a266a714b3dc06e91db63015e827d gcc: we want a i486 optimised compiler not to host optimised (tank is i686) diff -r 6c607678333a -r 3653f7168b43 gcc/receipt --- a/gcc/receipt Wed May 18 20:59:07 2011 +0200 +++ b/gcc/receipt Wed May 18 21:15:14 2011 +0200 @@ -141,7 +141,8 @@ --enable-shared --with-system-zlib \ --enable-clocale=gnu --enable-objc-gc \ --enable-__cxa_atexit --enable-lto \ - --enable-threads=posix --with-tune=$ARCH && + --enable-threads=posix --with-tune=$ARCH \ + $ARCH-pc-linux-gnu && make && make install ;; esac }