-
Notifications
You must be signed in to change notification settings - Fork 738
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Mention the preferred version of GCC on Windows #924
Conversation
I know in the past the IBM SDK used a different version on mingw (gcc) than the one listed here. Do you know if the version listed here generates code that performs as well as the older versions of mingw? |
@charliegracie see #727 for the performance results |
This is ready for review & merge. |
buildenv/Build_Instructions_V9.md
Outdated
@@ -311,7 +311,7 @@ The following instructions guide you through the process of building a Windows O | |||
:ledger: | |||
You must install a number of software dependencies to create a suitable build environment on your system: | |||
|
|||
- [Cygwin](https://cygwin.com/install.html), which provides a Unix-style command line interface. Install all packages in the `Devel` category. In the `Archive` category, install the packages `zip` and `unzip`. Install any further package dependencies that are identified by the installer. More information about using Cygwin can be found [here](https://cygwin.com/docs.html). | |||
- [Cygwin](https://cygwin.com/install.html), which provides a Unix-style command line interface. Install all packages in the `Devel` category. In the `Archive` category, install the packages `zip` and `unzip`. Install any further package dependencies that are identified by the installer. More information about using Cygwin can be found [here](https://cygwin.com/docs.html). OpenJ9 is tested with version 6.4.0 of GCC, provided by default with current Cygwin installations. Other versions are expected to work also. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should this say mingw instead of GCC?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Or mingw/gcc
Signed-off-by: Peter Bain <peter_bain@ca.ibm.com>
Thanks for the comment. |
@SueChaplain fyi |
Related to #727 and #922
Signed-off-by: Peter Bain peter_bain@ca.ibm.com