wok-6.x rev 9703
gcc: first tiny fix (missing -- befor libexecdir)
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Sun May 08 16:39:31 2011 +0200 (2011-05-08) |
parents | 349042ce2a5d |
children | 6cbf526b5cc3 |
files | gcc/receipt |
line diff
1.1 --- a/gcc/receipt Sun May 08 15:46:39 2011 +0200 1.2 +++ b/gcc/receipt Sun May 08 16:39:31 2011 +0200 1.3 @@ -111,7 +111,7 @@ 1.4 $src/configure --enable-nls \ 1.5 --enable-languages=c,c++,objc,fortran --enable-shared --with-system-zlib \ 1.6 --enable-clocale=gnu --enable-objc-gc --enable-__cxa_atexit \ 1.7 - --enable-lto --disable-bootstrap libexecdir=/usr/lib \ 1.8 + --enable-lto --disable-bootstrap --libexecdir=/usr/lib \ 1.9 --enable-threads=posix --with-tune=$ARCH $BUILD_HOST && 1.10 make && 1.11 make install