diff options
author | Mark Eichin <eichin@cygnus> | 1994-06-09 22:37:13 +0000 |
---|---|---|
committer | Mark Eichin <eichin@cygnus> | 1994-06-09 22:37:13 +0000 |
commit | f2f803c158267f01f4c30e80abe52585e8e926f1 (patch) | |
tree | 878875b3543a1fcf7252af7695ce645901e788ea /configure.in | |
parent | 539dccd38e26302abc9cc18aa7e11f8d682bdd23 (diff) | |
download | gdb-f2f803c158267f01f4c30e80abe52585e8e926f1.zip gdb-f2f803c158267f01f4c30e80abe52585e8e926f1.tar.gz gdb-f2f803c158267f01f4c30e80abe52585e8e926f1.tar.bz2 |
cvs server works fine on the RS/6000 these days. Only turned on for real
rs6000, though, rather than power and lynx.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/configure.in b/configure.in index 1ef77d0..dbaec0c 100644 --- a/configure.in +++ b/configure.in @@ -257,8 +257,7 @@ case "${target}" in ;; rs6000-*-*) # a gcc built textutils will cause the linker to hang on 'join' - # The CVS server code doesn't work on the RS/6000 - noconfigdirs="$noconfigdirs ld binutils gprof textutils cvs" + noconfigdirs="$noconfigdirs ld binutils gprof textutils" ;; m68k-apollo-*) noconfigdirs="$noconfigdirs ld binutils gprof" |