|
|
|
@ -587,11 +587,8 @@ LIBOBJS |
|
|
|
qemu_targets |
|
|
|
enable_libsanitizer |
|
|
|
with_linux_headers_src |
|
|
|
with_llvm_src |
|
|
|
with_pk_src |
|
|
|
with_dejagnu_src |
|
|
|
with_pk_src |
|
|
|
with_dejagnu_src |
|
|
|
with_llvm_src |
|
|
|
with_pk_src |
|
|
|
with_spike_src |
|
|
|
with_qemu_src |
|
|
|
@ -1334,7 +1331,6 @@ Optional Features: |
|
|
|
[--disable-linux] |
|
|
|
--enable-debug-info build glibc/musl/newlibc/libgcc with debug |
|
|
|
information |
|
|
|
--disable-debug-info build glibc and musl without debug infromation |
|
|
|
--enable-multilib build both RV32 and RV64 runtime libraries (only |
|
|
|
RV64 for musl libc) [--disable-multilib] |
|
|
|
--enable-gcc-checking Enable gcc internal checking, it will make gcc very |
|
|
|
@ -3303,10 +3299,17 @@ if test "${enable_debug_info+set}" = set; then : |
|
|
|
enableval=$enable_debug_info; enable_debug_info=yes |
|
|
|
else |
|
|
|
enable_debug_info=no |
|
|
|
enableval=$enable_debug_info; disable_debug_info=yes |
|
|
|
|
|
|
|
fi |
|
|
|
|
|
|
|
|
|
|
|
if test "x$enable_debug_info" != xyes; then : |
|
|
|
disable_debug_info=yes |
|
|
|
else |
|
|
|
disable_debug_info=no |
|
|
|
|
|
|
|
fi |
|
|
|
|
|
|
|
if test "x$enable_debug_info" != xyes; then : |
|
|
|
debug_info="" |
|
|
|
|
|
|
|
@ -3788,25 +3791,6 @@ fi |
|
|
|
} |
|
|
|
{ |
|
|
|
|
|
|
|
# Check whether --with-dejagnu-src was given. |
|
|
|
if test "${with_dejagnu_src+set}" = set; then : |
|
|
|
withval=$with_dejagnu_src; |
|
|
|
else |
|
|
|
with_dejagnu_src=default |
|
|
|
|
|
|
|
fi |
|
|
|
|
|
|
|
if test "x$with_dejagnu_src" != xdefault; then : |
|
|
|
with_dejagnu_src=$with_dejagnu_src |
|
|
|
|
|
|
|
else |
|
|
|
with_dejagnu_src="\$(srcdir)/dejagnu" |
|
|
|
|
|
|
|
fi |
|
|
|
|
|
|
|
} |
|
|
|
{ |
|
|
|
|
|
|
|
# Check whether --with-dejagnu-src was given. |
|
|
|
if test "${with_dejagnu_src+set}" = set; then : |
|
|
|
withval=$with_dejagnu_src; |
|
|
|
|