-
-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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
AS variable is wrongly set #23102
Comments
Could you share how to reproduce the build failure? |
If only on my own CI:
is what you see near the end of the log. The run with work-around applied: Here you can see:
somewhere in the middle of a huge log. |
I don't know whether setting |
I think someone should just |
It seems termux sets AS
variable to
aarch64-linux-android-clang
in termux_setup_toolchain_27c.sh script.
But it should set it to:
aarch64-linux-android-clang -c
as otherwise also linker is invoked, leading
to a build failure (in my case).
The text was updated successfully, but these errors were encountered: