From b5ef6d669e51b57b6f07ec4ee12f9718cd521a95 Mon Sep 17 00:00:00 2001 From: Rob Savoye Date: Mon, 20 May 1996 03:13:02 +0000 Subject: [PATCH] * func.c(bfd_load): Don't try to print the filename if the pfbd is NULL. * interf.c(sim_load): Pass the whole string, not just the first byte. --- sim/configure.in | 1 + 1 file changed, 1 insertion(+) diff --git a/sim/configure.in b/sim/configure.in index 296cb8ca361..db3712213fe 100644 --- a/sim/configure.in +++ b/sim/configure.in @@ -51,6 +51,7 @@ case "${target}" in powerpc*-*-eabi*) if test x"$powerpc_sim" = x"yes"; then sim_target=ppc; fi ;; w65-*-*) sim_target=w65 ;; z8k*-*-*) sim_target=z8k ;; + sparc*-*-*) sim_target=erc32 ;; *) sim_target=none ;; esac -- 2.30.2