git.annexia.org
/
fedora-mingw.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cdc4c6f
)
Ignore mingw32-boost for now, because it doesn't work.
author
Richard W.M. Jones
<rjones@redhat.com>
Fri, 24 Oct 2008 19:45:27 +0000
(20:45 +0100)
committer
Richard W.M. Jones
<rjones@redhat.com>
Fri, 24 Oct 2008 19:45:27 +0000
(20:45 +0100)
show-build-order.pl
patch
|
blob
|
history
diff --git
a/show-build-order.pl
b/show-build-order.pl
index
ffa8491
..
33a090f
100755
(executable)
--- a/
show-build-order.pl
+++ b/
show-build-order.pl
@@
-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.