diff options
author | David Henkel-Wallace <gumby@cygnus> | 1994-06-08 05:05:21 +0000 |
---|---|---|
committer | David Henkel-Wallace <gumby@cygnus> | 1994-06-08 05:05:21 +0000 |
commit | b5775df3dce36c9eb7c88fd865183b8bc4b9636d (patch) | |
tree | 06dea482ca3bddc30cf246a260f3f5332740641b /configure.in | |
parent | 67c2d8c8d7c87ea3282512ecb500f401557f6d6e (diff) | |
download | gdb-b5775df3dce36c9eb7c88fd865183b8bc4b9636d.zip gdb-b5775df3dce36c9eb7c88fd865183b8bc4b9636d.tar.gz gdb-b5775df3dce36c9eb7c88fd865183b8bc4b9636d.tar.bz2 |
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 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 ;; |