From 1a95962a45f81a8071c1f65cb5d1c281eb3bfa66 Mon Sep 17 00:00:00 2001 From: "Tom G. Christensen" Date: Sun, 8 Jul 2012 12:22:46 +0200 Subject: [PATCH] Fix misleading comments --- buildpkg.packaging.irix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buildpkg.packaging.irix b/buildpkg.packaging.irix index 4f21b25..f6fe743 100644 --- a/buildpkg.packaging.irix +++ b/buildpkg.packaging.irix @@ -54,7 +54,8 @@ dostrip=1 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 -# -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) strip_elf_args="" # 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 # symlinks before looking in the showfilescache? # Requires readlink from GNU coreutils. -# Should be 1 for Irix 5.3 deps_resolve_symlinks=0 # If not using gcc then please set this to 1½