Ignore:
Timestamp:
Feb 1, 2004, 7:01:34 AM (22 years ago)
Author:
bird
Message:

No freaking relinking on OS/2 please (it never works and shouldn't be needed!).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/binutils/ltmain.sh

    • Property cvs2svn:cvs-rev changed from 1.1.1.2 to 1.2
    r1135 r1136  
    647647          exit $status
    648648        fi
    649       fi 
     649      fi
    650650
    651651      if test -z "$output_obj"; then
     
    43974397libdir='$install_libdir'"
    43984398          if test "$installed" = no && test $need_relink = yes; then
     4399            # os/2 relinking hack.
     4400            case $host in
     4401              *os2*)
     4402                # do nothing, no relinking.
     4403                ;;
     4404              *)
    43994405            $echo >> $output "\
    44004406relink_command=\"$relink_command\""
     4407                ;;
     4408            esac
    44014409          fi
    44024410        done
Note: See TracChangeset for help on using the changeset viewer.