Print this page
11528 Makefile.noget can get gone
11529 Use -Wno-maybe-initialized
*** 47,57 ****
ALL = cprboot
include ../../common/Makefile.com
include $(TOPDIR)/psm/Makefile.psm.64
CFLAGS64 += -xchip=ultra $(CCABS32)
! CERRWARN += -_gcc=-Wno-uninitialized
.KEEP_STATE:
STANDDIR = $(TOPDIR)/stand
CPPINCS += -I$(STANDDIR)
--- 47,57 ----
ALL = cprboot
include ../../common/Makefile.com
include $(TOPDIR)/psm/Makefile.psm.64
CFLAGS64 += -xchip=ultra $(CCABS32)
! CERRWARN += $(CNOWARN_UNINIT)
.KEEP_STATE:
STANDDIR = $(TOPDIR)/stand
CPPINCS += -I$(STANDDIR)