File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -38,6 +38,7 @@ config ARCH_ARM64
38
38
select ARCH_HAVE_THREAD_LOCAL
39
39
select ARCH_HAVE_PERF_EVENTS
40
40
select ONESHOT
41
+ select LIBC_ARCH_ELF_64BIT if LIBC_ARCH_ELF
41
42
---help---
42
43
The ARM64 architectures
43
44
Original file line number Diff line number Diff line change @@ -56,7 +56,6 @@ config ARCH_CHIP_QEMU
56
56
select ARCH_HAVE_RESET
57
57
select ARCH_HAVE_TEXT_HEAP
58
58
select ARM64_HAVE_PSCI
59
- select LIBC_ARCH_ELF_64BIT if LIBC_ARCH_ELF
60
59
---help---
61
60
QEMU virt platform (ARMv8a)
62
61
@@ -71,7 +70,6 @@ config ARCH_CHIP_GOLDFISH
71
70
select ARCH_HAVE_RESET
72
71
select ARCH_NEED_ADDRENV_MAPPING
73
72
select ARM64_HAVE_PSCI
74
- select LIBC_ARCH_ELF_64BIT if LIBC_ARCH_ELF
75
73
---help---
76
74
Android GoldFish platform for NuttX (ARMv8a),
77
75
based on ARM virt board
@@ -97,7 +95,6 @@ config ARCH_CHIP_IMX9
97
95
select ARCH_HAVE_I2CRESET
98
96
select ARCH_HAVE_IRQTRIGGER
99
97
select ARCH_NEED_ADDRENV_MAPPING
100
- select LIBC_ARCH_ELF_64BIT if LIBC_ARCH_ELF
101
98
---help---
102
99
NXP i.MX9 (ARMv8.2a) applications processors
103
100
You can’t perform that action at this time.
0 commit comments