From 75dfbd195f5a015d39ece3860eb0f31ab334a95e Mon Sep 17 00:00:00 2001 From: Palmer Dabbelt Date: Thu, 2 Jul 2015 13:12:45 -0700 Subject: [PATCH] autoreconf f849e10ab4e0abef14e0e497f82c60e68360d066 --- configure | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/configure b/configure index 6ed146f0..8ace6929 100755 --- a/configure +++ b/configure @@ -589,7 +589,7 @@ glibc_configure_flags float_asflags float_cflags atomic_cflags -BASE_ISA +ARCH XLEN default_target FETCHER @@ -652,7 +652,7 @@ ac_user_opts=' enable_option_checking enable_linux with_xlen -with_base_isa +with_arch enable_atomic enable_float enable_multilib @@ -1287,8 +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-base-isa=G/I Sets the base RISC-V ISA to either G or I, defaults - to G + --with-arch=G Sets the base RISC-V ISA, defaults to G Some influential environment variables: CC C compiler command @@ -3152,12 +3151,12 @@ fi -# Check whether --with-base-isa was given. -if test "${with_base_isa+set}" = set; then : - withval=$with_base_isa; BASE_ISA=$withval +# Check whether --with-arch was given. +if test "${with_arch+set}" = set; then : + withval=$with_arch; ARCH=$withval else - BASE_ISA=G + ARCH=G fi