Home
last modified time | relevance | path

Searched refs:have_static_libs (Results 1 – 3 of 3) sorted by relevance

/toolchain/binutils/binutils-2.27/
Dconfigure.ac1413 have_static_libs=no
1425 [AC_MSG_RESULT([yes]); have_static_libs=yes],
1745 if test "$stage1_libs" = "" -a "$have_static_libs" = yes; then
Dconfigure5116 have_static_libs=no
5140 $as_echo "yes" >&6; }; have_static_libs=yes
5907 if test "$stage1_libs" = "" -a "$have_static_libs" = yes; then
DChangeLog818 * configure.ac (have_static_libs): Force 'no' for GCC version < 4.5.
830 * configure.ac (have_static_libs): New variable and associated check.
832 -static-libgcc if stage1_libs is empty and have_static_libs is yes.