Ignore:
Timestamp:
Apr 29, 2007, 3:34:20 PM (18 years ago)
Author:
bird
Message:

Build a.out and link omf. Drop -Zexe.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/essentials/dev-lang/perl/Configure

    r3190 r3220  
    71327132        elif $test -f /lib64/rld; then
    71337133                nm_opt='-p'     # 64-bit Irix
     7134        elif $test "X$osname" = "os2"; then
     7135                nm_opt='-pa'    # OS/2 - must include the aliases
    71347136        else
    71357137                nm_opt=''
     
    72977299echo " "
    72987300$echo $n "This may take a while...$c" >&4
     7301$echo $n "(dbg: running $nm $nm_opt on $*)" >&4
    72997302
    73007303for file in $*; do
     
    73117314xxx='[ADTSIW]'
    73127315if com="$sed -n -e 's/__IO//' -e 's/^.* $xxx  *//p'";\
     7316        eval $xscan;\
     7317        $contains '^fprintf$' libc.list >/dev/null 2>&1; then
     7318                eval $xrun
     7319elif test "X$osname" = "Xos2" && com="$sed -n -e 's/^.* [ADTSIWe]  *_//p' -e 's/^_std_//' -e 's/^.* [ADTSIWe]  *//p'";\
    73137320        eval $xscan;\
    73147321        $contains '^fprintf$' libc.list >/dev/null 2>&1; then
     
    73867393                        echo "Ok." >&4
    73877394                elif test "X$osname" = "Xos2" && $ar tv $libc > libc.tmp; then
     7395                        if test "$ar" = "ar"; then
     7396                                $echo $n "ar doesn't do the trick, sorry. giving up." >&4
     7397                        fi
    73887398                        # Repeat libc to extract forwarders to DLL entries too
    73897399                        for thisname in $libnames $libc; do
Note: See TracChangeset for help on using the changeset viewer.