Ignore:
Timestamp:
Apr 28, 2004, 6:58:06 AM (21 years ago)
Author:
bird
Message:

#1040: Joined the GCC 3.3.3 with the trunk.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/gcc/ltcf-gcj.sh

    • Property cvs2svn:cvs-rev changed from 1.2 to 1.3
    r1393 r1394  
    112112      sed -e "/^# \/\* impgen\.c starts here \*\//,/^# \/\* impgen.c ends here \*\// { s/^# //; p; }" -e d < $0 > $output_objdir/impgen.c~
    113113      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 ; \
    115115      else $CC -o impgen impgen.c ; fi)~
    116116      $output_objdir/impgen $dir/$soroot > $output_objdir/$soname-def'
Note: See TracChangeset for help on using the changeset viewer.