mirror of
https://github.com/gcc-mirror/gcc.git
synced 2024-11-21 13:40:47 +00:00
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. 2024-11-05 Nick Clifton <nickc@redhat.com> * configure.ac: Add sim to noconfigdirs for ARM targets. * configure: Regenerate.
This commit is contained in:
parent
f31b72b75e
commit
6543a21448
9
configure
vendored
9
configure
vendored
@ -3766,6 +3766,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)
|
||||
;;
|
||||
@ -3777,7 +3784,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"
|
||||
|
@ -991,6 +991,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)
|
||||
;;
|
||||
@ -1002,7 +1009,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"
|
||||
|
Loading…
Reference in New Issue
Block a user