diff options
| author | Nick Todd <Nick.Todd@Sun.COM> | 2008-09-25 00:47:48 +0100 |
|---|---|---|
| committer | Nick Todd <Nick.Todd@Sun.COM> | 2008-09-25 00:47:48 +0100 |
| commit | 0bb073995ac5a95bd35f2dd790df1ea3d8c2d507 (patch) | |
| tree | 4cdc4878e32f05a6cd7f442e3ca95b793ed823fc /usr/src/lib/sasl_plugins | |
| parent | db31b05781045982dfb934e7f43742700da320ae (diff) | |
| download | illumos-joyent-0bb073995ac5a95bd35f2dd790df1ea3d8c2d507.tar.gz | |
6659940 ON makefiles use wrong options for Sun Studio 12 compiler and lint.
6751897 usr/src/tools/cw.c needs to be updated for Sun Studio 12 switchover.
Diffstat (limited to 'usr/src/lib/sasl_plugins')
| -rw-r--r-- | usr/src/lib/sasl_plugins/Makefile.com | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/usr/src/lib/sasl_plugins/Makefile.com b/usr/src/lib/sasl_plugins/Makefile.com index 4311d88ccb..231d20fdca 100644 --- a/usr/src/lib/sasl_plugins/Makefile.com +++ b/usr/src/lib/sasl_plugins/Makefile.com @@ -19,11 +19,9 @@ # CDDL HEADER END # # -# Copyright 2006 Sun Microsystems, Inc. All rights reserved. +# Copyright 2008 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # -# ident "%Z%%M% %I% %E% SMI" -# COMMONOBJS= plugin_common.o OBJECTS= $(PLUG_OBJS) $(COMMONOBJS) @@ -43,7 +41,7 @@ ROOTLIBDIR= $(ROOT)/usr/lib/sasl ROOTLIBDIR64= $(ROOT)/usr/lib/sasl/$(MACH64) LINTFLAGS= $(ENC_FLAGS) -LINTFLAGS64= -Xarch=$(MACH64:sparcv9=v9) $(ENC_FLAGS) +LINTFLAGS64= -m64 $(ENC_FLAGS) CFLAGS += $(CCVERBOSE) $(XSTRCONST) $(ENC_FLAGS) CFLAGS64 += $(XSTRCONST) $(ENC_FLAGS) |
