From 13ba8b69271683f5cc4c723a6dbd1070b9aa671f Mon Sep 17 00:00:00 2001 From: Michael Meissner Date: Fri, 25 Aug 1995 16:05:32 +0000 Subject: Only build PowerPC simulator if target is powerpc*-*-eabisim --- sim/configure.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sim/configure.in') diff --git a/sim/configure.in b/sim/configure.in index 36d6a78..90a3c8c 100644 --- a/sim/configure.in +++ b/sim/configure.in @@ -16,8 +16,8 @@ case "${target}" in h8300*-*-*) sim_target=h8300 ;; h8500-*-*) sim_target=h8500 ;; sh*-*-*) sim_target=sh ;; - powerpc-*-*) sim_target=ppc ;; - powerpcle-*-*) sim_target=ppc ;; + powerpc-*-eabisim*) sim_target=ppc ;; + powerpcle-*-eabisim*) sim_target=ppc ;; w65-*-*) sim_target=w65 ;; z8k*-*-*) sim_target=z8k ;; *) sim_target=none ;; -- cgit v1.1