Ignore mingw32-boost for now, because it doesn't work.
authorRichard W.M. Jones <rjones@redhat.com>
Fri, 24 Oct 2008 19:45:27 +0000 (20:45 +0100)
committerRichard W.M. Jones <rjones@redhat.com>
Fri, 24 Oct 2008 19:45:27 +0000 (20:45 +0100)
show-build-order.pl

index ffa8491..33a090f 100755 (executable)
@@ -60,6 +60,7 @@ sub main {
     delete $br{"mingw32-gdb"};
     delete $br{"mingw32-python"};
     delete $br{"mingw32-ocaml"};
+    delete $br{"mingw32-boost"};
 
     # There is a dependency loop (gcc -> runtime/w32api -> gcc)
     # which has to be manually resolved below.  Break that loop.