From 39ccdeabfc47261fd7d4b6922b99aeb4d006f68c Mon Sep 17 00:00:00 2001 From: "Tom G. Christensen" Date: Sun, 31 May 2009 14:23:55 +0000 Subject: [PATCH] Small comment update. --- buildpkg.packaging.irix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/buildpkg.packaging.irix b/buildpkg.packaging.irix index 057a81d..3b319c4 100644 --- a/buildpkg.packaging.irix +++ b/buildpkg.packaging.irix @@ -54,9 +54,10 @@ 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 -# Change these if you're using strip from GNU Binutils (recommended) +# -f is undocumented on 5.3 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 --strip-unneeded +strip_shared_args="-f" # GNU default is -g strip_static_args="-f" # GNU default is -g # Other