Ignore mingw32-python (not working).
authorRichard W.M. Jones <rjones@redhat.com>
Tue, 7 Oct 2008 13:52:30 +0000 (14:52 +0100)
committerRichard W.M. Jones <rjones@redhat.com>
Tue, 7 Oct 2008 13:52:30 +0000 (14:52 +0100)
show-build-order.pl

index d89e245..1954e6c 100755 (executable)
@@ -58,6 +58,7 @@ sub main {
     delete $br{"mingw32-wix"};
     delete $br{"mingw32-example"};
     delete $br{"mingw32-gdb"};
+    delete $br{"mingw32-python"};
 
     # There is a dependency loop (gcc -> runtime/w32api -> gcc)
     # which has to be manually resolved below.  Break that loop.