Print this page
11528 Makefile.noget can get gone
11529 Use -Wno-maybe-initialized


  31 MODASMSRCS = unix_sup.s
  32 
  33 include ../../../../../Makefile.cmd
  34 include ../../../../../Makefile.cmd.64
  35 include ../../../../intel/Makefile.amd64
  36 include ../../../Makefile.i86xpv
  37 include ../../../../Makefile.module
  38 
  39 MODSRCS_DIR = ../../../../i86pc/modules/unix/
  40 
  41 CPPFLAGS += -DMP -D_MACHDEP -D__xpv
  42 CPPFLAGS += -I../../../../common
  43 CPPFLAGS += -I$(SRC)/uts/common
  44 CPPFLAGS += -I$(SRC)/uts/i86xpv
  45 CPPFLAGS += -I$(SRC)/uts/i86pc
  46 CPPFLAGS += -I$(SRC)/uts/intel
  47 
  48 CERRWARN += -_gcc=-Wno-char-subscripts
  49 CERRWARN += -_gcc=-Wno-parentheses
  50 CERRWARN += -_gcc=-Wno-unused-label
  51 CERRWARN += -_gcc=-Wno-uninitialized
  52 
  53 CERRWARN += -_gcc=-Wno-unused-function


  31 MODASMSRCS = unix_sup.s
  32 
  33 include ../../../../../Makefile.cmd
  34 include ../../../../../Makefile.cmd.64
  35 include ../../../../intel/Makefile.amd64
  36 include ../../../Makefile.i86xpv
  37 include ../../../../Makefile.module
  38 
  39 MODSRCS_DIR = ../../../../i86pc/modules/unix/
  40 
  41 CPPFLAGS += -DMP -D_MACHDEP -D__xpv
  42 CPPFLAGS += -I../../../../common
  43 CPPFLAGS += -I$(SRC)/uts/common
  44 CPPFLAGS += -I$(SRC)/uts/i86xpv
  45 CPPFLAGS += -I$(SRC)/uts/i86pc
  46 CPPFLAGS += -I$(SRC)/uts/intel
  47 
  48 CERRWARN += -_gcc=-Wno-char-subscripts
  49 CERRWARN += -_gcc=-Wno-parentheses
  50 CERRWARN += -_gcc=-Wno-unused-label
  51 CERRWARN += $(CNOWARN_UNINIT)
  52 
  53 CERRWARN += -_gcc=-Wno-unused-function