diff options
author | Mike Frysinger <vapier@gentoo.org> | 2022-11-05 09:52:29 +0700 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2022-11-05 10:04:23 +0700 |
commit | 1b2af6a41e68e6deac7c54183131e01cf34584b5 (patch) | |
tree | 8409d9659c047fe4db2dee8ba372a4dcbcb5d88f /sim/ppc/options.c | |
parent | 319e41e83a405bcc975c706faa172a0c2ab63598 (diff) | |
download | binutils-1b2af6a41e68e6deac7c54183131e01cf34584b5.zip binutils-1b2af6a41e68e6deac7c54183131e01cf34584b5.tar.gz binutils-1b2af6a41e68e6deac7c54183131e01cf34584b5.tar.bz2 |
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.
Diffstat (limited to 'sim/ppc/options.c')
-rw-r--r-- | sim/ppc/options.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sim/ppc/options.c b/sim/ppc/options.c index b744513..8e1c262 100644 --- a/sim/ppc/options.c +++ b/sim/ppc/options.c @@ -114,7 +114,6 @@ print_options (void) printf_filtered ("WITH_TARGET_BYTE_ORDER = %s\n", options_byte_order (WITH_TARGET_BYTE_ORDER)); printf_filtered ("WITH_XOR_ENDIAN = %d\n", WITH_XOR_ENDIAN); printf_filtered ("WITH_SMP = %d\n", WITH_SMP); - printf_filtered ("WITH_HOST_WORD_BITSIZE = %d\n", WITH_HOST_WORD_BITSIZE); printf_filtered ("WITH_TARGET_WORD_BITSIZE = %d\n", WITH_TARGET_WORD_BITSIZE); printf_filtered ("WITH_ENVIRONMENT = %s\n", options_env(WITH_ENVIRONMENT)); printf_filtered ("WITH_EVENTS = %d\n", WITH_EVENTS); |