diff options
author | Alexey Neyman <stilor@att.net> | 2016-03-15 18:52:05 -0700 |
---|---|---|
committer | Alexey Neyman <stilor@att.net> | 2016-04-01 18:15:39 -0700 |
commit | cc7f7db7676b828ec3f75cea6463e62f44d1c519 (patch) | |
tree | deac314aca06c79e94c574dcf71822bbee9576d4 /samples/x86_64-w64-mingw32,x86_64-pc-linux-gnu | |
parent | 712b617a744aa941b99d32d9ff6d9126c77382fb (diff) | |
download | crosstool-ng-cc7f7db7676b828ec3f75cea6463e62f44d1c519.tar.gz crosstool-ng-cc7f7db7676b828ec3f75cea6463e62f44d1c519.tar.bz2 crosstool-ng-cc7f7db7676b828ec3f75cea6463e62f44d1c519.zip |
Mark x86_64-w64-mingw32,x86_64-pc-linux-gnu broken.
I couldn't get this sample to build. I tried rolling ct-ng back to 1.22
and back to the commit that introduced it, to no avail. Not sure if it
ever built on my machine.
The first problem is the failure to build binutils/gold because of the
missing <pthread.h> in mingw. However, even if CT_BINUTILS_GOLD_THREADS
option is unset, the build dies in configure of the pass-1 of the core CC.
The config.log states that it failed to link with libmpfr.a, which has
a lot of undefined references to symbols like '__imp___iob_func'.
Googling shows that these symbols are some dark Cygwin/MinGW magic and I
do not have the knowledge of these arcana. Let some other MinGWizard fix
it another day.
Signed-off-by: Alexey Neyman <stilor@att.net>
Diffstat (limited to 'samples/x86_64-w64-mingw32,x86_64-pc-linux-gnu')
-rw-r--r-- | samples/x86_64-w64-mingw32,x86_64-pc-linux-gnu/broken | 0 | ||||
-rw-r--r-- | samples/x86_64-w64-mingw32,x86_64-pc-linux-gnu/crosstool.config | 2 |
2 files changed, 0 insertions, 2 deletions
diff --git a/samples/x86_64-w64-mingw32,x86_64-pc-linux-gnu/broken b/samples/x86_64-w64-mingw32,x86_64-pc-linux-gnu/broken new file mode 100644 index 00000000..e69de29b --- /dev/null +++ b/samples/x86_64-w64-mingw32,x86_64-pc-linux-gnu/broken diff --git a/samples/x86_64-w64-mingw32,x86_64-pc-linux-gnu/crosstool.config b/samples/x86_64-w64-mingw32,x86_64-pc-linux-gnu/crosstool.config index 10ed2990..304ad602 100644 --- a/samples/x86_64-w64-mingw32,x86_64-pc-linux-gnu/crosstool.config +++ b/samples/x86_64-w64-mingw32,x86_64-pc-linux-gnu/crosstool.config @@ -1,6 +1,4 @@ CT_EXPERIMENTAL=y -CT_DEBUG_CT=y -CT_DEBUG_CT_SAVE_STEPS=y CT_LOCAL_TARBALLS_DIR="${HOME}/src" CT_SAVE_TARBALLS=y # CT_STRIP_HOST_TOOLCHAIN_EXECUTABLES is not set |