summaryrefslogtreecommitdiff
path: root/sys-devel/native-cctools/files/aix-2/nm
diff options
context:
space:
mode:
Diffstat (limited to 'sys-devel/native-cctools/files/aix-2/nm')
-rw-r--r--sys-devel/native-cctools/files/aix-2/nm6
1 files changed, 6 insertions, 0 deletions
diff --git a/sys-devel/native-cctools/files/aix-2/nm b/sys-devel/native-cctools/files/aix-2/nm
new file mode 100644
index 000000000000..5ba1d650d23a
--- /dev/null
+++ b/sys-devel/native-cctools/files/aix-2/nm
@@ -0,0 +1,6 @@
+#! /bin/sh
+
+# /usr/bin/sort (used by nm) cannot work with TMPDIR longer than 85 characters.
+test ${#TMPDIR} -le 85 || TMPDIR=/tmp export TMPDIR
+
+exec /usr/ccs/bin/nm ${1+"$@"}