Changeset 1103 for trunk/src/gcc/ltcf-c.sh
- Timestamp:
- Jan 29, 2004, 7:37:01 PM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/gcc/ltcf-c.sh
-
Property cvs2svn:cvs-rev
changed from
1.4
to1.5
r1102 r1103 109 109 sed -e "/^# \/\* impgen\.c starts here \*\//,/^# \/\* impgen.c ends here \*\// { s/^# //; p; }" -e d < $0 > $output_objdir/impgen.c~ 110 110 test -f $output_objdir/impgen.exe || (cd $output_objdir && \ 111 if test "x$ HOST_CC" != "x" ; then $HOST_CC -o impgen impgen.c ; \111 if test "x$BUILD_CC" != "x" ; then $BUILD_CC -o impgen impgen.c ; \ 112 112 else $CC -o impgen impgen.c ; fi)~ 113 113 $output_objdir/impgen $dir/$soroot > $output_objdir/$soname-def' … … 418 418 419 419 hpux9* | hpux10* | hpux11*) 420 case "$host_cpu" in 421 ia64*) 422 hardcode_direct=no 423 hardcode_shlibpath_var=no 424 archive_cmds='$LD -b +h $soname -o $lib $libobjs $deplibs $linker_flags' 425 hardcode_libdir_flag_spec='-L$libdir' ;; 426 *) 420 427 if test $with_gcc = yes; then 421 428 case "$host_os" in … … 431 438 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir' 432 439 hardcode_libdir_separator=: 433 hardcode_direct=yes434 440 hardcode_minus_L=yes # Not in the search PATH, but as the default 435 441 # location of the library. 442 ;; 443 esac 436 444 export_dynamic_flag_spec='${wl}-E' 445 hardcode_direct=yes 437 446 ;; 438 447 … … 481 490 allow_undefined_flag=no 482 491 archive_cmds='$echo "LIBRARY $soname INITINSTANCE" > $output_objdir/$libname.def~$echo "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~$echo DATA >> $output_objdir/$libname.def~$echo " SINGLE NONSHARED" >> $output_objdir/$libname.def~$echo EXPORTS >> $output_objdir/$libname.def~emxexp $libobjs >> $output_objdir/$libname.def~$CC -Zdll -Zcrtdll -o $lib $libobjs $deplibs $compiler_flags $output_objdir/$libname.def' 483 # contains GCC_OMF hack. 484 old_archive_from_new_cmds='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def~emximp -p128 -o $output_objdir/$libname.lib $output_objdir/$libname.def~if test -n $GCC_OMF;then mv -f $output_objdir/$libname.lib $output_objdir/$libname.a; fi' 492 old_archive_from_new_cmds='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def' 485 493 ;; 486 494 -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.