distrib: merge objcopy -Sg and strip commands
authorsemarie <semarie@openbsd.org>
Sat, 13 Feb 2021 18:41:52 +0000 (18:41 +0000)
committersemarie <semarie@openbsd.org>
Sat, 13 Feb 2021 18:41:52 +0000 (18:41 +0000)
commite962cb65b4b6cf691b48b8204605e7e4e57a0f34
tree45ea5c14a2f7dff57d67d1f98263c3d224f24fa3
parente8b1116bf92fe7a815aa14a808dd507566b2001b
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@
distrib/alpha/miniroot/Makefile
distrib/sparc64/miniroot/Makefile