]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Set install_gold_as_default to no first
authorH.J. Lu <hongjiu.lu@intel.com>
Tue, 19 Aug 2014 16:23:36 +0000 (16:23 +0000)
committerH.J. Lu <hjl@gcc.gnu.org>
Tue, 19 Aug 2014 16:23:36 +0000 (09:23 -0700)
PR other/62168
* configure.ac: Set install_gold_as_default to no first.
 * configure: Regenerated.

From-SVN: r214168

gcc/ChangeLog
gcc/configure
gcc/configure.ac

index 2d0e649daa8faecae706b7912a587f6530784ae8..07516816bb1902a6f9ea43dbe7a83d3c4528946a 100644 (file)
@@ -1,3 +1,9 @@
+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>
 
        * sel-sched-ir.h (BB_NOTE_LIST): struct sel_region_bb_info_def's
index 60aaea17d27ba3458f11b14653b1cc508c50eb38..fc78f427c2684f4e5f8339ad2004ab86e420afc6 100755 (executable)
@@ -21528,6 +21528,7 @@ if test "${enable_ld+set}" = set; then :
 fi
 
 
+install_gold_as_default=no
 # Check whether --enable-gold was given.
 if test "${enable_gold+set}" = set; then :
   enableval=$enable_gold; case "${enableval}" in
@@ -21540,14 +21541,11 @@ if test "${enable_gold+set}" = set; then :
    fi
    ;;
  no)
-   install_gold_as_default=no
    ;;
  *)
    as_fn_error "invalid --enable-gold argument" "$LINENO" 5
    ;;
  esac
-else
-  install_gold_as_default=no
 fi
 
 
index b5c05ab0f1136070c9fb2693caa4f44d8c94522c..c7f0e6a122f503899c764437157eb4674b05b181 100644 (file)
@@ -2082,6 +2082,7 @@ AC_ARG_ENABLE(ld,
    ;;
  esac])
 
+install_gold_as_default=no
 AC_ARG_ENABLE(gold,
 [[  --enable-gold[=ARG]     build gold [ARG={default,yes,no}]]],
 [case "${enableval}" in
@@ -2094,13 +2095,11 @@ AC_ARG_ENABLE(gold,
    fi
    ;;
  no)
-   install_gold_as_default=no
    ;;
  *)
    AC_MSG_ERROR([invalid --enable-gold argument])
    ;;
- esac],
-[install_gold_as_default=no])
+ esac])
 
 # 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