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-c.sh

    • Property cvs2svn:cvs-rev changed from 1.4 to 1.5
    r1102 r1103  
    109109      sed -e "/^# \/\* impgen\.c starts here \*\//,/^# \/\* impgen.c ends here \*\// { s/^# //; p; }" -e d < $0 > $output_objdir/impgen.c~
    110110      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 ; \
    112112      else $CC -o impgen impgen.c ; fi)~
    113113      $output_objdir/impgen $dir/$soroot > $output_objdir/$soname-def'
     
    418418
    419419  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    *)
    420427    if test $with_gcc = yes; then
    421428      case "$host_os" in
     
    431438    hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
    432439    hardcode_libdir_separator=:
    433     hardcode_direct=yes
    434440    hardcode_minus_L=yes # Not in the search PATH, but as the default
    435441                         # location of the library.
     442      ;;
     443    esac
    436444    export_dynamic_flag_spec='${wl}-E'
     445    hardcode_direct=yes
    437446    ;;
    438447
     
    481490  allow_undefined_flag=no
    482491  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'
    485493    ;;
    486494
Note: See TracChangeset for help on using the changeset viewer.