@vab @ptribble it's intentional, not a bug. It was removed because GNU strip often corrupts Solaris binaries, and many times when we build other FOSS we set /usr/gnu/bin first in the path (because they expect GNU grep,msgfmt, xgettext, etc. when building), and would then get bad binaries when they called strip and found GNU strip instead of Solaris strip.