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

glibc: fix broken x86_64 conditional #787

Merged
merged 1 commit into from
Feb 27, 2020
Merged

glibc: fix broken x86_64 conditional #787

merged 1 commit into from
Feb 27, 2020

Conversation

bcressey
Copy link
Contributor

Issue number:
#692

Description of changes:
Remove unnecessary flags and apply --static-pie to aarch64 as well.

Testing done:
Built x86_64 and aarch64 images, smoke tested in VM up through boot.

Terms of contribution:

By submitting this pull request, I agree that this contribution is dual-licensed under the terms of both the Apache License, version 2.0, and the MIT license.

Drop `--enable-cet` since it is not supported by current processors.

Drop `--enable-lock-elision` since it is now set by a tunable rather
than a configure option.

Use `--static-pie` unconditionally since it is supported for both
x86_64 and aarch64.

Signed-off-by: Ben Cressey <bcressey@amazon.com>
@tjkirch tjkirch merged commit 0d42d46 into develop Feb 27, 2020
@tjkirch tjkirch deleted the glibc-fix branch February 27, 2020 01:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants