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