Changeset 1103 for trunk/src/gcc/ltcf-gcj.sh
- Timestamp:
- Jan 29, 2004, 7:37:01 PM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/gcc/ltcf-gcj.sh
-
Property cvs2svn:cvs-rev
changed from
1.1
to1.2
r1102 r1103 3 3 # ltcf-gcj.sh - Create a GCJ compiler specific configuration 4 4 # 5 # Copyright (C) 1996-1999, 2000, 2001 Free Software Foundation, Inc.5 # Copyright (C) 1996-1999, 2000, 2001, 2003 Free Software Foundation, Inc. 6 6 # Originally by Gordon Matzigkeit <gord@gnu.ai.mit.edu>, 1996 7 7 # … … 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$ HOST_CC" != "x" ; then $HOST_CC -o impgen impgen.c ; \114 if test "x$BUILD_CC" != "x" ; then $BUILD_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' … … 493 493 solaris*) 494 494 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' 496 496 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' 498 498 499 499 # Commands to make compiler produce verbose output that lists -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.