Changeset 1103 for trunk/src/gcc/ltmain.sh
- Timestamp:
- Jan 29, 2004, 7:37:01 PM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/gcc/ltmain.sh
-
Property cvs2svn:cvs-rev
changed from
1.1
to1.2
r1102 r1103 647 647 exit $status 648 648 fi 649 fi 649 fi 650 650 651 651 if test -z "$output_obj"; then … … 4248 4248 concat_cmds= 4249 4249 save_oldobjs=$oldobjs 4250 # GNU ar 2.10+ was changed to match POSIX; thus no paths are4251 # encoded into archives. This makes 'ar r' malfunction in4252 # this piecewise linking case whenever conflicting object4253 # names appear in distinct ar calls; check, warn and compensate.4254 if (for obj in $save_oldobjs4255 do4256 $echo "X$obj" | $Xsed -e 's%^.*/%%'4257 done | sort | sort -uc >/dev/null 2>&1); then4258 :4259 else4260 $echo "$modename: warning: object name conflicts; overriding AR_FLAGS to 'cq'" 1>&24261 $echo "$modename: warning: to ensure that POSIX-compatible ar will work" 1>&24262 AR_FLAGS=cq4263 fi4264 4250 for obj in $save_oldobjs 4265 4251 do -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.