From 1b2af6a41e68e6deac7c54183131e01cf34584b5 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Sat, 5 Nov 2022 09:52:29 +0700 Subject: sim: ppc: delete unused host bitsize settings Nothing checks this define anywhere, so drop all the logic. We don't want this to be a configure option in the first place as all such usage should be automatic & following proper types. --- sim/ppc/std-config.h | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'sim/ppc/std-config.h') diff --git a/sim/ppc/std-config.h b/sim/ppc/std-config.h index e02d594..d317826 100644 --- a/sim/ppc/std-config.h +++ b/sim/ppc/std-config.h @@ -79,9 +79,9 @@ extern enum bfd_endian current_target_byte_order; #endif -/* Word size of host/target: +/* Word size of target: - Set these according to your host and target requirements. At this + Set these according to your target requirements. At this point in time, I've only compiled (not run) for a 64bit and never built for a 64bit host. This will always remain a compile time option */ @@ -90,10 +90,6 @@ extern enum bfd_endian current_target_byte_order; #define WITH_TARGET_WORD_BITSIZE 32 /* compiled only */ #endif -#ifndef WITH_HOST_WORD_BITSIZE -#define WITH_HOST_WORD_BITSIZE 32 /* 64bit ready? */ -#endif - /* Program environment: -- cgit v1.1