mbox series

[v2,0/2] sparc: pass endianness info to sparse

Message ID 20171109061652.14948-1-luc.vanoostenryck@gmail.com
Headers show
Series sparc: pass endianness info to sparse | expand

Message

Luc Van Oostenryck Nov. 9, 2017, 6:16 a.m. UTC
The goal of these two patches is to ass endianness and machine
size info to sparse so that sparse can emit correct diagnostics
even when the endianness or machine size doesn't correspond to
sparse's defaults.

Change since v1:
- move sparse options common to sparc32 & sparc64 at the 
  same place.

Luc Van Oostenryck (2):
  sparc: use a common CHECKFLAGS entry for common flags
  sparc: pass endianness info to sparse

 arch/sparc/Makefile | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)