From 298afdabb6a05c89f72bad7052992ecb5030b816 Mon Sep 17 00:00:00 2001 From: jkratoch <> Date: Sun, 10 Oct 2010 21:00:23 +0000 Subject: [PATCH] +--enable-plugins: For gold/. --- bin/errs12 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/errs12 b/bin/errs12 index 634e7e2..2c88695 100755 --- a/bin/errs12 +++ b/bin/errs12 @@ -123,7 +123,7 @@ rm -f errs1.ok export CXXFLAGS_FOR_TARGET="$flags" export LDFLAGS="$ldflags" - time nice "$configure" $target $targets $customss --enable-debug --disable-sim --enable-gold=both $maintainer $werror --with-separate-debug-dir=/usr/lib/debug "$@" + time nice "$configure" $target $targets $customss --enable-debug --disable-sim --enable-gold=both --enable-plugins $maintainer $werror --with-separate-debug-dir=/usr/lib/debug "$@" (ctags; test -d gdb && (cd gdb; ctags; cd testsuite; ctags; cd ../gdbserver; ctags)) & -- 1.8.3.1