summaryrefslogtreecommitdiff
path: root/cross/gcc-mips-current
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2019-06-08 10:53:26 +0000
committerrillig <rillig@pkgsrc.org>2019-06-08 10:53:26 +0000
commit95ce3f227afadd1efad90c5547c0e1a45fe2206e (patch)
tree957dcef3c562fafb49e0c5f10a93918fcd883bac /cross/gcc-mips-current
parentda7926cedfcd3a80a37f3a5db3b7ef9601211bcb (diff)
downloadpkgsrc-95ce3f227afadd1efad90c5547c0e1a45fe2206e.tar.gz
cross/*: let pkglint autofix indentation and variable alignment
pkglint -Wall -F -r cross xtensa-esp32-elf-gcc has been manually edited afterwards because when realigning variable assignments, pkglint only allows one long outlier line. This package has two long SITES.* lines, therefore pkglint wanted to indent the variable values much further to the right. This needs to be fixed in pkglint.
Diffstat (limited to 'cross/gcc-mips-current')
-rw-r--r--cross/gcc-mips-current/Makefile15
1 files changed, 8 insertions, 7 deletions
diff --git a/cross/gcc-mips-current/Makefile b/cross/gcc-mips-current/Makefile
index b29782409b4..8260b0c275c 100644
--- a/cross/gcc-mips-current/Makefile
+++ b/cross/gcc-mips-current/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.14 2018/12/09 21:05:32 adam Exp $
+# $NetBSD: Makefile,v 1.15 2019/06/08 10:53:28 rillig Exp $
-GCC_DIST_VERSION=4.9.2
-GCC_PKGNAME= gcc-mips-${GCC_DIST_VERSION}
+GCC_DIST_VERSION= 4.9.2
+GCC_PKGNAME= gcc-mips-${GCC_DIST_VERSION}
DISTNAME= gcc-${GCC_DIST_VERSION}
PKGNAME= ${GCC_PKGNAME}
@@ -64,7 +64,7 @@ CONFIGURE_ARGS+= --with-${prg}=${PREFIX}/bin/${TARGET}-${prg}
CONFIGURE_ARGS+= --disable-nls
CONFIGURE_ARGS+= --disable-libquadmath
-CONFIGURE_ARGS+= --disable-libquadmath-support
+CONFIGURE_ARGS+= --disable-libquadmath-support
CONFIGURE_ARGS+= --disable-libssp
CONFIGURE_ARGS+= --disable-libgomp
CONFIGURE_ARGS+= --disable-libstdc++-v3
@@ -73,10 +73,11 @@ CONFIGURE_ARGS+= --disable-libgcc
CONFIGURE_ARGS+= --enable-languages=${LANGS:Q}
CONFIGURE_ARGS+= --enable-shared
CONFIGURE_ARGS+= --enable-long-long
-CONFIGURE_ARGS+= --with-local-prefix=${PREFIX:Q}
+CONFIGURE_ARGS+= --with-local-prefix=${PREFIX}
CONFIGURE_ARGS+= --enable-threads=posix
-CONFIGURE_ARGS+= --with-boot-ldflags=${BOOT_LDFLAGS:Q}
-MAKE_ENV.NetBSD+= ac_cv_func_clock_gettime=yes
+CONFIGURE_ARGS+= --with-boot-ldflags=${BOOT_LDFLAGS:M*:Q}
+
+MAKE_ENV.NetBSD+= ac_cv_func_clock_gettime=yes
CONFIGURE_ARGS.DragonFly+= --disable-bootstrap
TARGET= mipsel--netbsd