aboutsummaryrefslogtreecommitdiff
path: root/sim/configure
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2021-08-19 17:21:55 -0400
committerMike Frysinger <vapier@gentoo.org>2021-09-08 01:24:15 -0400
commit99aedb6243a8ab8b434ec321de0fc3fbb2b6eebf (patch)
tree5db340e44ba833a096653c97dc94dcf17a294007 /sim/configure
parent551a11e1fb395926a4fbe9b3d2d8a27d869ebb52 (diff)
downloadgdb-99aedb6243a8ab8b434ec321de0fc3fbb2b6eebf.zip
gdb-99aedb6243a8ab8b434ec321de0fc3fbb2b6eebf.tar.gz
gdb-99aedb6243a8ab8b434ec321de0fc3fbb2b6eebf.tar.bz2
sim: update configure target list
Fix sorting of the list, and update the globs to match the list used in gdb's configure script.
Diffstat (limited to 'sim/configure')
-rwxr-xr-xsim/configure44
1 files changed, 22 insertions, 22 deletions
diff --git a/sim/configure b/sim/configure
index 8dec72c..44b34e7 100755
--- a/sim/configure
+++ b/sim/configure
@@ -867,8 +867,8 @@ ac_subdirs_all='bpf
mips
mn10300
or1k
-riscv
ppc
+riscv
v850'
# Initialize some variables set by options.
@@ -11386,7 +11386,7 @@ haiku*)
soname_spec='${libname}${release}${shared_ext}$major'
shlibpath_var=LIBRARY_PATH
shlibpath_overrides_runpath=yes
- sys_lib_dlsearch_path_spec='/boot/home/config/lib /boot/common/lib /boot/beos/system/lib'
+ sys_lib_dlsearch_path_spec='/boot/home/config/lib /boot/common/lib /boot/system/lib'
hardcode_into_libs=yes
;;
@@ -14028,7 +14028,7 @@ subdirs="$subdirs bpf"
esac
case "${targ}" in
- all|microblaze-*-*)
+ all|microblaze*-*-*)
if test "${targ}" = "${target}"; then
SIM_PRIMARY_TARGET=microblaze
fi
@@ -14112,7 +14112,7 @@ subdirs="$subdirs bpf"
esac
case "${targ}" in
- all|or1k-*-* | or1knd-*-*)
+ all|or1k*-*-*)
if test "${targ}" = "${target}"; then
SIM_PRIMARY_TARGET=or1k
fi
@@ -14127,6 +14127,21 @@ subdirs="$subdirs bpf"
esac
case "${targ}" in
+ all|powerpc*-*-*)
+ if test "${targ}" = "${target}"; then
+ SIM_PRIMARY_TARGET=ppc
+ fi
+ subdirs="$subdirs ppc"
+
+
+ ac_config_commands="$ac_config_commands depdir-ppc"
+
+
+
+ ;;
+ esac
+
+ case "${targ}" in
all|pru*-*-*)
if test "${targ}" = "${target}"; then
SIM_PRIMARY_TARGET=pru
@@ -14214,7 +14229,7 @@ subdirs="$subdirs bpf"
esac
case "${targ}" in
- all|sparc-*-rtems*|sparc-*-elf*)
+ all|sparc-*-*)
if test "${targ}" = "${target}"; then
SIM_PRIMARY_TARGET=erc32
fi
@@ -14232,21 +14247,6 @@ subdirs="$subdirs bpf"
esac
case "${targ}" in
- all|powerpc*-*-*)
- if test "${targ}" = "${target}"; then
- SIM_PRIMARY_TARGET=ppc
- fi
- subdirs="$subdirs ppc"
-
-
- ac_config_commands="$ac_config_commands depdir-ppc"
-
-
-
- ;;
- esac
-
- case "${targ}" in
all|v850*-*-*)
if test "${targ}" = "${target}"; then
SIM_PRIMARY_TARGET=v850
@@ -15882,6 +15882,7 @@ do
"msp430/Makefile") CONFIG_COMMANDS="$CONFIG_COMMANDS msp430/Makefile" ;;
"depdir-msp430") CONFIG_COMMANDS="$CONFIG_COMMANDS depdir-msp430" ;;
"depdir-or1k") CONFIG_COMMANDS="$CONFIG_COMMANDS depdir-or1k" ;;
+ "depdir-ppc") CONFIG_COMMANDS="$CONFIG_COMMANDS depdir-ppc" ;;
"pru/Makefile.sim") CONFIG_FILES="$CONFIG_FILES pru/Makefile.sim:pru/Makefile.in" ;;
"pru/Makefile") CONFIG_COMMANDS="$CONFIG_COMMANDS pru/Makefile" ;;
"depdir-pru") CONFIG_COMMANDS="$CONFIG_COMMANDS depdir-pru" ;;
@@ -15898,7 +15899,6 @@ do
"erc32/Makefile.sim") CONFIG_FILES="$CONFIG_FILES erc32/Makefile.sim:erc32/Makefile.in" ;;
"erc32/Makefile") CONFIG_COMMANDS="$CONFIG_COMMANDS erc32/Makefile" ;;
"depdir-erc32") CONFIG_COMMANDS="$CONFIG_COMMANDS depdir-erc32" ;;
- "depdir-ppc") CONFIG_COMMANDS="$CONFIG_COMMANDS depdir-ppc" ;;
"depdir-v850") CONFIG_COMMANDS="$CONFIG_COMMANDS depdir-v850" ;;
"example-synacor/Makefile.sim") CONFIG_FILES="$CONFIG_FILES example-synacor/Makefile.sim:example-synacor/Makefile.in" ;;
"example-synacor/Makefile") CONFIG_COMMANDS="$CONFIG_COMMANDS example-synacor/Makefile" ;;
@@ -17483,6 +17483,7 @@ $as_echo X"$file" |
;;
"depdir-msp430":C) $SHELL $ac_aux_dir/mkinstalldirs msp430/$DEPDIR ;;
"depdir-or1k":C) $SHELL $ac_aux_dir/mkinstalldirs or1k/$DEPDIR ;;
+ "depdir-ppc":C) $SHELL $ac_aux_dir/mkinstalldirs ppc/$DEPDIR ;;
"pru/Makefile":C) sed -n \
-e '/^## COMMON_PRE_/,/^## End COMMON_PRE_/ {
/^srcdir = / s:$:/pru:
@@ -17549,7 +17550,6 @@ $as_echo X"$file" |
rm -f erc32/Makesim1.tmp erc32/Makesim2.tmp
;;
"depdir-erc32":C) $SHELL $ac_aux_dir/mkinstalldirs erc32/$DEPDIR ;;
- "depdir-ppc":C) $SHELL $ac_aux_dir/mkinstalldirs ppc/$DEPDIR ;;
"depdir-v850":C) $SHELL $ac_aux_dir/mkinstalldirs v850/$DEPDIR ;;
"example-synacor/Makefile":C) sed -n \
-e '/^## COMMON_PRE_/,/^## End COMMON_PRE_/ {