Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/gdb/
H A Dlibtool.m4120 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"
132 test x"$silent" = xyes && libtool_flags="$libtool_flags --silent"
137 test x"$pic_mode" = xyes && libtool_flags="$libtool_flags --prefer-pic"
[all …]
/freebsd-12.1/contrib/gcclibs/libssp/
H A Dconfigure4907 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 …]
/freebsd-12.1/contrib/gcclibs/libmudflap/
H A Dconfigure5820 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 …]
/freebsd-12.1/contrib/libstdc++/
H A 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 …]