aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorPalmer Dabbelt <palmer.dabbelt@eecs.berkeley.edu>2015-07-02 16:32:30 -0700
committerPalmer Dabbelt <palmer.dabbelt@eecs.berkeley.edu>2015-07-02 16:32:30 -0700
commitfa54fe1ecebf752a29dff1c208faaba54a86f947 (patch)
tree7c360574f6516a3008324be292425761dc350575 /configure
parent0d15a327429565ebb8727466009fb427f15293fc (diff)
downloadriscv-gnu-toolchain-fa54fe1ecebf752a29dff1c208faaba54a86f947.zip
riscv-gnu-toolchain-fa54fe1ecebf752a29dff1c208faaba54a86f947.tar.gz
riscv-gnu-toolchain-fa54fe1ecebf752a29dff1c208faaba54a86f947.tar.bz2
autoreconf 0d15a327429565ebb8727466009fb427f15293fc
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index 8ace692..ac2e832 100755
--- a/configure
+++ b/configure
@@ -1287,7 +1287,7 @@ Optional Packages:
--with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
--without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
--with-xlen=XLEN Set XLEN, the X-register bit width (default is 64)
- --with-arch=G Sets the base RISC-V ISA, defaults to G
+ --with-arch=IMAFD Sets the base RISC-V ISA, defaults to IMAFD
Some influential environment variables:
CC C compiler command
@@ -3156,7 +3156,7 @@ if test "${with_arch+set}" = set; then :
withval=$with_arch; ARCH=$withval
else
- ARCH=G
+ ARCH=IMAFD
fi