]> Git Repo - binutils.git/blobdiff - configure.in
Do not build gdb if building native NT compilers on a UNIX host with a cross compiler
[binutils.git] / configure.in
index 0d5cbb2806989562651887824b0eb021dfb1f05a..51513f919986c4fcbfeb45d27ab952b1c5b75981 100644 (file)
@@ -408,8 +408,8 @@ case "${target}" in
     skipdirs=`echo " ${skipdirs} " | sed -e 's/ target-newlib / /'`
 
     # Can't build gdb for cygwin32 if not native.
-    case "${host}" in
-      *-*-cygwin32) ;; # keep gdb
+    case "${host}:${build}" in
+      *-*-cygwin32 | *-*-cygwin32:*-*-cygwin32) ;; # keep gdb
       *) noconfigdirs="$noconfigdirs gdb"
     esac
 
This page took 0.022076 seconds and 4 git commands to generate.