Ignore:
Timestamp:
Apr 27, 2004, 8:39:34 PM (21 years ago)
Author:
bird
Message:

GCC v3.3.3 sources.

Location:
branches/GNU/src/gcc
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/GNU/src/gcc

    • Property svn:ignore
      •  

        old new  
        2626configure.vr
        2727configure.vrs
         28dir.info
        2829Makefile
        29 dir.info
        3030lost+found
        3131update.out
  • branches/GNU/src/gcc/ltcf-c.sh

    • Property cvs2svn:cvs-rev changed from 1.1 to 1.1.1.2
    r1390 r1391  
    418418
    419419  hpux9* | hpux10* | hpux11*)
    420     if test $with_gcc = yes; then
    421       case "$host_os" in
    422       hpux9*) archive_cmds='$rm $output_objdir/$soname~$CC -shared -fPIC ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $libobjs $deplibs $compiler_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib' ;;
    423       *) archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags' ;;
    424       esac
    425     else
    426       case $host_os in
    427       hpux9*) archive_cmds='$rm $output_objdir/$soname~$LD -b +b $install_libdir -o $output_objdir/$soname $libobjs $deplibs $linker_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib' ;;
    428       *) archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags' ;;
    429       esac
    430     fi
    431     hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
    432     hardcode_libdir_separator=:
    433     hardcode_direct=yes
    434     hardcode_minus_L=yes # Not in the search PATH, but as the default
    435                          # location of the library.
     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    *)
     427      if test $with_gcc = yes; then
     428        case "$host_os" in
     429        hpux9*) archive_cmds='$rm $output_objdir/$soname~$CC -shared -fPIC ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $libobjs $deplibs $compiler_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib' ;;
     430        *) archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags' ;;
     431        esac
     432      else
     433        case $host_os in
     434        hpux9*) archive_cmds='$rm $output_objdir/$soname~$LD -b +b $install_libdir -o $output_objdir/$soname $libobjs $deplibs $linker_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib' ;;
     435        *) archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags' ;;
     436        esac
     437      fi
     438      hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
     439      hardcode_libdir_separator=:
     440      hardcode_minus_L=yes # Not in the search PATH, but as the default
     441                           # location of the library.
     442      ;;
     443    esac
    436444    export_dynamic_flag_spec='${wl}-E'
     445    hardcode_direct=yes
    437446    ;;
    438447
Note: See TracChangeset for help on using the changeset viewer.