Print this page
6247 debug build failed on sparc after #4185
*** 19,28 ****
--- 19,29 ----
# CDDL HEADER END
#
#
# Copyright (c) 2006, 2010, Oracle and/or its affiliates. All rights reserved.
# Copyright 2013 Saso Kiselkov. All rights reserved.
+ # Copyright 2015 Gary Mills
#
LIBRARY = libmd.a
VERS = .1
*** 35,44 ****
--- 36,48 ----
# Symbol capabilities objects are added for sun4u and sun4v.
EXTPICS = ../capabilities/sun4u/sparc/pics/symcap.o \
../capabilities/sun4v/sparc/pics/symcap.o
+ # Suppress error for edonr.c __asm__ code
+ pics/edonr.o := CERRWARN += -_gcc=-Wno-uninitialized
+
.KEEP_STATE:
all: $(LIBS)
install: all $(ROOTLIBS) $(ROOTLINKS) $(ROOTLINT)