summaryrefslogtreecommitdiff
path: root/cross
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2020-05-31 16:04:39 +0000
committerrillig <rillig@pkgsrc.org>2020-05-31 16:04:39 +0000
commitb1e15498a9d648c328c300939619708f8aa59970 (patch)
tree0ca7846fb2e295ff130be1b9e31e8ca27f0b32b1 /cross
parentea7bdb5a0a0ca334f36f62a260d5e0a0f1accc71 (diff)
downloadpkgsrc-b1e15498a9d648c328c300939619708f8aa59970.tar.gz
mingw-w64-i686-winpthreads: remove unknown configure options
These options are only for crt, not for winpthreads.
Diffstat (limited to 'cross')
-rw-r--r--cross/mingw-w64-i686-winpthreads/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/cross/mingw-w64-i686-winpthreads/Makefile b/cross/mingw-w64-i686-winpthreads/Makefile
index 5cb48e98c6f..ed54e9ce7fb 100644
--- a/cross/mingw-w64-i686-winpthreads/Makefile
+++ b/cross/mingw-w64-i686-winpthreads/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2019/09/18 15:32:47 ryoon Exp $
+# $NetBSD: Makefile,v 1.2 2020/05/31 16:04:39 rillig Exp $
.include "../../cross/mingw-w64-x86_64-winpthreads/Makefile.common"
@@ -8,8 +8,6 @@ COMMENT= Mingw-w64 winpthreads library for win32 cross-development
BUILD_DEPENDS+= mingw-w64-i686-gcc-bootstrap-[0-9]*:../../cross/mingw-w64-i686-gcc-bootstrap
MINGW_TARGET= ${MINGW_W64_32_TARGET}
-CONFIGURE_ARGS+= --enable-lib32
-CONFIGURE_ARGS+= --disable-lib64
BUILDLINK_DEPMETHOD.mingw-w64-i686-headers= build
.include "../../cross/mingw-w64-i686-headers/buildlink3.mk"