|
|
|
@ -737,7 +737,6 @@ with_boost |
|
|
|
with_boost_libdir |
|
|
|
with_boost_asio |
|
|
|
with_boost_regex |
|
|
|
with_isa |
|
|
|
with_priv |
|
|
|
with_target |
|
|
|
enable_dual_endian |
|
|
|
@ -1403,8 +1402,6 @@ Optional Packages: |
|
|
|
use the Regex library from boost - it is possible to |
|
|
|
specify a certain library for the linker e.g. |
|
|
|
--with-boost-regex=boost_regex-gcc-mt-d-1_33_1 |
|
|
|
--with-isa=RV64IMAFDC_zicntr_zihpm |
|
|
|
Sets the default RISC-V ISA |
|
|
|
--with-priv=MSU Sets the default RISC-V privilege modes supported |
|
|
|
--with-target=riscv64-unknown-elf |
|
|
|
Sets the default target config |
|
|
|
@ -6562,20 +6559,6 @@ fi |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# Check whether --with-isa was given. |
|
|
|
if test ${with_isa+y} |
|
|
|
then : |
|
|
|
withval=$with_isa; |
|
|
|
printf "%s\n" "#define DEFAULT_ISA \"$withval\"" >>confdefs.h |
|
|
|
|
|
|
|
else $as_nop |
|
|
|
|
|
|
|
printf "%s\n" "#define DEFAULT_ISA \"RV64IMAFDC_zicntr_zihpm\"" >>confdefs.h |
|
|
|
|
|
|
|
fi |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# Check whether --with-priv was given. |
|
|
|
if test ${with_priv+y} |
|
|
|
then : |
|
|
|
|