aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2024-11-07 14:53:26 +0000
committerNick Clifton <nickc@redhat.com>2024-11-07 14:53:26 +0000
commitaec7815b4b78d4dcd2261f1dab1092dbf4a9e0be (patch)
treeea0e95833af30a4f65ea718367f7b9cd7c4807e1 /configure
parentc26f8fbe794cf2fb4c4a1fdefeae32137d2bd303 (diff)
downloadgdb-aec7815b4b78d4dcd2261f1dab1092dbf4a9e0be.zip
gdb-aec7815b4b78d4dcd2261f1dab1092dbf4a9e0be.tar.gz
gdb-aec7815b4b78d4dcd2261f1dab1092dbf4a9e0be.tar.bz2
Deprecate the ARM simulator.
The ARM simulator is no longer able to simulator modern ARM cores, so it is being deprecated. Once this change has been active for a while - and assuming that no problems have been found - the ARm simulator codebase will be removed.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure9
1 files changed, 8 insertions, 1 deletions
diff --git a/configure b/configure
index 037576c..d3125b0 100755
--- a/configure
+++ b/configure
@@ -3775,6 +3775,13 @@ case "${target}" in
;;
esac
+# The ARM simulator has been deprecated for all ARM targets.
+case "${target}" in
+ arm*-*-*)
+ noconfigdirs="$noconfigdirs sim"
+ ;;
+esac
+
case "${target}" in
*-*-chorusos)
;;
@@ -3786,7 +3793,7 @@ case "${target}" in
;;
arm-*-darwin*)
noconfigdirs="$noconfigdirs ld gas gdb gprof"
- noconfigdirs="$noconfigdirs sim target-rda"
+ noconfigdirs="$noconfigdirs target-rda"
;;
powerpc-*-darwin*)
noconfigdirs="$noconfigdirs ld gas gdb gprof"