Changeset 1394 for trunk/src/gcc/ltcf-gcj.sh
- Timestamp:
- Apr 28, 2004, 6:58:06 AM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/gcc/ltcf-gcj.sh
-
Property cvs2svn:cvs-rev
changed from
1.2
to1.3
r1393 r1394 112 112 sed -e "/^# \/\* impgen\.c starts here \*\//,/^# \/\* impgen.c ends here \*\// { s/^# //; p; }" -e d < $0 > $output_objdir/impgen.c~ 113 113 test -f $output_objdir/impgen.exe || (cd $output_objdir && \ 114 if test "x$ BUILD_CC" != "x" ; then $BUILD_CC -o impgen impgen.c ; \114 if test "x$HOST_CC" != "x" ; then $HOST_CC -o impgen impgen.c ; \ 115 115 else $CC -o impgen impgen.c ; fi)~ 116 116 $output_objdir/impgen $dir/$soroot > $output_objdir/$soname-def' -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.