]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Set install_gold_as_default to no for --enable-gold=no
authorH.J. Lu <hongjiu.lu@intel.com>
Mon, 18 Aug 2014 15:49:16 +0000 (15:49 +0000)
committerH.J. Lu <hjl@gcc.gnu.org>
Mon, 18 Aug 2014 15:49:16 +0000 (08:49 -0700)
PR other/62168
* configure.ac: Set install_gold_as_default to no for
 --enable-gold=no.
 * configure: Regenerated.

From-SVN: r214108

gcc/ChangeLog
gcc/configure
gcc/configure.ac

index 7f7a3bfff15f4a695a88cfaebf5ebddd3303223d..408974b3380e75fe944a5e4cc648c7e2eef1e51e 100644 (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.
index 5e0dcfbfe169253151a4b88e74683dc94f6922e1..d829d4f3f481d6f531a763d53747e247b4b6cc94 100755 (executable)
@@ -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
index cdd5ed7baef1fa840cb4af91c3906e60ba3031bf..3c15c0dc4f624fb97847b1f302abff47172b3e8e 100644 (file)
@@ -2094,6 +2094,7 @@ AC_ARG_ENABLE(gold,
    fi
    ;;
  no)
+   install_gold_as_default=no
    ;;
  *)
    AC_MSG_ERROR([invalid --enable-gold argument])