Print this page
5196 The cw wrapper restricts gcc to -O2
*** 17,26 ****
--- 17,27 ----
# information: Portions Copyright [yyyy] [name of copyright owner]
#
# CDDL HEADER END
#
#
+ # Copyright 2014 Gary Mills
# Copyright (c) 2009, 2010, Oracle and/or its affiliates. All rights reserved.
#
#
# Path to the base of the uts directory tree (usually /usr/src/uts).
*** 53,63 ****
#
# Overrides
#
LINTTAGS += -DSOLARIS_S11 -erroff=E_STATIC_UNUSED
! #COPTIMIZE = -xO4
INC_PATH += -I$(UTSBASE)/common/io/myri10ge -I$(UTSBASE)/common/io/myri10ge/firmware
CFLAGS += -DSOLARIS_S11
--- 54,64 ----
#
# Overrides
#
LINTTAGS += -DSOLARIS_S11 -erroff=E_STATIC_UNUSED
! #COPTIMIZE = -_cc=-xO4 -_gcc=-O2
INC_PATH += -I$(UTSBASE)/common/io/myri10ge -I$(UTSBASE)/common/io/myri10ge/firmware
CFLAGS += -DSOLARIS_S11