Skip to content

Remove needless toolchain files and variable settings. #1259

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

Merged

Conversation

robertsipka
Copy link
Contributor

Unnecessary to set CMAKE_SYSTEM_NAME and CMAKE_SYSTEM_PROCESSOR set, these values are set by default.
Its also able to use any C99-compliant compiler bye use the default CC enviroment variable or set the
CMAKE_C_COMPILER value using the build script cmake-param argument.

JerryScript-DCO-1.0-Signed-off-by: Robert Sipka rsipka.uszeged@partner.samsung.com

@robertsipka robertsipka force-pushed the remove_needless_toolchains branch 2 times, most recently from eeb4122 to 994ce26 Compare August 10, 2016 16:19
@akosthekiss akosthekiss added enhancement An improvement tools Related to the tooling scripts labels Aug 10, 2016
@robertsipka robertsipka force-pushed the remove_needless_toolchains branch from 994ce26 to 00fcf92 Compare August 10, 2016 18:29
@zherczeg
Copy link
Member

LGTM

1 similar comment
@akosthekiss
Copy link
Member

LGTM

Unnecessary to set CMAKE_SYSTEM_NAME and CMAKE_SYSTEM_PROCESSOR, these values
are set by default. It also allows to use any C99-compliant compiler by using
the default CC enviroment variable or by setting the CMAKE_C_COMPILER value
using the build script's --cmake-param argument.

JerryScript-DCO-1.0-Signed-off-by: Robert Sipka rsipka.uszeged@partner.samsung.com
@robertsipka robertsipka force-pushed the remove_needless_toolchains branch from 00fcf92 to 1b996a9 Compare August 11, 2016 14:59
@robertsipka
Copy link
Contributor Author

Thanks, I've rebased it with master.

@akosthekiss akosthekiss merged commit 1b996a9 into jerryscript-project:master Aug 11, 2016
@robertsipka robertsipka deleted the remove_needless_toolchains branch November 24, 2016 08:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement An improvement tools Related to the tooling scripts
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants