From 2c3bcf2537c2eddbdfc5d9f8e5e285b310c9fe7f Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Tue, 2 Jan 2024 09:58:07 -0500 Subject: sim: ppc: hoist compilation up to top-level This removes all recursive makes from the ppc port. --- sim/configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sim/configure.ac') 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]) -- cgit v1.1