Home
last modified time | relevance | path

Searched refs:libtool_flags (Results 1 – 4 of 4) sorted by relevance

/NextBSD/contrib/gdb/
HDlibtool.m470 $libtool_flags --no-verify --build="$build" $ac_aux_dir/ltmain.sh $host \
119 libtool_flags="--cache-file=$cache_file"
120 test "$enable_shared" = no && libtool_flags="$libtool_flags --disable-shared"
121 test "$enable_static" = no && libtool_flags="$libtool_flags --disable-static"
122 test "$enable_fast_install" = no && libtool_flags="$libtool_flags --disable-fast-install"
123 test "$GCC" = yes && libtool_flags="$libtool_flags --with-gcc"
124 test "$lt_cv_prog_gnu_ld" = yes && libtool_flags="$libtool_flags --with-gnu-ld"
126 [libtool_flags="$libtool_flags --enable-dlopen"])
128 [libtool_flags="$libtool_flags --enable-win32-dll"])
131 test "x$enable_libtool_lock" = xno && libtool_flags="$libtool_flags --disable-lock"
[all …]
/NextBSD/contrib/gcclibs/libssp/
HDconfigure4907 libtool_flags="--cache-file=$cache_file"
4908 test "$enable_shared" = no && libtool_flags="$libtool_flags --disable-shared"
4909 test "$enable_static" = no && libtool_flags="$libtool_flags --disable-static"
4910 test "$enable_fast_install" = no && libtool_flags="$libtool_flags --disable-fast-install"
4911 test "$GCC" = yes && libtool_flags="$libtool_flags --with-gcc"
4912 test "$lt_cv_prog_gnu_ld" = yes && libtool_flags="$libtool_flags --with-gnu-ld"
4920 test "x$enable_libtool_lock" = xno && libtool_flags="$libtool_flags --disable-lock"
4921 test x"$silent" = xyes && libtool_flags="$libtool_flags --silent"
4931 test x"$pic_mode" = xyes && libtool_flags="$libtool_flags --prefer-pic"
4932 test x"$pic_mode" = xno && libtool_flags="$libtool_flags --prefer-non-pic"
[all …]
/NextBSD/contrib/gcclibs/libmudflap/
HDconfigure5820 libtool_flags="--cache-file=$cache_file"
5821 test "$enable_shared" = no && libtool_flags="$libtool_flags --disable-shared"
5822 test "$enable_static" = no && libtool_flags="$libtool_flags --disable-static"
5823 test "$enable_fast_install" = no && libtool_flags="$libtool_flags --disable-fast-install"
5824 test "$GCC" = yes && libtool_flags="$libtool_flags --with-gcc"
5825 test "$lt_cv_prog_gnu_ld" = yes && libtool_flags="$libtool_flags --with-gnu-ld"
5833 test "x$enable_libtool_lock" = xno && libtool_flags="$libtool_flags --disable-lock"
5834 test x"$silent" = xyes && libtool_flags="$libtool_flags --silent"
5844 test x"$pic_mode" = xyes && libtool_flags="$libtool_flags --prefer-pic"
5845 test x"$pic_mode" = xno && libtool_flags="$libtool_flags --prefer-non-pic"
[all …]
/NextBSD/contrib/libstdc++/
Dconfigure4710 libtool_flags="--cache-file=$cache_file"
4711 test "$enable_shared" = no && libtool_flags="$libtool_flags --disable-shared"
4712 test "$enable_static" = no && libtool_flags="$libtool_flags --disable-static"
4713 test "$enable_fast_install" = no && libtool_flags="$libtool_flags --disable-fast-install"
4714 test "$GCC" = yes && libtool_flags="$libtool_flags --with-gcc"
4715 test "$lt_cv_prog_gnu_ld" = yes && libtool_flags="$libtool_flags --with-gnu-ld"
4723 test "x$enable_libtool_lock" = xno && libtool_flags="$libtool_flags --disable-lock"
4724 test x"$silent" = xyes && libtool_flags="$libtool_flags --silent"
4734 test x"$pic_mode" = xyes && libtool_flags="$libtool_flags --prefer-pic"
4735 test x"$pic_mode" = xno && libtool_flags="$libtool_flags --prefer-non-pic"
[all …]