Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/
Dconfigure.ac1265 have_static_libs=no
1277 [AC_MSG_RESULT([yes]); have_static_libs=yes],
1603 if test "$stage1_libs" = "" -a "$have_static_libs" = yes; then
Dconfigure4976 have_static_libs=no
5000 $as_echo "yes" >&6; }; have_static_libs=yes
5775 if test "$stage1_libs" = "" -a "$have_static_libs" = yes; then
DChangeLog429 * configure.ac (have_static_libs): Force 'no' for GCC version < 4.5.
441 * configure.ac (have_static_libs): New variable and associated check.
443 -static-libgcc if stage1_libs is empty and have_static_libs is yes.