Fix: configure: error: invalid --enable-gold argument
authorlace <>
Tue, 23 Nov 2010 17:05:59 +0000 (17:05 +0000)
committerlace <>
Tue, 23 Nov 2010 17:05:59 +0000 (17:05 +0000)
bin/errs12

index 2c88695..12f18f5 100755 (executable)
@@ -123,7 +123,7 @@ rm -f errs1.ok
        export CXXFLAGS_FOR_TARGET="$flags"
        export LDFLAGS="$ldflags"
 
        export CXXFLAGS_FOR_TARGET="$flags"
        export LDFLAGS="$ldflags"
 
-       time nice "$configure" $target $targets $customss --enable-debug --disable-sim --enable-gold=both --enable-plugins $maintainer $werror --with-separate-debug-dir=/usr/lib/debug "$@"
+       time nice "$configure" $target $targets $customss --enable-debug --disable-sim --enable-gold --enable-plugins $maintainer $werror --with-separate-debug-dir=/usr/lib/debug "$@"
 
        (ctags; test -d gdb && (cd gdb; ctags; cd testsuite; ctags; cd ../gdbserver; ctags)) &
 
 
        (ctags; test -d gdb && (cd gdb; ctags; cd testsuite; ctags; cd ../gdbserver; ctags)) &