no cvs on rs6000

This commit is contained in:
David D. Zuhn
1993-12-20 21:09:41 +00:00
parent d3e3010b0b
commit c4e349acbf

View File

@ -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"