wok-current rev 10147
glibc: we always want a native build like for GCC
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Sat May 21 00:04:18 2011 +0200 (2011-05-21) |
parents | 01fd16efa7e5 |
children | d754c582d697 |
files | glibc/receipt |
line diff
1.1 --- a/glibc/receipt Fri May 20 17:59:39 2011 +0000 1.2 +++ b/glibc/receipt Sat May 21 00:04:18 2011 +0200 1.3 @@ -92,7 +92,8 @@ 1.4 --enable-add-ons \ 1.5 --enable-kernel=2.6.30 \ 1.6 --libexecdir=/usr/lib/glibc \ 1.7 - $CONFIGURE_ARGS && 1.8 + --build=$HOST_SYSTEM \ 1.9 + --host=$HOST_SYSTEM && 1.10 make && make install_root=$DESTDIR install 1.11 } || return 1 1.12