aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorAndrew Waterman <waterman@s144.Millennium.Berkeley.EDU>2011-04-09 17:37:42 -0700
committerAndrew Waterman <waterman@s144.Millennium.Berkeley.EDU>2011-04-09 17:37:42 -0700
commit6e7fe98ea95c6da8c573fdc032b5269f08bbacc1 (patch)
treee0f0f3c73ad8785a95a6e8d22c96b5430370bb56 /configure
parent666ae0c9e5355e578c2487b81f48b4b74cc16dda (diff)
downloadriscv-pk-6e7fe98ea95c6da8c573fdc032b5269f08bbacc1.zip
riscv-pk-6e7fe98ea95c6da8c573fdc032b5269f08bbacc1.tar.gz
riscv-pk-6e7fe98ea95c6da8c573fdc032b5269f08bbacc1.tar.bz2
[xcc,pk,sim,opcodes] added first RVC instruction
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure37
1 files changed, 0 insertions, 37 deletions
diff --git a/configure b/configure
index e3446f2..520e099 100755
--- a/configure
+++ b/configure
@@ -636,8 +636,6 @@ enable_option_checking
enable_stow
enable_optional_subprojects
enable_vm
-enable_kernel_64bit
-enable_user_64bit
enable_fp_emulation
'
ac_precious_vars='build_alias
@@ -1272,8 +1270,6 @@ Optional Features:
--enable-optional-subprojects
Enable all optional subprojects
--disable-vm Disable virtual memory
- --disable-kernel-64bit Disable 64-bit kernel operation
- --disable-user-64bit Disable 64-bit user operation
--disable-fp-emulation Disable floating-point emulation
Some influential environment variables:
@@ -3990,39 +3986,6 @@ $as_echo "#define PK_ENABLE_VM /**/" >>confdefs.h
fi
-# Check whether --enable-kernel-64bit was given.
-if test "${enable_kernel_64bit+set}" = set; then :
- enableval=$enable_kernel_64bit;
-fi
-
-if test "x$enable_kernel_64bit" != "xno"; then :
-
-
-$as_echo "#define PK_ENABLE_KERNEL_64BIT /**/" >>confdefs.h
-
-
-else
-
- CFLAGS="$CFLAGS -mabi=32"
-
- LDFLAGS="$LDFLAGS -mabi=32"
-
-
-fi
-
-# Check whether --enable-user-64bit was given.
-if test "${enable_user_64bit+set}" = set; then :
- enableval=$enable_user_64bit;
-fi
-
-if test "x$enable_user_64bit" != "xno"; then :
-
-
-$as_echo "#define PK_ENABLE_USER_64BIT /**/" >>confdefs.h
-
-
-fi
-
# Check whether --enable-fp-emulation was given.
if test "${enable_fp_emulation+set}" = set; then :
enableval=$enable_fp_emulation;