From: David D. Zuhn Date: Mon, 20 Dec 1993 21:09:41 +0000 (+0000) Subject: no cvs on rs6000 X-Git-Tag: gdb-4_18~16304 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c4e349acbf57f4003bdf1f093742e94fc61fcb61;p=thirdparty%2Fbinutils-gdb.git no cvs on rs6000 --- diff --git a/configure.in b/configure.in index 6198bb4a048..b6e70cff01d 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"