aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorAndrew Waterman <andrew@sifive.com>2017-02-01 18:01:24 -0800
committerAndrew Waterman <andrew@sifive.com>2017-02-01 18:01:24 -0800
commitf4fa6730d6499d1ef64d690294c2f3320063214d (patch)
tree019959797a9fb6293096bd6caecb63f2be43ae35 /configure
parentee0cf248173a2482b8c0f393749edcab70e09f46 (diff)
downloadriscv-gnu-toolchain-f4fa6730d6499d1ef64d690294c2f3320063214d.zip
riscv-gnu-toolchain-f4fa6730d6499d1ef64d690294c2f3320063214d.tar.gz
riscv-gnu-toolchain-f4fa6730d6499d1ef64d690294c2f3320063214d.tar.bz2
bump; change linux default to RVC
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure10
1 files changed, 5 insertions, 5 deletions
diff --git a/configure b/configure
index b45bf8f..5b98b5d 100755
--- a/configure
+++ b/configure
@@ -1297,7 +1297,7 @@ Optional Features:
Optional Packages:
--with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
--without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
- --with-arch=rv64g Sets the base RISC-V ISA, defaults to rv64g
+ --with-arch=rv64imafdc Sets the base RISC-V ISA, defaults to rv64imafdc
--with-abi=lp64d Sets the base RISC-V ABI, defaults to lp64d
Some influential environment variables:
@@ -3226,7 +3226,7 @@ fi
if test "${with_arch+set}" = set; then :
withval=$with_arch;
else
- with_arch=rv64g
+ with_arch=rv64imafdc
fi
@@ -3243,13 +3243,13 @@ fi
if test "x$with_abi" == xdefault; then :
case $with_arch in #(
- *rv64g | *rv64*d*) :
+ *rv64g* | *rv64*d*) :
with_abi=lp64d ;; #(
*rv64*f*) :
with_abi=lp64f ;; #(
*rv64*) :
with_abi=lp64 ;; #(
- *rv32g | *rv32*d*) :
+ *rv32g* | *rv32*d*) :
with_abi=ilp32d ;; #(
*rv32*f*) :
with_abi=ilp32f ;; #(
@@ -3284,7 +3284,7 @@ else
fi
if test "x$enable_multilib" != xno; then :
- multilib_names="rv32ima-ilp32 rv32imafd-ilp32d rv64ima-lp64 rv64imafd-lp64d"
+ multilib_names="rv32imac-ilp32 rv32imafdc-ilp32d rv64imac-lp64 rv64imafdc-lp64d"
fi