diff options
author | Mark J. Nelson <Mark.J.Nelson@Sun.COM> | 2010-03-09 14:15:20 -0700 |
---|---|---|
committer | Mark J. Nelson <Mark.J.Nelson@Sun.COM> | 2010-03-09 14:15:20 -0700 |
commit | e47012d1925f46ba3ba641bef25c0cf3af74d020 (patch) | |
tree | bc63648ca14bb441e3781b89ff40885905138202 /usr/src/tools/findunref | |
parent | ab003da878e3fe36b164e1856f9e15a78384c9eb (diff) | |
download | illumos-gate-e47012d1925f46ba3ba641bef25c0cf3af74d020.tar.gz |
6903324 sharemgr should either use isaexec or not build 64-bit commands (fix unref)
Diffstat (limited to 'usr/src/tools/findunref')
-rw-r--r-- | usr/src/tools/findunref/exception_list.open | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/usr/src/tools/findunref/exception_list.open b/usr/src/tools/findunref/exception_list.open index 7ec3423785..7a8686af07 100644 --- a/usr/src/tools/findunref/exception_list.open +++ b/usr/src/tools/findunref/exception_list.open @@ -20,7 +20,7 @@ # # -# Copyright 2009 Sun Microsystems, Inc. All rights reserved. +# Copyright 2010 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # @@ -250,3 +250,10 @@ # and sparc prototype files # ./usr/src/cmd/fps/fptest/singdoub* + +# +# The sharemgr command is built 32-bit only by default, but support +# for building 64-bit is latent in the Makefiles. +# +./usr/src/cmd/dfs.cmds/sharemgr/amd64/Makefile +./usr/src/cmd/dfs.cmds/sharemgr/sparcv9/Makefile |