Changeset 1136 for trunk/src/gcc/ltmain.sh
- Timestamp:
- Feb 1, 2004, 7:01:34 AM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/gcc/ltmain.sh
-
Property cvs2svn:cvs-rev
changed from
1.2
to1.3
r1135 r1136 4397 4397 libdir='$install_libdir'" 4398 4398 if test "$installed" = no && test $need_relink = yes; then 4399 $echo >> $output "\ 4399 # os/2 relinking hack. 4400 case $host in 4401 *os2*) 4402 # do nothing, no relinking. 4403 ;; 4404 *) 4405 $echo >> $output "\ 4400 4406 relink_command=\"$relink_command\"" 4407 ;; 4408 esac 4401 4409 fi 4402 4410 done -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.