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

  /src/sys/external/isc/libsodium/dist/dist-build/
android-build.sh 49 --disable-soname-versions \
65 --disable-soname-versions \
  /src/sys/external/isc/libsodium/dist/m4/
ltoptions.m4 85 _LT_UNLESS_OPTIONS([LT_INIT], [aix-soname=aix aix-soname=both aix-soname=svr4],
326 # implement the --with-aix-soname flag, and support the `aix-soname=aix'
327 # and `aix-soname=both' and `aix-soname=svr4' LT_INIT options. DEFAULT
335 AC_ARG_WITH([aix-soname],
336 [AS_HELP_STRING([--with-aix-soname=aix|svr4|both],
337 [shared library versioning (aka "SONAME") variant to provide on AIX, @<:@default=]_LT_WITH_AIX_SONAME_DEFAULT[@:>@.])]
    [all...]
libtool.m4 1127 _LT_TAGVAR(archive_cmds, $1)="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod$_lt_dsymutil"
1129 _LT_TAGVAR(archive_expsym_cmds, $1)="sed 's|^|_|' < \$export_symbols > \$output_objdir/\$libname-symbols.expsym~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod$_lt_dar_export_syms$_lt_dsymutil"
1133 _LT_TAGVAR(archive_cmds, $1)="\$CC -r -keep_private_externs -nostdlib -o \$lib-master.o \$libobjs~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$lib-master.o \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring$_lt_dsymutil"
1134 _LT_TAGVAR(archive_expsym_cmds, $1)="sed 's|^|_|' < \$export_symbols > \$output_objdir/\$libname-symbols.expsym~\$CC -r -keep_private_externs -nostdlib -o \$lib-master.o \$libobjs~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$lib-master.o \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring$_lt_dar_export_syms$_lt_dsymutil"
2430 # linker flag in LDFLAGS as well, or --with-aix-soname=svr4 only.
2445 # soname into executable. Probably we can add versioning support to
2717 # Give a soname corresponding to the major version so that dld.sl refuses to
4917 # it in the Import File for the 'aix-soname' feature, so we have
5079 _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib
    [all...]
  /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/
configure.ac 241 AC_ARG_ENABLE(soname-versions,
242 [AC_HELP_STRING([--enable-soname-versions], [enable soname versions (must be disabled for Android) (default: enabled)])],
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 34 milliseconds