diff options
author | Peter Tribble <peter.tribble@gmail.com> | 2019-01-24 21:58:38 +0000 |
---|---|---|
committer | Hans Rosenfeld <hans.rosenfeld@joyent.com> | 2019-01-31 23:04:30 +0100 |
commit | 1c16f352c4ff31d252682640cf57c70463dd005f (patch) | |
tree | b78befc8cc71cd4951e3fd0ce24518a069643169 | |
parent | 3ad945325009cea0c39efe3d207e0522c4eb2153 (diff) | |
download | illumos-joyent-1c16f352c4ff31d252682640cf57c70463dd005f.tar.gz |
7173 sparc: __floatundidf undefined for sparcv9
Reviewed by: Andy Fiddaman <af@citrus-it.net>
Reviewed by: Andy Stormont <astormont@racktopsystems.com>
Reviewed by: Igor Kozhukhov <igor@dilos.org>
Approved by: Hans Rosenfeld <hans.rosenfeld@joyent.com>
-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 |