diff options
author | 1994-06-08 05:05:21 +0000 | |
---|---|---|
committer | 1994-06-08 05:05:21 +0000 | |
commit | b5775df3dce36c9eb7c88fd865183b8bc4b9636d (patch) | |
tree | 06dea482ca3bddc30cf246a260f3f5332740641b /configure.in | |
parent | Tue Jun 7 18:45:39 1994 Stan Shebs (shebs@andros.cygnus.com) (diff) | |
download | binutils-gdb-b5775df3dce36c9eb7c88fd865183b8bc4b9636d.tar.gz binutils-gdb-b5775df3dce36c9eb7c88fd865183b8bc4b9636d.tar.bz2 binutils-gdb-b5775df3dce36c9eb7c88fd865183b8bc4b9636d.zip |
rs6k lynx changes
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 76b8944b1c3..1ef77d09dfc 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 ;; |