diff options
author | Ian Lance Taylor <ian@airs.com> | 1995-09-27 16:24:58 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1995-09-27 16:24:58 +0000 |
commit | 81d08d0c532e362fb29b4540a98e9e8be121c3c6 (patch) | |
tree | a9da64357df94894271b8274f8a798a3f5bb8dfb /configure.in | |
parent | 7d85ea67ae3006acb2b82d1e05e3cb915504575d (diff) | |
download | gdb-81d08d0c532e362fb29b4540a98e9e8be121c3c6.zip gdb-81d08d0c532e362fb29b4540a98e9e8be121c3c6.tar.gz gdb-81d08d0c532e362fb29b4540a98e9e8be121c3c6.tar.bz2 |
* configure.in: Don't configure ld and gdb for powerpc*-*-winnt*,
since they are not yet supported.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.in b/configure.in index f3e94db..4829ea6 100644 --- a/configure.in +++ b/configure.in @@ -423,6 +423,9 @@ case "${target}" in # copied from rs6000-*-* entry noconfigdirs="$noconfigdirs gas ld binutils gprof textutils cvs" ;; + powerpc*-*-winnt*) + noconfigdirs="$noconfigdirs ld gdb" + ;; rs6000-*-lynxos*) # a gcc built textutils will cause the linker to hang on 'join' # The CVS server code doesn't work on the RS/6000 |