From 88aefd44adea974b5f6f5b393141b1e165f403c3 Mon Sep 17 00:00:00 2001 From: Yang Liu Date: Fri, 17 Oct 2025 19:01:37 +0800 Subject: [ENV] Added a new BOX64_ARCH option (#3076) --- docs/gen/usage.json | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) (limited to 'docs/gen/usage.json') diff --git a/docs/gen/usage.json b/docs/gen/usage.json index 53cc74b5..f96bb1c5 100644 --- a/docs/gen/usage.json +++ b/docs/gen/usage.json @@ -35,6 +35,34 @@ } ] }, + { + "name": "BOX64_ARCH", + "description": "Specify the architecture in rcfiles to which the current entry applies. This option only takes effect when used inside rcfiles.", + "category": "Compatibility", + "wine": false, + "options": [ + { + "key": "`arm64`", + "description": "Only apply current entry for AArch64.", + "default": false + }, + { + "key": "`la64`", + "description": "Only apply current entry for LoongArch64.", + "default": false + }, + { + "key": "`rv64`", + "description": "Only apply current entry for RISC-V.", + "default": false + }, + { + "key": "``", + "description": "Apply current entry for all architectures, will be replaced by more specific entries.", + "default": true + } + ] + }, { "name": "BOX64_ARGS", "description": "Arguments to pass to the guest program, only valid if there is no existing arguments.", -- cgit 1.4.1