nuttx-apps/tools/i486-unknown-nuttx.json
Huang Qi ea22a66dcf tools: Fix target-pointer-width type in x86 target configs
Remove quotes around target-pointer-width values in i486 and x86_64
target configuration files to change from string to numeric type.
This change is required due to recent rustc JSON format modifications
that expect numeric values instead of strings for target-pointer-width.

Signed-off-by: Huang Qi <huangqi3@xiaomi.com>
2026-03-13 12:37:55 +01:00

33 lines
889 B
JSON

{
"arch": "x86",
"cpu": "i486",
"crt-objects-fallback": "false",
"data-layout": "e-m:e-p:32:32-p270:32:32-p271:32:32-p272:64:64-i128:128-f64:32:64-f80:32-n8:16:32-S128",
"features": "-mmx,-sse,-sse2,-sse3,-ssse3,-sse4.1,-sse4.2,-avx,-avx2,+soft-float",
"default-dwarf-version": 2,
"dynamic-linking": true,
"has-rpath": true,
"has-thread-local": true,
"linker-flavor": "gnu-lld",
"llvm-target": "i486-unknown-nuttx",
"max-atomic-width": 64,
"metadata": {
"description": "32-bit x86, resricted to i486",
"host_tools": false,
"std": true,
"tier": 3
},
"no-default-libraries": true,
"os": "nuttx",
"position-independent-executables": false,
"relro-level": "full",
"rustc-abi": "x86-softfloat",
"stack-probes": {
"kind": "inline"
},
"target-family": [
"unix"
],
"target-mcount": "__mcount",
"target-pointer-width": 32
}