aboutsummaryrefslogtreecommitdiff
path: root/sim/configure.ac
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2024-01-02 09:58:07 -0500
committerMike Frysinger <vapier@gentoo.org>2024-01-03 01:21:48 -0500
commit2c3bcf2537c2eddbdfc5d9f8e5e285b310c9fe7f (patch)
treef0355d21c57bac3f91a8aa4dd80e36ffc712b6f1 /sim/configure.ac
parent10e1edb7373416dfd76906f230c9411317162fb8 (diff)
downloadgdb-2c3bcf2537c2eddbdfc5d9f8e5e285b310c9fe7f.zip
gdb-2c3bcf2537c2eddbdfc5d9f8e5e285b310c9fe7f.tar.gz
gdb-2c3bcf2537c2eddbdfc5d9f8e5e285b310c9fe7f.tar.bz2
sim: ppc: hoist compilation up to top-level
This removes all recursive makes from the ppc port.
Diffstat (limited to 'sim/configure.ac')
-rw-r--r--sim/configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/sim/configure.ac b/sim/configure.ac
index 937571a..0bb7f7d 100644
--- a/sim/configure.ac
+++ b/sim/configure.ac
@@ -119,7 +119,7 @@ if test "${enable_sim}" != no; then
SIM_TARGET([moxie-*-*], [moxie])
SIM_TARGET([msp430*-*-*], [msp430])
SIM_TARGET([or1k*-*-*], [or1k])
- SIM_TARGET([powerpc*-*-*], [ppc], [true])
+ SIM_TARGET([powerpc*-*-*], [ppc])
SIM_TARGET([pru*-*-*], [pru])
SIM_TARGET([riscv*-*-*], [riscv])
SIM_TARGET([rl78-*-*], [rl78])