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 2009 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
#
# This makefile drives the production of the ARCFOUR KEF provider.
#
*** 60,71 ****
INSTALL_TARGET = $(BINARY) $(ROOTMODULE)
#
# Overrides
#
CPPFLAGS += -I$(COM_DIR)
! CFLAGS += -xO4 -xcrossfile
CLEANFILES += arcfour-x86_64.s
#
# Default build targets.
#
--- 61,74 ----
INSTALL_TARGET = $(BINARY) $(ROOTMODULE)
#
# Overrides
#
+ COPTFLAG = $(ADJUST_OPT2) -_cc=-xO4 -_gcc=-O2
+ COPTFLAG64 = $(ADJUST_OPT2) -_cc=-xO4 -_gcc=-O2
CPPFLAGS += -I$(COM_DIR)
! CFLAGS += -xcrossfile
CLEANFILES += arcfour-x86_64.s
#
# Default build targets.
#