+--enable-gold=both
authorjkratoch <>
Sun, 10 Oct 2010 17:38:20 +0000 (17:38 +0000)
committerjkratoch <>
Sun, 10 Oct 2010 17:38:20 +0000 (17:38 +0000)
bin/errs12

index b78652b..634e7e2 100755 (executable)
@@ -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 $maintainer $werror --with-separate-debug-dir=/usr/lib/debug "$@"
+       time nice "$configure" $target $targets $customss --enable-debug --disable-sim --enable-gold=both $maintainer $werror --with-separate-debug-dir=/usr/lib/debug "$@"
 
        (ctags; test -d gdb && (cd gdb; ctags; cd testsuite; ctags; cd ../gdbserver; ctags)) &