diff options
-rw-r--r-- | usr/src/uts/sun4u/bignum/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/src/uts/sun4u/bignum/Makefile b/usr/src/uts/sun4u/bignum/Makefile index 407a7bc3f0..cb324146ef 100644 --- a/usr/src/uts/sun4u/bignum/Makefile +++ b/usr/src/uts/sun4u/bignum/Makefile @@ -61,7 +61,7 @@ LDFLAGS += -dy -Nmisc/kcf # lint pass one enforcement # CFLAGS += $(CCVERBOSE) -I$(CRYPTODIR) -I$(COM1_DIR) -CFLAGS += -DUMUL64 -DUSE_FLOATING_POINT +CFLAGS += -DUMUL64 LINTFLAGS += -I$(CRYPTODIR) -I$(COM1_DIR) CERRWARN += -_gcc=-Wno-unused-function |