Skip to content

Commit

Permalink
riscv64: Add riscv64 configure
Browse files Browse the repository at this point in the history
   v8 had been add riscv64 backend, so i open this
pr to add riscv64 configure.

Refs: nodejs#37856
  • Loading branch information
luyahan committed Mar 29, 2021
1 parent 45cdc13 commit f66190c
Show file tree
Hide file tree
Showing 14 changed files with 16,980 additions and 5 deletions.
2 changes: 1 addition & 1 deletion configure.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
valid_os = ('win', 'mac', 'solaris', 'freebsd', 'openbsd', 'linux',
'android', 'aix', 'cloudabi')
valid_arch = ('arm', 'arm64', 'ia32', 'mips', 'mipsel', 'mips64el', 'ppc',
'ppc64', 'x32','x64', 'x86', 'x86_64', 's390x')
'ppc64', 'x32','x64', 'x86', 'x86_64', 's390x', 'riscv64')
valid_arm_float_abi = ('soft', 'softfp', 'hard')
valid_arm_fpu = ('vfp', 'vfpv3', 'vfpv3-d16', 'neon')
valid_mips_arch = ('loongson', 'r1', 'r2', 'r6', 'rx')
Expand Down
Loading

0 comments on commit f66190c

Please sign in to comment.