Changes for Cygwin 64b#33
Open
archont94 wants to merge 2 commits intojcmvbkbc:xtensa-1.22.xfrom
archont94:xtensa-1.22.x
Open
Changes for Cygwin 64b#33archont94 wants to merge 2 commits intojcmvbkbc:xtensa-1.22.xfrom archont94:xtensa-1.22.x
archont94 wants to merge 2 commits intojcmvbkbc:xtensa-1.22.xfrom
archont94:xtensa-1.22.x
Conversation
added 2 commits
October 25, 2016 19:28
This allow to compile esp-open-sdk on Cygwin, shouldn't affect Linux
All credits to @davydnorris who found way to solve this problem. Thanks! More info: http://www.esp8266.com/viewtopic.php?p=56044#p56044
jcmvbkbc
reviewed
Oct 30, 2016
| --with-build-sysroot="${CT_SYSROOT_DIR}" \ | ||
| --with-sysroot="${CT_SYSROOT_DIR}" \ | ||
| --disable-werror \ | ||
| --disable-tui \ |
Owner
There was a problem hiding this comment.
No need to change crosstool-ng proper, just add CT_GDB_CROSS_EXTRA_CONFIG_ARRAY="--disable-tui" to the config.
jcmvbkbc
reviewed
Oct 30, 2016
| + host_xmake_file="${host_xmake_file} i386/x-cygwin" | ||
| + host_exeext=.exe | ||
| + host_lto_plugin_soname=cyglto_plugin-0.dll | ||
| + ;; |
Owner
There was a problem hiding this comment.
I've taken a look at the mainline patch that adds x86_64 cygwin support, it does more than that. Don't we need at least changes to gcc/config.build? There's the whole series that added x86_64 support, why don't we just backport it?
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Hi,
I have problems with compilation of esp-open-sdk project on Cygwin, which use crosstool-NG. These changes shoudn't affect Linux, but without it compilation on Cygwin 64 bit isn't possible.