PR other/62168
* configure.ac: Set install_gold_as_default to no first.
* configure: Regenerated.
From-SVN: r214168
+2014-08-19 H.J. Lu <hongjiu.lu@intel.com>
+
+ PR other/62168
+ * configure.ac: Set install_gold_as_default to no first.
+ * configure: Regenerated.
+
2014-08-19 David Malcolm <dmalcolm@redhat.com>
* sel-sched-ir.h (BB_NOTE_LIST): struct sel_region_bb_info_def's
fi
+install_gold_as_default=no
# Check whether --enable-gold was given.
if test "${enable_gold+set}" = set; then :
enableval=$enable_gold; case "${enableval}" in
fi
;;
no)
- install_gold_as_default=no
;;
*)
as_fn_error "invalid --enable-gold argument" "$LINENO" 5
;;
esac
-else
- install_gold_as_default=no
fi
;;
esac])
+install_gold_as_default=no
AC_ARG_ENABLE(gold,
[[ --enable-gold[=ARG] build gold [ARG={default,yes,no}]]],
[case "${enableval}" in
fi
;;
no)
- install_gold_as_default=no
;;
*)
AC_MSG_ERROR([invalid --enable-gold argument])
;;
- esac],
-[install_gold_as_default=no])
+ esac])
# Identify the linker which will work hand-in-glove with the newly
# built GCC, so that we can examine its features. This is the linker