[PATCH] MinGW bootstrap fix.
Pedro Alves
pedro_alves@portugalmail.pt
Thu Dec 21 17:14:00 GMT 2006
Hi all,
In the process of running the ld testsuite on MinGW+cygwin I noted that
ld/configure.host
doesn't have a mingw entry. Attached is a patch that fixes it, but
since I know close to
nothing on MinGW, it may be wrong.
Please review and commit.
This is what it fixes:
-FAIL: bootstrap
-FAIL: bootstrap with strip
-FAIL: bootstrap with --static
-FAIL: bootstrap with --traditional-format
-FAIL: bootstrap with --no-keep-memory
-FAIL: bootstrap with --relax
+PASS: bootstrap
+PASS: bootstrap with strip
+PASS: bootstrap with --static
+PASS: bootstrap with --traditional-format
+PASS: bootstrap with --no-keep-memory
+PASS: bootstrap with --relax
Running /mingw/h8s/binutils/ld/testsuite/ld-cdtest/cdtest.exp ...
FAIL: cdtest
FAIL: cdtest with -Ur
@@ -149,8 +149,8 @@ Running /mingw/h8s/binutils/ld/testsuite
=== ld Summary ===
-# of expected passes 40
-# of unexpected failures 10
+# of expected passes 46
+# of unexpected failures 4
# of unexpected successes 1
# of expected failures 3
# of unsupported tests 2
Cheers,
Pedro Alves
----
ld/
2006-12-21 Pedro Alves <pedro_alves@portugalmail.pt>
* configure.host: Add i[3-7]86-*-mingw* case.
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: configure.host.diff
URL: <https://sourceware.org/pipermail/binutils/attachments/20061221/083801f1/attachment.ksh>
More information about the Binutils
mailing list