pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/cross/avr-gcc
Module Name: pkgsrc
Committed By: rillig
Date: Sun May 3 12:55:04 UTC 2020
Modified Files:
pkgsrc/cross/avr-gcc: Makefile
Log Message:
cross/avr-gcc: skip portability check, allow unknown configure options
To generate a diff of this commit:
cvs rdiff -u -r1.43 -r1.44 pkgsrc/cross/avr-gcc/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/cross/avr-gcc/Makefile
diff -u pkgsrc/cross/avr-gcc/Makefile:1.43 pkgsrc/cross/avr-gcc/Makefile:1.44
--- pkgsrc/cross/avr-gcc/Makefile:1.43 Sun Aug 11 13:18:16 2019
+++ pkgsrc/cross/avr-gcc/Makefile Sun May 3 12:55:04 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.43 2019/08/11 13:18:16 wiz Exp $
+# $NetBSD: Makefile,v 1.44 2020/05/03 12:55:04 rillig Exp $
DISTNAME= gcc-4.8.3
PKGNAME= ${DISTNAME:C/^/avr-/}
@@ -13,15 +13,16 @@ LICENSE= gnu-gpl-v2 AND gnu-gpl-v3 AND
DEPENDS+= avr-binutils-[0-9]*:../../cross/avr-binutils
-.include "../../mk/bsd.prefs.mk"
-
GNU_CONFIGURE= yes
+GNU_CONFIGURE_STRICT= no # has sub-configures
USE_LANGUAGES= c c++03
USE_TOOLS+= bison gmake lex perl tar msgfmt autoconf pod2man
USE_PKGLOCALEDIR= yes
USE_GNU_CONFIGURE_HOST= no
+CHECK_PORTABILITY_SKIP+= contrib/*
+
CONFIGURE_ARGS+= --target=avr
CONFIGURE_ARGS+= --enable-languages='c c++'
CONFIGURE_ARGS+= --disable-nls --disable-lto
Home |
Main Index |
Thread Index |
Old Index