This is the mail archive of the binutils-cvs@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[binutils-gdb/binutils-2_29-branch] Revert "Add enable-gold and enable-ld to src-release"


https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=e5dcc5a2b5401141f1e8cf7328eae9dea075d046

commit e5dcc5a2b5401141f1e8cf7328eae9dea075d046
Author: Alan Modra <amodra@gmail.com>
Date:   Thu Sep 14 18:38:44 2017 +0930

    Revert "Add enable-gold and enable-ld to src-release"
    
    This reverts commit bd926929f0fae108e24cb51d9f9546b27f0a04df.

Diff:
---
 ChangeLog      | 4 ----
 src-release.sh | 2 +-
 2 files changed, 1 insertion(+), 5 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index e34f36e..4ac2d63 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,3 @@
-2017-09-14  Matt Rice <ratmice@gmail.com>
-
-	* src-release.sh (do_proto_toplev): Enable gold during release process.
-
 2017-04-13  Andrew Jenner  <andrew@codesourcery.com>
 
 	* config.sub: Sync with master version in config project.
diff --git a/src-release.sh b/src-release.sh
index 80c1c33..64fa4c2 100755
--- a/src-release.sh
+++ b/src-release.sh
@@ -83,7 +83,7 @@ do_proto_toplev()
 	<Makefile.in >tmp
     mv -f tmp Makefile.in
     #
-    ./configure --target=i386-pc-linux-gnu --enable-gold --enable-ld
+    ./configure --target=i386-pc-linux-gnu
     $MAKE configure-host configure-target \
 	ALL_GCC="" ALL_GCC_C="" ALL_GCC_CXX="" \
 	CC_FOR_TARGET="$CC" CXX_FOR_TARGET="$CXX"


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]