mingw-w64-cross-gcc: Fix configure options

This commit is contained in:
Alexey Pavlov 2020-10-26 23:44:20 +03:00
parent 6b6e88cbb2
commit 01a3ab8ccf

View File

@ -190,9 +190,7 @@ build() {
# use built-in SSP with Cygwin 2.10 # use built-in SSP with Cygwin 2.10
# FIXME: --disable-libssp should suffice in GCC 8 # FIXME: --disable-libssp should suffice in GCC 8
export gcc_cv_libc_provides_ssp=yes export gcc_cv_libc_provides_ssp=yes
# configure tries to test SUSv4-compliant behaviour of
# realpath(..., NULL) via _XOPEN_VERSION
export glibcxx_cv_realpath=yes
../${_realname}-${pkgver}/configure \ ../${_realname}-${pkgver}/configure \
--prefix=/opt \ --prefix=/opt \
--build=${CHOST} \ --build=${CHOST} \
@ -207,6 +205,7 @@ build() {
--enable-threads=${_threads} \ --enable-threads=${_threads} \
--enable-graphite \ --enable-graphite \
--enable-fully-dynamic-string \ --enable-fully-dynamic-string \
--enable-libstdcxx-filesystem-ts=yes \
--enable-libstdcxx-time=yes \ --enable-libstdcxx-time=yes \
--disable-libstdcxx-pch \ --disable-libstdcxx-pch \
--disable-libstdcxx-debug \ --disable-libstdcxx-debug \