From c0931f26e3923c75a3edc114175bb88dc11c5497 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Sun, 22 Mar 2015 22:55:42 -0400 Subject: sim: clean up SIM_HAVE_BIENDIAN This define only applies when using the old run.o main. Document it as such, and delete it from mips/sh64 since both use nrun.o now. --- sim/sh64/tconfig.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'sim/sh64/tconfig.h') diff --git a/sim/sh64/tconfig.h b/sim/sh64/tconfig.h index 9d64be9..dbcf232 100644 --- a/sim/sh64/tconfig.h +++ b/sim/sh64/tconfig.h @@ -34,6 +34,3 @@ and -pbb. However some cpu families may use -simple while others use one of -scache/-pbb. ???? */ #define WITH_SCACHE_PBB 1 - -/* Define this if the target cpu is bi-endian and the simulator supports it. */ -#define SIM_HAVE_BIENDIAN -- cgit v1.1