Add -g (gnu) so lint recognizes __attribute__

This commit is contained in:
christos 2014-04-18 00:37:46 +00:00
parent 687432e7a3
commit 4730dabc79
2 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: bsd.README,v 1.329 2014/03/25 09:52:55 ozaki-r Exp $
# $NetBSD: bsd.README,v 1.330 2014/04/18 00:37:46 christos Exp $
# @(#)bsd.README 8.2 (Berkeley) 4/2/94
This is the README file for the make "include" files for the NetBSD
@ -1889,7 +1889,7 @@ LDFLAGS Options to ${CC} during the link process. []
LINT C program verifier. [lint]
LINTFLAGS Options to ${LINT}. [-chapbxzFS]
LINTFLAGS Options to ${LINT}. [-chapbxzgFS]
LORDER List dependencies for object files. [lorder]

View File

@ -1,4 +1,4 @@
# $NetBSD: sys.mk,v 1.123 2014/04/03 18:27:37 riastradh Exp $
# $NetBSD: sys.mk,v 1.124 2014/04/18 00:37:46 christos Exp $
# @(#)sys.mk 8.2 (Berkeley) 3/21/94
#
# This file contains the basic rules for make(1) and is read first
@ -91,7 +91,7 @@ LFLAGS?=
LEX.l?= ${LEX} ${LFLAGS}
LINT?= lint
LINTFLAGS?= -chapbxzFS
LINTFLAGS?= -chapbxzgFS
LORDER?= lorder