Path to this page:
Subject: CVS commit: pkgsrc/pkgtools/bootstrap-mk-files/files
From: Ryo ONODERA
Date: 2015-06-04 19:11:33
Message id: 20150604171133.7B19E98@cvs.netbsd.org
Log Message:
Ride previous version bump.
My previous commit is wrong.
From share/mk/bsd.README of NetBSD src/:
NOGCCERROR If defined, prevents passing certain ${CFLAGS} to GCC
that cause warnings to be fatal, such as:
-Werror -Wa,--fatal-warnings
(The latter being for as(1).)
In !defined(NOGCCERROR) case, -Werror should be passed to CFLAGS.
This change may break many packages.
Files: