HomeSort by: relevance | last modified time | path
    Searched refs:soname (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/external/isc/libsodium/dist/dist-build/
android-build.sh 49 --disable-soname-versions \
65 --disable-soname-versions \
  /src/share/mk/
bsd.lua.mk 148 -Wl,-soname,${LUA_NAME.${_M}} -o ${.TARGET} \
bsd.lib.mk 169 # via -soname. Usually ${SHLIB_MAJOR} on ELF.
209 SHLIB_SHFLAGS= -Wl,-soname,${_LIB}.so.${SHLIB_SOVERSION}
  /src/sys/external/isc/libsodium/dist/
ltmain.sh 6753 # figure out the soname
6761 soname="$dlname"
6771 eval soname=\"$soname_spec\"
6773 soname="$realname"
6777 soroot="$soname"
6779 soname="$func_basename_result"
6780 func_stripname 'lib' '.dll' "$soname"
6784 if test -f "$output_objdir/$soname-def"; then :
6786 func_verbose "extracting exported symbol list from \`$soname'"
6792 func_verbose "generating import library for \`$soname'"
    [all...]
configure 1512 --enable-soname-versions
1513 enable soname versions (must be disabled for
1530 --with-aix-soname=aix|svr4|both
1531 shared library versioning (aka "SONAME") variant to
7105 # Check whether --enable-soname-versions was given.
12355 # Check whether --with-aix-soname was given.
12361 as_fn_error $? "Unknown argument to --with-aix-soname" "$LINENO" 5
13524 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib'
13540 archive_cmds='$CC -nostart $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib
    [all...]
  /src/sys/external/isc/libsodium/dist/build-aux/
ltmain.sh 8193 # figure out the soname
8201 soname=$dlname
8211 eval soname=\"$soname_spec\"
8213 soname=$realname
8217 soroot=$soname
8219 soname=$func_basename_result
8220 func_stripname 'lib' '.dll' "$soname"
8224 if test -f "$output_objdir/$soname-def"; then :
8226 func_verbose "extracting exported symbol list from '$soname'"
8232 func_verbose "generating import library for '$soname'"
    [all...]

Completed in 874 milliseconds