mirror of
https://gitlab.postmarketos.org/postmarketOS/pmbootstrap.git
synced 2025-07-13 03:19:47 +03:00
Remove --no-crossdirect argument
With an upcoming patch to remove the legacy distcc code, the --no-crossdirect argument would do the same as --no-cross: perform the build entirely in qemu. So remove the argument. I doubt anybody was using it anyway. Reviewed-by: Luca Weiss <luca@z3ntu.xyz> Reviewed-by: Clayton Craft <clayton@craftyguy.net> Link: https://lists.sr.ht/~postmarketos/pmbootstrap-devel/%3C20230613161437.570196-3-ollieparanoid@postmarketos.org%3E
This commit is contained in:
parent
7f5c87e5dd
commit
25b3530c4e
2 changed files with 1 additions and 7 deletions
|
@ -652,12 +652,6 @@ def arguments():
|
|||
# Compiler
|
||||
parser.add_argument("--no-ccache", action="store_false",
|
||||
dest="ccache", help="do not cache the compiled output")
|
||||
parser.add_argument("--no-crossdirect", action="store_true",
|
||||
help="Don't use the new, faster 'crossdirect' method,"
|
||||
" use the old 'distcc-sshd' method instead. Use"
|
||||
" if crossdirect broke something. This option"
|
||||
" and the legacy 'distcc-sshd' code will be"
|
||||
" removed soon if no problems turn up.")
|
||||
parser.add_argument("--distcc-nofallback", action="store_false",
|
||||
help="when using the cross compiler via distcc fails,"
|
||||
"do not fall back to compiling slowly with QEMU",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue