mirror of
https://git.busybox.net/buildroot.git
synced 2024-11-23 21:43:30 +08:00
package/gmp: fix !RISC-V RVM conditional after merge of next
This was added both on master and next, but the symbol was also renamed in
next by commit cbd91e89e4
(arch/Config.in.riscv: allow extensions for
generic) and resolved wrong. Ensure we use the new symbol name.
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
9204d644a9
commit
f9abda6352
@ -21,7 +21,7 @@ GMP_CONF_OPTS += --disable-assembly
|
||||
endif
|
||||
|
||||
# GMP needs M extension for riscv assembly
|
||||
ifeq ($(BR2_riscv):$(BR2_RISCV_ISA_CUSTOM_RVM),y:)
|
||||
ifeq ($(BR2_riscv):$(BR2_RISCV_ISA_RVM),y:)
|
||||
GMP_CONF_OPTS += --disable-assembly
|
||||
endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user