Skip to content
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

Remove aarch64-linux-gnu- from native build #5451

Merged
merged 1 commit into from
Apr 16, 2019

Conversation

knn-k
Copy link
Contributor

@knn-k knn-k commented Apr 11, 2019

The native build on AArch64 Linux uses aarch64-linux-gnu-gcc and other
commands with the aarch64-linux-gnu- prefix, which are used in the cross
build.
This commit removes the use of those unnecessary prefix from the native
build.

Signed-off-by: knn-k konno@jp.ibm.com

@knn-k knn-k changed the title WIP: Remove aarch64-linux-gnu- from native build Remove aarch64-linux-gnu- from native build Apr 12, 2019
The native build on AArch64 Linux uses aarch64-linux-gnu-gcc and other
commands with the aarch64-linux-gnu- prefix, which are used in the cross
build.
This commit removes the use of those unnecessary prefix from the native
build.

Signed-off-by: knn-k <konno@jp.ibm.com>
@DanHeidinga DanHeidinga self-assigned this Apr 15, 2019
@knn-k
Copy link
Contributor Author

knn-k commented Apr 16, 2019

Are properties uma_make_cmd_* used anywhere?
I can find only the definitions of those properties in buildspecs/*.spec, regardless of the target platforms.

@pshipton
Copy link
Member

I find compiler="{$spec.property.uma_make_cmd_cc$}" in code internal to IBM.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants