From e665e552b3944f4003f2cef76f650b38570cb854 Mon Sep 17 00:00:00 2001 From: Andrew Waterman Date: Sat, 11 Jun 2011 16:13:59 -0700 Subject: [xcc] fix configure scripts --- configure | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'configure') diff --git a/configure b/configure index eda5f6c..cca7f14 100755 --- a/configure +++ b/configure @@ -1274,9 +1274,9 @@ Optional Features: Enable all optional subprojects --disable-fpu Disable floating-point --disable-64bit Disable 64-bit mode - --disable-rvc Disable instruction compression + --enable-rvc Enable instruction compression --disable-vec Disable vector processor - --disable-icsim Enable instruction cache simulator + --enable-icsim Enable instruction cache simulator Some influential environment variables: CC C compiler command @@ -4056,7 +4056,7 @@ if test "${enable_rvc+set}" = set; then : enableval=$enable_rvc; fi -if test "x$enable_rvc" != "xno"; then : +if test "x$enable_rvc" = "xyes"; then : $as_echo "#define RISCV_ENABLE_RVC /**/" >>confdefs.h -- cgit v1.1