cgcc: Sparse accepts -Wundef, not -Wundefined-preprocessor
commit4c658b6270d4ba1ab5f574801d06ee58505690e9
authorJosh Triplett <josh@freedesktop.org>
Fri, 31 Aug 2007 21:36:16 +0000 (31 14:36 -0700)
committerJosh Triplett <josh@freedesktop.org>
Fri, 31 Aug 2007 21:40:41 +0000 (31 14:40 -0700)
treee71e5aa50082e77f25ded87cf3a15f81e1c0786c
parent78bb259f64e5c2deafe520af3349314ec4aa84e9
cgcc: Sparse accepts -Wundef, not -Wundefined-preprocessor

cgcc's regex of Sparse warning options listed -Wundefined-preprocessor,
which doesn't exist; change it to -Wundef.

Signed-off-by: Josh Triplett <josh@freedesktop.org>
cgcc