diff options
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 76b8944..1ef77d0 100644 --- a/configure.in +++ b/configure.in @@ -251,7 +251,7 @@ case "${target}" in # a gcc built textutils will cause the linker to hang on 'join' # The CVS server code doesn't work on the RS/6000 # Newlib makes problems for libg++ in crosses. - noconfigdirs="$noconfigdirs gas ld newlib binutils gprof textutils cvs diff make tcl expect texinfo" + noconfigdirs="$noconfigdirs gas ld newlib gprof textutils cvs" use_gnu_ld=no use_gnu_as=no ;; |