Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/cross cross/nios2: skip check for unknown configure sc...
details: https://anonhg.NetBSD.org/pkgsrc/rev/dfd706c59273
branches: trunk
changeset: 431653:dfd706c59273
user: rillig <rillig%pkgsrc.org@localhost>
date: Fri May 15 13:01:52 2020 +0000
description:
cross/nios2: skip check for unknown configure script and portability
diffstat:
cross/nios2-gcc/Makefile | 3 ++-
cross/nios2/Makefile.common | 3 ++-
2 files changed, 4 insertions(+), 2 deletions(-)
diffs (34 lines):
diff -r fa488fb59cab -r dfd706c59273 cross/nios2-gcc/Makefile
--- a/cross/nios2-gcc/Makefile Fri May 15 12:19:00 2020 +0000
+++ b/cross/nios2-gcc/Makefile Fri May 15 13:01:52 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2019/08/11 13:18:18 wiz Exp $
+# $NetBSD: Makefile,v 1.17 2020/05/15 13:01:52 rillig Exp $
.include "../../cross/nios2/Makefile.common"
PKGNAME= nios2-gcc-${PKG_VERSION}
PKG_VERSION= 4.7.3
@@ -18,6 +18,7 @@
# libcpp wants to directly grep in the output
OVERRIDE_DIRDEPTH.depcomp= -1
+CHECK_PORTABILITY_SKIP+= contrib/*
CONFIGURE_ARGS+= --enable-languages=c
#CONFIGURE_ARGS+= --disable-multilib
diff -r fa488fb59cab -r dfd706c59273 cross/nios2/Makefile.common
--- a/cross/nios2/Makefile.common Fri May 15 12:19:00 2020 +0000
+++ b/cross/nios2/Makefile.common Fri May 15 13:01:52 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.5 2016/06/19 16:20:28 wiz Exp $ -*- Makefile -*-
+# $NetBSD: Makefile.common,v 1.6 2020/05/15 13:01:52 rillig Exp $ -*- Makefile -*-
#
# used by cross/nios2-binutils/Makefile
# used by cross/nios2-gcc/Makefile
@@ -12,6 +12,7 @@
EXTRACT_SUFX= .tar.bz2
GNU_CONFIGURE= yes
+GNU_CONFIGURE_STRICT= no # has sub-configures
INFO_FILES= yes
NIOS2_TARGET?= nios2-elf
Home |
Main Index |
Thread Index |
Old Index