diff options
author | rillig <rillig@pkgsrc.org> | 2020-05-09 17:51:32 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2020-05-09 17:51:32 +0000 |
commit | 75dbdba3723b1cc0478ef82ed820413558f048fc (patch) | |
tree | 648d82bf067f40b8f4b03c5da57cc7ef380aaa1a /cross | |
parent | 9e61cc1094f4e2727746473c96dd1a956e80dc66 (diff) | |
download | pkgsrc-75dbdba3723b1cc0478ef82ed820413558f048fc.tar.gz |
cross/or1k-none-elf-gcc: fix build in strict environment
Diffstat (limited to 'cross')
-rw-r--r-- | cross/or1k-none-elf-gcc/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/cross/or1k-none-elf-gcc/Makefile b/cross/or1k-none-elf-gcc/Makefile index 1657e27bc08..9fc57ab8a05 100644 --- a/cross/or1k-none-elf-gcc/Makefile +++ b/cross/or1k-none-elf-gcc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2019/10/04 15:46:24 maya Exp $ +# $NetBSD: Makefile,v 1.4 2020/05/09 17:51:32 rillig Exp $ DISTNAME= gcc-9.1.0 PKGNAME= cross-or1k-none-elf-${DISTNAME} @@ -36,6 +36,8 @@ CONFIG_SHELL= ${TOOLS_PATH.bash} WRAPPER_SHELL= ${TOOLS_PATH.bash} USE_TOOLS+= bash gmake makeinfo perl GNU_CONFIGURE= yes +GNU_CONFIGURE_STRICT= no # has sub-configures +CHECK_PORTABILITY_SKIP+= contrib/* # not needed for building GNU_CONFIGURE_PREFIX= ${OR1KELF_PREFIX} |