configure.sh: Add 64 bit to RISCV-64.
* configure.sh: Add 64 bit for mes_cpu == riscv64.
This commit is contained in:
parent
542f015135
commit
607f86247d
|
@ -2,6 +2,7 @@
|
||||||
|
|
||||||
# GNU Mes --- Maxwell Equations of Software
|
# GNU Mes --- Maxwell Equations of Software
|
||||||
# Copyright © 2018,2019,2021,2022,2023 Jan (janneke) Nieuwenhuizen <janneke@gnu.org>
|
# Copyright © 2018,2019,2021,2022,2023 Jan (janneke) Nieuwenhuizen <janneke@gnu.org>
|
||||||
|
# Copyright © 2023 Ekaitz Zarraga <ekaitz@elenq.tech>
|
||||||
#
|
#
|
||||||
# This file is part of GNU Mes.
|
# This file is part of GNU Mes.
|
||||||
#
|
#
|
||||||
|
@ -201,7 +202,7 @@ case "$host" in
|
||||||
esac
|
esac
|
||||||
|
|
||||||
case "$mes_cpu" in
|
case "$mes_cpu" in
|
||||||
x86_64)
|
x86_64|riscv64)
|
||||||
mes_bits=64;;
|
mes_bits=64;;
|
||||||
*)
|
*)
|
||||||
mes_bits=32;;
|
mes_bits=32;;
|
||||||
|
|
Loading…
Reference in a new issue