Sun May 17 22:05:42 2020 UTC ()
cross/binutils-mips-current: remove unknown configure option


(rillig)
diff -r1.9 -r1.10 pkgsrc/cross/binutils-mips-current/Makefile

cvs diff -r1.9 -r1.10 pkgsrc/cross/binutils-mips-current/Makefile (expand / switch to unified diff)

--- pkgsrc/cross/binutils-mips-current/Makefile 2020/01/18 23:30:15 1.9
+++ pkgsrc/cross/binutils-mips-current/Makefile 2020/05/17 22:05:41 1.10
@@ -1,39 +1,38 @@ @@ -1,39 +1,38 @@
1# $NetBSD: Makefile,v 1.9 2020/01/18 23:30:15 rillig Exp $ 1# $NetBSD: Makefile,v 1.10 2020/05/17 22:05:41 rillig Exp $
2# 2#
3# GNU binutils snapshot, configured to target MIPS (NetBSD/playstation2) 3# GNU binutils snapshot, configured to target MIPS (NetBSD/playstation2)
4 4
5BINUTILS_VER= 2.25 5BINUTILS_VER= 2.25
6 6
7DISTNAME= binutils-${BINUTILS_VER} 7DISTNAME= binutils-${BINUTILS_VER}
8PKGNAME= binutils-mips-${BINUTILS_VER} 8PKGNAME= binutils-mips-${BINUTILS_VER}
9PKGREVISION= 1 9PKGREVISION= 1
10CATEGORIES= cross lang 10CATEGORIES= cross lang
11MASTER_SITES= ${MASTER_SITE_GNU:=binutils/} 11MASTER_SITES= ${MASTER_SITE_GNU:=binutils/}
12EXTRACT_SUFX= .tar.bz2 12EXTRACT_SUFX= .tar.bz2
13 13
14MAINTAINER= martin@NetBSD.org 14MAINTAINER= martin@NetBSD.org
15HOMEPAGE= https://www.gnu.org/ 15HOMEPAGE= https://www.gnu.org/
16COMMENT= binutils for NetBSD/playstation2 16COMMENT= binutils for NetBSD/playstation2
17PLATFORM= mipsel--netbsd 17PLATFORM= mipsel--netbsd
18LICENSE= gnu-gpl-v3 AND gnu-lgpl-v3 18LICENSE= gnu-gpl-v3 AND gnu-lgpl-v3
19 19
20BUILDLINK_TRANSFORM+= rm:-Werror 20BUILDLINK_TRANSFORM+= rm:-Werror
21 21
22USE_TOOLS+= gm4 pod2man yacc gmake 22USE_TOOLS+= gm4 pod2man yacc gmake
23USE_LIBTOOL= yes 23USE_LIBTOOL= yes
24 24
25GNU_CONFIGURE= yes 25GNU_CONFIGURE= yes
26CONFIGURE_ARGS+= --enable-64-bit-bfd 
27CONFIGURE_ARGS+= --target=${PLATFORM} 26CONFIGURE_ARGS+= --target=${PLATFORM}
28 27
29MAKE_ARGS+= CFLAGS="${CFLAGS}" 28MAKE_ARGS+= CFLAGS="${CFLAGS}"
30 29
31PLIST_SUBST+= LOCALBASE=${PREFIX} 30PLIST_SUBST+= LOCALBASE=${PREFIX}
32 31
33BINDIR= ${PREFIX}/bin 32BINDIR= ${PREFIX}/bin
34 33
35# Prevent the need to run texi2pod.pl and pod2man hence 34# Prevent the need to run texi2pod.pl and pod2man hence
36# the need for perl as build dependency. 35# the need for perl as build dependency.
37post-patch: 36post-patch:
38.for _file_ in ld/ldver.texi ld/ld.1 gas/doc/gasver.texi gas/doc/as.1 37.for _file_ in ld/ldver.texi ld/ld.1 gas/doc/gasver.texi gas/doc/as.1
39 if [ -f ${WRKSRC}/${_file_} ]; then \ 38 if [ -f ${WRKSRC}/${_file_} ]; then \