Lines Matching refs:yes
44 if test "$sysroot" = "yes"; then
73 [[ --enable-gold[=ARG] build gold [ARG={default,yes,no}]]],
76 install_as_default=yes
78 yes)
80 install_as_default=yes
92 yes | "") threads=yes ;;
94 *) threads=yes ;;
97 if test "$threads" = "yes"; then
101 AM_CONDITIONAL(THREADS, test "$threads" = "yes")
106 yes | "") plugins=yes ;;
108 *) plugins=yes ;;
111 if test "$plugins" = "yes"; then
115 AM_CONDITIONAL(PLUGINS, test "$plugins" = "yes")
124 yes) ac_default_ld_z_relro=1 ;;
137 yes | "")
177 targ_32_little=yes
178 targ_32_big=yes
179 targ_64_little=yes
180 targ_64_big=yes
181 all_targets=yes
195 targ_32_big=yes
199 targ_32_little=yes
205 targ_64_big=yes
209 targ_64_little=yes
230 target_x32=yes
234 target_x86_64=yes
238 AM_CONDITIONAL(DEFAULT_TARGET_X86_64, test "$target_x86_64" = "yes")
239 AM_CONDITIONAL(DEFAULT_TARGET_X32, test "$target_x32" = "yes")
241 test "$target_x86_64" = "yes" -o "$target_x32" = "yes")
297 yes) LIB_PATH='"/lib:/usr/lib"' ;;
328 AM_CONDITIONAL(GCC, test "$GCC" = yes)
341 [gold_cv_lib_static=yes], [gold_cv_lib_static=no])
343 AM_CONDITIONAL(HAVE_STATIC, test "$gold_cv_lib_static" = "yes")
367 ], [gold_cv_prog_gcc41=yes], [gold_cv_prog_gcc41=no])])
371 AC_COMPILE_IFELSE([int i;], [have_mcmodel_medium=yes], [have_mcmodel_medium=no])
375 [test "$target_cpu" = "x86_64" -a "$have_mcmodel_medium" = "yes" -a "$gold_cv_prog_gcc41" = "yes"])
382 [gold_cv_merge_constants=yes],
386 AS_IF([test "$gold_cv_merge_constants" = yes],
393 [gold_cv_c_thread=yes], [gold_cv_c_thread=no])])
395 AM_CONDITIONAL(TLS, test "$gold_cv_c_thread" = "yes")
407 ], [gold_cv_lib_glibc24=yes], [gold_cv_lib_glibc24=no])])
409 AM_CONDITIONAL(STATIC_TLS, test "$gold_cv_lib_glibc24" = "yes")
419 ], [gold_cv_c_threadprivate=yes], [gold_cv_c_threadprivate=no])
421 if test "$gold_cv_c_threadprivate" = "yes"; then
425 AM_CONDITIONAL(OMP_SUPPORT, test "$gold_cv_c_threadprivate" = "yes")
441 ], [have_tls_gnu2=yes], [have_tls_gnu2=no])
443 AM_CONDITIONAL(TLS_GNU2_DIALECT, test "$have_tls_gnu2" = "yes")
455 ], [gold_cv_lib_glibc29=yes], [gold_cv_lib_glibc29=no])])
457 AM_CONDITIONAL(TLS_DESCRIPTORS, test "$gold_cv_lib_glibc29" = "yes")
463 AC_COMPILE_IFELSE([int i;], [gold_cv_c_random_seed=yes],
466 if test "$gold_cv_c_random_seed" = "yes"; then
510 [if test "$withval" = "no" -o "$withval" = "yes"; then
520 [if test "$withval" = "no" -o "$withval" = "yes"; then
542 ]])], [gold_cv_lib_mremap_maymove=yes], [gold_cv_lib_mremap_maymove=no])])
543 if test "$gold_cv_lib_mremap_maymove" = "yes"; then
567 AC_COMPILE_IFELSE([int i;], [have_pubnames=yes], [have_pubnames=no])
569 AM_CONDITIONAL(HAVE_PUBNAMES, test "$have_pubnames" = "yes")
574 AC_COMPILE_IFELSE([int i;], [have_no_use_linker_plugin=yes], [have_no_use_linker_plugin=no])
576 AM_CONDITIONAL(HAVE_NO_USE_LINKER_PLUGIN, test "$have_no_use_linker_plugin" = "yes")
606 ]])], [gold_cv_unordered_map_rehash=yes], [gold_cv_unordered_map_rehash=no])])
607 if test "$gold_cv_unordered_map_rehash" = "yes"; then
623 [gold_cv_hash_off_t=yes],
626 if test "$gold_cv_hash_off_t" = "yes"; then
641 ], [gold_cv_template_attribute=yes], [gold_cv_template_attribute=no])])
642 if test "$gold_cv_template_attribute" = "yes"; then
653 ]])], [gold_cv_stat_st_mtim=yes], [gold_cv_stat_st_mtim=no])])
654 if test "$gold_cv_stat_st_mtim" = "yes"; then