Browse Source

autoreconf f849e10ab4

pull/55/head
Palmer Dabbelt 11 years ago
parent
commit
75dfbd195f
  1. 15
      configure

15
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

Loading…
Cancel
Save