Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/cross/powerpc-none-elf-gcc cross/powerpc-none-elf-gcc:...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/530c89085d94
branches:  trunk
changeset: 431139:530c89085d94
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Sat May 09 17:54:54 2020 +0000

description:
cross/powerpc-none-elf-gcc: fix build in strict environment

diffstat:

 cross/powerpc-none-elf-gcc/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r bcd7aa02df1b -r 530c89085d94 cross/powerpc-none-elf-gcc/Makefile
--- a/cross/powerpc-none-elf-gcc/Makefile       Sat May 09 17:53:53 2020 +0000
+++ b/cross/powerpc-none-elf-gcc/Makefile       Sat May 09 17:54:54 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2020/03/30 16:29:54 riastradh Exp $
+# $NetBSD: Makefile,v 1.2 2020/05/09 17:54:54 rillig Exp $
 
 DISTNAME=              gcc-8.3.0
 PKGNAME=               cross-powerpc-none-elf-${DISTNAME}
@@ -35,6 +35,8 @@
 USE_TOOLS+=            bash gmake gsed makeinfo perl
 
 GNU_CONFIGURE=         yes
+GNU_CONFIGURE_STRICT=  no # has sub-configures
+CHECK_PORTABILITY_SKIP+= contrib/* # not needed for building
 
 GNU_CONFIGURE_PREFIX=  ${POWERPCELF_PREFIX}
 



Home | Main Index | Thread Index | Old Index