diff options
author | David D. Zuhn <zoo@cygnus> | 1993-12-20 21:09:41 +0000 |
---|---|---|
committer | David D. Zuhn <zoo@cygnus> | 1993-12-20 21:09:41 +0000 |
commit | c4e349acbf57f4003bdf1f093742e94fc61fcb61 (patch) | |
tree | dfaed9dfefa860e2a32b9f88dc635b20c88ccb3f | |
parent | d3e3010b0b63b031a47ef4e6514d499fef9acb8b (diff) | |
download | gdb-c4e349acbf57f4003bdf1f093742e94fc61fcb61.zip gdb-c4e349acbf57f4003bdf1f093742e94fc61fcb61.tar.gz gdb-c4e349acbf57f4003bdf1f093742e94fc61fcb61.tar.bz2 |
no cvs on rs6000
-rw-r--r-- | configure.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 6198bb4..b6e70cf 100644 --- a/configure.in +++ b/configure.in @@ -233,7 +233,8 @@ case "${target}" in ;; rs6000-*-*) # a gcc built textutils will cause the linker to hang on 'join' - noconfigdirs="$noconfigdirs ld binutils gas gprof textutils" + # The CVS server code doesn't work on the RS/6000 + noconfigdirs="$noconfigdirs ld binutils gas gprof textutils cvs" ;; m68k-apollo-*) noconfigdirs="$noconfigdirs ld binutils gprof" |