X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=ltcf-gcj.sh;h=d33278a59693ff706bc24383487ca2b79ed6bbc8;hb=aabb843608f81bcb93a8ff8b1c9b7eb1fdd2dc3a;hp=7be87123642ab4878c9527a4ab83a6839d130b19;hpb=4a02fdb219a5332fedb5bff8802810cbd0171008;p=deliverable%2Fbinutils-gdb.git diff --git a/ltcf-gcj.sh b/ltcf-gcj.sh index 7be8712364..d33278a596 100644 --- a/ltcf-gcj.sh +++ b/ltcf-gcj.sh @@ -111,7 +111,7 @@ EOF extract_expsyms_cmds='test -f $output_objdir/impgen.c || \ sed -e "/^# \/\* impgen\.c starts here \*\//,/^# \/\* impgen.c ends here \*\// { s/^# //; p; }" -e d < $0 > $output_objdir/impgen.c~ test -f $output_objdir/impgen.exe || (cd $output_objdir && \ - if test "x$HOST_CC" != "x" ; then $HOST_CC -o impgen impgen.c ; \ + if test "x$BUILD_CC" != "x" ; then $BUILD_CC -o impgen impgen.c ; \ else $CC -o impgen impgen.c ; fi)~ $output_objdir/impgen $dir/$soroot > $output_objdir/$soname-def'