diff options
author | Dan OpenSolaris Anderson <opensolaris@drydog.com> | 2009-03-19 14:21:50 -0700 |
---|---|---|
committer | Dan OpenSolaris Anderson <opensolaris@drydog.com> | 2009-03-19 14:21:50 -0700 |
commit | 92a8e44d7a50507b89a65e1e3226edb5b90fd363 (patch) | |
tree | 94ef75ed15e93a449877cac5164a245907c8d31e /usr/src/uts/intel/arcfour | |
parent | dbe999ca5624fea48451aa91477220a40bebf3a1 (diff) | |
download | illumos-joyent-92a8e44d7a50507b89a65e1e3226edb5b90fd363.tar.gz |
6812615 64-bit RC4 has poor performance on Intel Nehalem
Diffstat (limited to 'usr/src/uts/intel/arcfour')
-rw-r--r-- | usr/src/uts/intel/arcfour/Makefile | 14 |
1 files changed, 3 insertions, 11 deletions
diff --git a/usr/src/uts/intel/arcfour/Makefile b/usr/src/uts/intel/arcfour/Makefile index b8ab3a70dc..8411182355 100644 --- a/usr/src/uts/intel/arcfour/Makefile +++ b/usr/src/uts/intel/arcfour/Makefile @@ -19,14 +19,12 @@ # CDDL HEADER END # # -# Copyright 2008 Sun Microsystems, Inc. All rights reserved. +# Copyright 2009 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # -# ident "%Z%%M% %I% %E% SMI" -# # This makefile drives the production of the ARCFOUR KEF provider. # -# intel implementation architecture dependent +# Intel implementation architecture dependent # # @@ -65,16 +63,10 @@ INSTALL_TARGET = $(BINARY) $(ROOTMODULE) # Overrides # CPPFLAGS += -I$(COM_DIR) +CFLAGS += -xO4 -xcrossfile CLEANFILES += arcfour-x86_64.s # -# For now, disable these lint checks; maintainers should endeavor -# to investigate and remove these for maximum lint coverage. -# Please do not carry these forward to new Makefiles. -# -LINTTAGS += -erroff=E_PTRDIFF_OVERFLOW - -# # Default build targets. # .KEEP_STATE: |