wok-current diff gcc3/receipt @ rev 21477
libsdl2-mixer-dev: add pkgconfig
author | Richard Dunbar <mojo@slitaz.org> |
---|---|
date | Wed May 01 03:31:44 2019 -0400 (2019-05-01) |
parents | 4cd6aef57b3a |
children | 52649f27a0da |
line diff
1.1 --- a/gcc3/receipt Thu Dec 13 17:09:45 2018 +0100 1.2 +++ b/gcc3/receipt Wed May 01 03:31:44 2019 -0400 1.3 @@ -22,8 +22,8 @@ 1.4 cd gcc-build 1.5 { 1.6 $src/configure --prefix=/usr --libexecdir=/usr/lib \ 1.7 - --host=$HOST_SYSTEM-gnu --build=$BUILD_SYSTEM-gnu \ 1.8 - --target=$BUILD_SYSTEM-gnu \ 1.9 + --host=i686-pc-linux-gnu --build=i686-pc-linux-gnu \ 1.10 + --target=i686-pc-linux-gnu \ 1.11 --infodir=/usr/share/info --mandir=/usr/share/man --enable-nls \ 1.12 --enable-languages=c,c++ --enable-shared --with-system-zlib \ 1.13 --enable-clocale=gnu --enable-objc-gc --enable-__cxa_atexit \