-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
GNUmakefile: Add a value for cross-build #9015
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
Conversation
|
GNU testsuite comparison: |
|
Could you please add a test in github action to make sure we don't regress in the future? |
This comment was marked as resolved.
This comment was marked as resolved.
|
GNU testsuite comparison: |
|
@Ecordonnier I don't know pkg names of Ubuntu well. Needs your help. |
|
GNU testsuite comparison: |
|
GNU testsuite comparison: |
|
you are mixing changes {} => () and the rest of the change |
|
GNU testsuite comparison: |
|
Can't you just remove CARGOFLAGS from the call which is building uudocs instead of adding a new variable for the target? I would expect that those CARGOFLAGS would be for the target build, not for tools which are compiled for the host architecture. |
No. Because it would block reusing prebuilt crate caches from coreutils (at non-cross build). |
@aaron-ang Is |
uudocneeds different build RUSTFLAGS for cross-build.