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
This commit is contained in:
H.J. Lu 2014-08-18 15:49:16 +00:00 committed by H.J. Lu
parent eae1a5d419
commit f8df6750f4
3 changed files with 9 additions and 0 deletions

View File

@ -1,3 +1,10 @@
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>
* Makefile.in: Add definition of ISLLIBS, HOST_ISLLIBS.

1
gcc/configure vendored
View File

@ -21540,6 +21540,7 @@ if test "${enable_gold+set}" = set; then :
fi
;;
no)
install_gold_as_default=no
;;
*)
as_fn_error "invalid --enable-gold argument" "$LINENO" 5

View File

@ -2094,6 +2094,7 @@ AC_ARG_ENABLE(gold,
fi
;;
no)
install_gold_as_default=no
;;
*)
AC_MSG_ERROR([invalid --enable-gold argument])