Add -g (gnu) so lint recognizes __attribute__
This commit is contained in:
parent
687432e7a3
commit
4730dabc79
@ -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]
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user