aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorXavier Leroy <xavier.leroy@inria.fr>2017-07-31 14:59:21 +0200
committerXavier Leroy <xavier.leroy@inria.fr>2017-07-31 14:59:21 +0200
commitb38c296c99e8a482190eb37e37fc723ac5f75a7c (patch)
tree75e49ce2ff3cbd18b456fd9627bfea5bb3acd737
parent5547231519be37243ad0cb5f1a320547052c5775 (diff)
downloadcompcert-kvx-b38c296c99e8a482190eb37e37fc723ac5f75a7c.tar.gz
compcert-kvx-b38c296c99e8a482190eb37e37fc723ac5f75a7c.zip
Mention rv32- and rv64- configurations in the help message
These are the configurations for the new RISC-V port.
-rwxr-xr-xconfigure2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure b/configure
index a068977b..e5ed112c 100755
--- a/configure
+++ b/configure
@@ -43,6 +43,8 @@ Supported targets:
x86_32-cygwin (x86 32 bits, Cygwin environment under Windows)
x86_64-linux (x86 64 bits, Linux)
x86_64-macosx (x86 64 bits, MacOS X)
+ rv32-linux (RISC-V 32 bits, Linux)
+ rv64-linux (RISC-V 64 bits, Linux)
manual (edit configuration file by hand)
For x86 targets, the "x86_32-" prefix can also be written "ia32-".