CVSROOT:        /cvs
Module name:    src
Changes by:     sema...@cvs.openbsd.org 2021/02/13 11:41:52

Modified files:
        distrib/alpha/miniroot: Makefile 
        distrib/sparc64/miniroot: Makefile 

Log message:
distrib: merge objcopy -Sg and strip commands

in the command "objcopy -Sg", the -g option (STRIP_DEBUG) overrides
the -S option (STRIP_ALL). so it is the same as "objcopy -g".

"strip" command without option is doing STRIP_ALL.

merge the both commands to "objcopy -S"

ok deraadt@ danj@

Reply via email to