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, 0 insertions, 6 deletions
diff --git a/sys-devel/native-cctools/files/aix-2/nm b/sys-devel/native-cctools/files/aix-2/nm
deleted file mode 100644
index 5ba1d650d23a..000000000000
--- a/sys-devel/native-cctools/files/aix-2/nm
+++ /dev/null
@@ -1,6 +0,0 @@
-#! /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+"$@"}