mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-05 10:40:50 +08:00
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:
parent
eae1a5d419
commit
f8df6750f4
@ -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
1
gcc/configure
vendored
@ -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
|
||||
|
@ -2094,6 +2094,7 @@ AC_ARG_ENABLE(gold,
|
||||
fi
|
||||
;;
|
||||
no)
|
||||
install_gold_as_default=no
|
||||
;;
|
||||
*)
|
||||
AC_MSG_ERROR([invalid --enable-gold argument])
|
||||
|
Loading…
x
Reference in New Issue
Block a user