Fix misleading comments
This commit is contained in:
parent
71104210b2
commit
1a95962a45
@ -54,7 +54,8 @@ dostrip=1
|
|||||||
dostrip_static=0 # Atleast std. Irix strip seems to mangle archives if strip -f is used
|
dostrip_static=0 # Atleast std. Irix strip seems to mangle archives if strip -f is used
|
||||||
|
|
||||||
# Setup default args for strip. They match /usr/bin/strip in Irix 6.2
|
# Setup default args for strip. They match /usr/bin/strip in Irix 6.2
|
||||||
# -f is undocumented on 5.3 and renders DSOs unlinkable.
|
# For 5.3 you must have the new linker from patchSG0001068 otherwise
|
||||||
|
# -f is undocumented and renders DSOs unlinkable.
|
||||||
# Change these if you're using strip from GNU Binutils (*not* recommended)
|
# Change these if you're using strip from GNU Binutils (*not* recommended)
|
||||||
strip_elf_args="" # GNU default is -g
|
strip_elf_args="" # GNU default is -g
|
||||||
strip_shared_args="-f" # GNU default is -g
|
strip_shared_args="-f" # GNU default is -g
|
||||||
@ -105,7 +106,6 @@ ignore_deps=""
|
|||||||
# When matching dependencies with packages should we resolve
|
# When matching dependencies with packages should we resolve
|
||||||
# symlinks before looking in the showfilescache?
|
# symlinks before looking in the showfilescache?
|
||||||
# Requires readlink from GNU coreutils.
|
# Requires readlink from GNU coreutils.
|
||||||
# Should be 1 for Irix 5.3
|
|
||||||
deps_resolve_symlinks=0
|
deps_resolve_symlinks=0
|
||||||
|
|
||||||
# If not using gcc then please set this to 1½
|
# If not using gcc then please set this to 1½
|
||||||
|
Loading…
x
Reference in New Issue
Block a user