mingw-w64-gcc: try --libexecdir
This commit is contained in:
parent
4e215d0529
commit
492d26f176
1 changed files with 2 additions and 1 deletions
|
@ -3,6 +3,7 @@
|
||||||
pkgname=mingw-w64-gcc
|
pkgname=mingw-w64-gcc
|
||||||
_majorver=4.6
|
_majorver=4.6
|
||||||
version=${_majorver}.1
|
version=${_majorver}.1
|
||||||
|
revision=1
|
||||||
distfiles=http://ftp.gnu.org/pub/gnu/gcc/gcc-$version/gcc-$version.tar.bz2
|
distfiles=http://ftp.gnu.org/pub/gnu/gcc/gcc-$version/gcc-$version.tar.bz2
|
||||||
build_style=custom-install
|
build_style=custom-install
|
||||||
short_desc="The GNU C Compiler (for mingw-w64)"
|
short_desc="The GNU C Compiler (for mingw-w64)"
|
||||||
|
@ -71,7 +72,7 @@ do_build()
|
||||||
--with-system-zlib --enable-static --disable-shared --enable-lto \
|
--with-system-zlib --enable-static --disable-shared --enable-lto \
|
||||||
--enable-linker-build-id --enable-gnu-unique-object \
|
--enable-linker-build-id --enable-gnu-unique-object \
|
||||||
--enable-checking=release --disable-nls --disable-bootstrap \
|
--enable-checking=release --disable-nls --disable-bootstrap \
|
||||||
--libdir=${_mingwprefix}/lib
|
--libdir=${_mingwprefix}/lib --libexecdir=${_mingwprefix}/lib
|
||||||
|
|
||||||
make ${makejobs} all-gcc
|
make ${makejobs} all-gcc
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue