Ignore:
Timestamp:
Jan 29, 2004, 7:37:01 PM (22 years ago)
Author:
bird
Message:

Synced with binutils.

File:
1 edited

Legend:

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

    • Property cvs2svn:cvs-rev changed from 1.1 to 1.2
    r1102 r1103  
    33# ltcf-gcj.sh - Create a GCJ compiler specific configuration
    44#
    5 # Copyright (C) 1996-1999, 2000, 2001 Free Software Foundation, Inc.
     5# Copyright (C) 1996-1999, 2000, 2001, 2003 Free Software Foundation, Inc.
    66# Originally by Gordon Matzigkeit <gord@gnu.ai.mit.edu>, 1996
    77#
     
    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$HOST_CC" != "x" ; then $HOST_CC -o impgen impgen.c ; \
     114      if test "x$BUILD_CC" != "x" ; then $BUILD_CC -o impgen impgen.c ; \
    115115      else $CC -o impgen impgen.c ; fi)~
    116116      $output_objdir/impgen $dir/$soroot > $output_objdir/$soname-def'
     
    493493  solaris*)
    494494    no_undefined_flag=' ${wl}-z ${wl}defs'
    495     archive_cmds='$CC -shared -nostdlib $LDFLAGS $predep_objects $libobjs $deplibs $postdep_objects $linker_flags ${wl}-h $wl$soname -o $lib'
     495    archive_cmds='$CC -shared -nostdlib $LDFLAGS $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib'
    496496    archive_expsym_cmds='$echo "{ global:" > $lib.exp~cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
    497       $CC -shared -nostdlib ${wl}-M $wl$lib.exp -o $lib $predep_objects $libobjs $deplibs $postdep_objects $linker_flags~$rm $lib.exp'
     497      $CC -shared -nostdlib ${wl}-M $wl$lib.exp -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$rm $lib.exp'
    498498
    499499    # Commands to make compiler produce verbose output that lists
Note: See TracChangeset for help on using the changeset viewer.