forked from Imagelibrary/binutils-gdb
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:
@@ -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:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user