Commit f8df6750 by H.J. Lu Committed by H.J. Lu

Set install_gold_as_default to no for --enable-gold=no

	PR other/62168
	* configure.ac: Set install_gold_as_default to no for
	 --enable-gold=no.
	 * configure: Regenerated.

From-SVN: r214108
parent eae1a5d4
2014-08-18 H.J. Lu <hongjiu.lu@intel.com>
PR other/62168
* configure.ac: Set install_gold_as_default to no for
--enable-gold=no.
* configure: Regenerated.
2014-08-18 Roman Gareev <gareevroman@gmail.com> 2014-08-18 Roman Gareev <gareevroman@gmail.com>
* Makefile.in: Add definition of ISLLIBS, HOST_ISLLIBS. * Makefile.in: Add definition of ISLLIBS, HOST_ISLLIBS.
......
...@@ -21540,6 +21540,7 @@ if test "${enable_gold+set}" = set; then : ...@@ -21540,6 +21540,7 @@ 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
......
...@@ -2094,6 +2094,7 @@ AC_ARG_ENABLE(gold, ...@@ -2094,6 +2094,7 @@ 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])
......
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