Commit 95204cd5 by H.J. Lu Committed by H.J. Lu

Set install_gold_as_default to no first

	PR other/62168
	* configure.ac: Set install_gold_as_default to no first.
	 * configure: Regenerated.

From-SVN: r214168
parent c2fc1aee
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> 2014-08-19 David Malcolm <dmalcolm@redhat.com>
* sel-sched-ir.h (BB_NOTE_LIST): struct sel_region_bb_info_def's * sel-sched-ir.h (BB_NOTE_LIST): struct sel_region_bb_info_def's
......
...@@ -21528,6 +21528,7 @@ if test "${enable_ld+set}" = set; then : ...@@ -21528,6 +21528,7 @@ if test "${enable_ld+set}" = set; then :
fi fi
install_gold_as_default=no
# Check whether --enable-gold was given. # Check whether --enable-gold was given.
if test "${enable_gold+set}" = set; then : if test "${enable_gold+set}" = set; then :
enableval=$enable_gold; case "${enableval}" in enableval=$enable_gold; case "${enableval}" in
...@@ -21540,14 +21541,11 @@ if test "${enable_gold+set}" = set; then : ...@@ -21540,14 +21541,11 @@ if test "${enable_gold+set}" = set; then :
fi fi
;; ;;
no) no)
install_gold_as_default=no
;; ;;
*) *)
as_fn_error "invalid --enable-gold argument" "$LINENO" 5 as_fn_error "invalid --enable-gold argument" "$LINENO" 5
;; ;;
esac esac
else
install_gold_as_default=no
fi fi
......
...@@ -2082,6 +2082,7 @@ AC_ARG_ENABLE(ld, ...@@ -2082,6 +2082,7 @@ AC_ARG_ENABLE(ld,
;; ;;
esac]) esac])
install_gold_as_default=no
AC_ARG_ENABLE(gold, AC_ARG_ENABLE(gold,
[[ --enable-gold[=ARG] build gold [ARG={default,yes,no}]]], [[ --enable-gold[=ARG] build gold [ARG={default,yes,no}]]],
[case "${enableval}" in [case "${enableval}" in
...@@ -2094,13 +2095,11 @@ AC_ARG_ENABLE(gold, ...@@ -2094,13 +2095,11 @@ AC_ARG_ENABLE(gold,
fi fi
;; ;;
no) no)
install_gold_as_default=no
;; ;;
*) *)
AC_MSG_ERROR([invalid --enable-gold argument]) AC_MSG_ERROR([invalid --enable-gold argument])
;; ;;
esac], esac])
[install_gold_as_default=no])
# Identify the linker which will work hand-in-glove with the newly # 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 # built GCC, so that we can examine its features. This is the linker
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment