-
Notifications
You must be signed in to change notification settings - Fork 13
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
Merge linux-crosscompile, improve build script, add CI build and release pipelines #3
Conversation
Following changes are applied to build script: - Use parametric build flags that can be overridden from environment variables - Change script argument logic to be more concise - Set shell options to fail fast and to fail if unset variable is used - Rename `binutils` build step to `binutils-tc`, since "binutils*" expansion matched both mcs and normal binutils Signed-off-by: Domenico Iezzi <[email protected]>
UPDATE: last commit |
Last commit 0efb81c introduces a fix for Win32 build that caused |
Abandoning this PR, since I'm working on a new solution involving GNU autoconf/automake. A new PR will follow shortly. |
PR introduces following changes:
CFLAGS
,CXXFLAGS
andLDFLAGS
. If not set from environment,script will use default values
all
now compiles both windows and linux toolchains. Added a new linux build steps to build onlylinux
toolchain