GNUmakefile: Add a value for cross-build#9015
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.