/[gcl]/gcl/binutils/ltconfig
ViewVC logotype

Diff of /gcl/binutils/ltconfig

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1.1.1 by camm, Fri Aug 9 05:34:22 2002 UTC revision 1.1.1.1.20.1 by camm, Fri Sep 30 02:08:52 2005 UTC
# Line 1111  darwin* | rhapsody*) Line 1111  darwin* | rhapsody*)
1111    shlibpath_var=DYLD_LIBRARY_PATH    shlibpath_var=DYLD_LIBRARY_PATH
1112    ;;    ;;
1113    
1114    freebsd*-gnu*)
1115      version_type=linux
1116      need_lib_prefix=no
1117      need_version=no
1118      library_names_spec='${libname}${release}.so$versuffix ${libname}${release}.so${major} ${libname}.so'
1119      soname_spec='${libname}${release}.so${major}'
1120      shlibpath_var=LD_LIBRARY_PATH
1121      shlibpath_overrides_runpath=no
1122      hardcode_into_libs=yes
1123      dynamic_linker='GNU/FreeBSD ld.so'
1124      ;;
1125    
1126  freebsd1*)  freebsd1*)
1127    dynamic_linker=no    dynamic_linker=no
1128    ;;    ;;
# Line 1152  gnu*) Line 1164  gnu*)
1164    hardcode_into_libs=yes    hardcode_into_libs=yes
1165    ;;    ;;
1166    
1167    kfreebsd*-gnu | knetbsd*-gnu)
1168      version_type=linux
1169      need_lib_prefix=no
1170      need_version=no
1171      library_names_spec='${libname}${release}.so$versuffix ${libname}${release}.so${major} ${libname}.so'
1172      soname_spec='${libname}${release}.so$major'
1173      shlibpath_var=LD_LIBRARY_PATH
1174      shlibpath_overrides_runpath=yes
1175      hardcode_into_libs=yes
1176      ;;
1177    
1178  hpux9* | hpux10* | hpux11*)  hpux9* | hpux10* | hpux11*)
1179    # Give a soname corresponding to the major version so that dld.sl refuses to    # Give a soname corresponding to the major version so that dld.sl refuses to
1180    # link against other versions.    # link against other versions.
# Line 1167  hpux9* | hpux10* | hpux11*) Line 1190  hpux9* | hpux10* | hpux11*)
1190      shlibpath_var=LD_LIBRARY_PATH      shlibpath_var=LD_LIBRARY_PATH
1191      shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.      shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
1192      if test "X$HPUX_IA64_MODE" = X32; then      if test "X$HPUX_IA64_MODE" = X32; then
1193        sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32/usr/local/lib"        sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
1194      else      else
1195        sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"        sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
1196      fi      fi
# Line 1186  hpux9* | hpux10* | hpux11*) Line 1209  hpux9* | hpux10* | hpux11*)
1209    ;;    ;;
1210    
1211  irix5* | irix6*)  irix5* | irix6*)
1212      if test "$with_gnu_ld" = yes; then
1213        version_type=linux
1214      else
1215        version_type=irix
1216      fi
1217    version_type=irix    version_type=irix
1218    need_lib_prefix=no    need_lib_prefix=no
1219    need_version=no    need_version=no
# Line 1197  irix5* | irix6*) Line 1225  irix5* | irix6*)
1225      ;;      ;;
1226    *)    *)
1227      case $LD in # libtool.m4 will add one of these switches to LD      case $LD in # libtool.m4 will add one of these switches to LD
1228      *-32|*"-32 ") libsuff= shlibsuff= libmagic=32-bit;;      *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
1229      *-n32|*"-n32 ") libsuff=32 shlibsuff=N32 libmagic=N32;;        libsuff= shlibsuff= libmagic=32-bit;;
1230      *-64|*"-64 ") libsuff=64 shlibsuff=64 libmagic=64-bit;;      *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
1231          libsuff=32 shlibsuff=N32 libmagic=N32;;
1232        *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
1233          libsuff=64 shlibsuff=64 libmagic=64-bit;;
1234      *) libsuff= shlibsuff= libmagic=never-match;;      *) libsuff= shlibsuff= libmagic=never-match;;
1235      esac      esac
1236      ;;      ;;
# Line 1340  sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*) Line 1371  sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
1371    esac    esac
1372    ;;    ;;
1373    
1374    tpf*)
1375      version_type=linux
1376      need_lib_prefix=no
1377      need_version=no
1378      library_names_spec='${libname}${release}.so$versuffix ${libname}${release}.so $major $libname.so'
1379      soname_spec='${libname}${release}.so$major'
1380      shlibpath_var=LD_LIBRARY_PATH
1381      shlibpath_overrides_runpath=no
1382      hardcode_into_libs=yes
1383      dynamic_linker='GNU/Linux ld.so'
1384      ;;
1385    
1386  uts4*)  uts4*)
1387    version_type=linux    version_type=linux
1388    library_names_spec='${libname}${release}.so$versuffix ${libname}${release}.so$major $libname.so'    library_names_spec='${libname}${release}.so$versuffix ${libname}${release}.so$major $libname.so'

Legend:
Removed from v.1.1.1.1  
changed lines
  Added in v.1.1.1.1.20.1

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26