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.
This commit is contained in:
Mike Frysinger
2022-11-05 09:52:29 +07:00
parent 319e41e83a
commit 1b2af6a41e
4 changed files with 2 additions and 32 deletions

View File

@@ -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: