summaryrefslogtreecommitdiff
path: root/Configure
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2002-09-06 00:46:20 +0300
committerhv <hv@crypt.org>2002-09-08 15:06:05 +0000
commitc1aca01288ece548bdc7b723da770ebba6e0f698 (patch)
treeece60eba0e410b25e9c2eefbfd7e829e8c4f18f5 /Configure
parent4d36a948d441eba21c37ec6739bbfa44cf858f85 (diff)
downloadperl-c1aca01288ece548bdc7b723da770ebba6e0f698.tar.gz
OS/400 PASE symbol scan tweak
Message-Id: <200209051846.g85IkKOk013697@kosh.hut.fi> p4raw-id: //depot/perl@17866
Diffstat (limited to 'Configure')
-rwxr-xr-xConfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/Configure b/Configure
index d57d749cee..00fcdd596e 100755
--- a/Configure
+++ b/Configure
@@ -5769,7 +5769,7 @@ case "$PASE" in
define)
echo " "
echo "Since you are compiling for PASE, extracting more symbols from libc.a...">&4
- nm -Tv /lib/libc.a | grep '^\.[a-z]' | awk '$2 == "T" {print $1}' | sed 's/^.//' >> libc.list
+ dump -Tv /lib/libc.a | awk '$7 == "/unix" {print $5 " " $8}' | grep "^SV" | awk '{print $2}' >> libc.list
;;
*) if $test -f /lib/syscalls.exp; then
echo " "