configure: Disable direct stripping on sunos.
Sunos strip doesn't know -o. Reported-by: Michael Kostylev
This commit is contained in:
1
configure
vendored
1
configure
vendored
@@ -5143,6 +5143,7 @@ case $target_os in
|
|||||||
echo "hwcap_1 = OVERRIDE;" > mapfile &&
|
echo "hwcap_1 = OVERRIDE;" > mapfile &&
|
||||||
add_ldflags -Wl,-M,mapfile
|
add_ldflags -Wl,-M,mapfile
|
||||||
nm_default='nm -P -g'
|
nm_default='nm -P -g'
|
||||||
|
striptype=""
|
||||||
version_script='-M'
|
version_script='-M'
|
||||||
VERSION_SCRIPT_POSTPROCESS_CMD='perl $(SRC_PATH)/compat/solaris/make_sunver.pl - $(OBJS)'
|
VERSION_SCRIPT_POSTPROCESS_CMD='perl $(SRC_PATH)/compat/solaris/make_sunver.pl - $(OBJS)'
|
||||||
;;
|
;;
|
||||||
|
Reference in New Issue
Block a user