aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorPalmer Dabbelt <palmer@dabbelt.com>2017-11-03 16:30:35 -0700
committerPalmer Dabbelt <palmer@dabbelt.com>2017-11-03 16:36:40 -0700
commitd1849cb5e3b8c714c2dae78bb15465f288707ac5 (patch)
treeb3aad5d06c4b9fec59d1e6ecba1fbd25d1833814 /configure
parent3815c611158f435d36121c2c433af664ad86d8ca (diff)
downloadriscv-pk-d1849cb5e3b8c714c2dae78bb15465f288707ac5.zip
riscv-pk-d1849cb5e3b8c714c2dae78bb15465f288707ac5.tar.gz
riscv-pk-d1849cb5e3b8c714c2dae78bb15465f288707ac5.tar.bz2
Remove the platform interface
We now automatically detect everything that the platform interface used to be used for, so it's now obsolete!
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure60
1 files changed, 0 insertions, 60 deletions
diff --git a/configure b/configure
index 335fe2d..e67142c 100755
--- a/configure
+++ b/configure
@@ -592,7 +592,6 @@ subprojects_enabled
subprojects
BBL_PAYLOAD
install_subdir
-PLATFORM_NAME
RISCV
EGREP
GREP
@@ -670,7 +669,6 @@ ac_user_opts='
enable_option_checking
enable_stow
enable_32bit
-with_platform
enable_print_device_tree
enable_optional_subprojects
enable_vm
@@ -1330,7 +1328,6 @@ Optional Features:
Optional Packages:
--with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
--without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
- --with-platform=spike Select the target platform
--with-payload Set ELF payload for bbl
Some influential environment variables:
@@ -4095,17 +4092,6 @@ case "${BUILD_32BIT}" in
;;
esac
-
-# Check whether --with-platform was given.
-if test "${with_platform+set}" = set; then :
- withval=$with_platform; PLATFORM_NAME=$withval
-else
- PLATFORM_NAME=spike
-fi
-
-PLATFORM_NAME=$PLATFORM_NAME
-
-
# Check whether --enable-print-device-tree was given.
if test "${enable_print_device_tree+set}" = set; then :
enableval=$enable_print_device_tree;
@@ -4463,51 +4449,6 @@ $as_echo "#define UTIL_ENABLED /**/" >>confdefs.h
- # Determine if this is a required or an optional subproject
-
-
-
- # Determine if there is a group with the same name
-
-
-
- # Create variations of the subproject name suitable for use as a CPP
- # enabled define, a shell enabled variable, and a shell function
-
-
-
-
-
-
-
-
-
-
-
- # Add subproject to our running list
-
- subprojects="$subprojects platform"
-
- # Process the subproject appropriately. If enabled add it to the
- # $enabled_subprojects running shell variable, set a
- # SUBPROJECT_ENABLED C define, and include the appropriate
- # 'subproject.ac'.
-
-
- { $as_echo "$as_me:${as_lineno-$LINENO}: configuring default subproject : platform" >&5
-$as_echo "$as_me: configuring default subproject : platform" >&6;}
- ac_config_files="$ac_config_files platform.mk:platform/platform.mk.in"
-
- enable_platform_sproj="yes"
- subprojects_enabled="$subprojects_enabled platform"
-
-$as_echo "#define PLATFORM_ENABLED /**/" >>confdefs.h
-
-
-
-
-
-
# Output make variables
@@ -5230,7 +5171,6 @@ do
"dummy_payload.mk") CONFIG_FILES="$CONFIG_FILES dummy_payload.mk:dummy_payload/dummy_payload.mk.in" ;;
"machine.mk") CONFIG_FILES="$CONFIG_FILES machine.mk:machine/machine.mk.in" ;;
"util.mk") CONFIG_FILES="$CONFIG_FILES util.mk:util/util.mk.in" ;;
- "platform.mk") CONFIG_FILES="$CONFIG_FILES platform.mk:platform/platform.mk.in" ;;
"config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;;
"Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;