Merge pull request #5462 from orgads/gdb-default-targets

gdb: Restore default targets
This commit is contained in:
Алексей
2019-06-03 09:59:34 +03:00
committed by GitHub

View File

@@ -7,7 +7,7 @@ pkgname="${MINGW_PACKAGE_PREFIX}-${_realname}"
# Until https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62279 is
# fixed, we will stick with 7.6.2 which hasn't got this bug..
pkgver=8.3
pkgrel=6
pkgrel=7
pkgdesc="GNU Debugger (mingw-w64)"
arch=('any')
url="https://www.gnu.org/software/gdb/"
@@ -91,7 +91,7 @@ build() {
--host=${MINGW_CHOST} \
--target=${MINGW_CHOST} \
--prefix=${MINGW_PREFIX} \
--enable-targets=all \
--enable-targets="i686-w64-mingw32,x86_64-w64-mingw32" \
--enable-64-bit-bfd \
--disable-werror \
--disable-win32-registry \