aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sim/ppc/std-config.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/sim/ppc/std-config.h b/sim/ppc/std-config.h
index d317826..de68cf2 100644
--- a/sim/ppc/std-config.h
+++ b/sim/ppc/std-config.h
@@ -90,6 +90,14 @@ extern enum bfd_endian current_target_byte_order;
#define WITH_TARGET_WORD_BITSIZE 32 /* compiled only */
#endif
+#ifndef WITH_TARGET_ADDRESS_BITSIZE
+#define WITH_TARGET_ADDRESS_BITSIZE WITH_TARGET_WORD_BITSIZE
+#endif
+
+#ifndef WITH_TARGET_CELL_BITSIZE
+#define WITH_TARGET_CELL_BITSIZE WITH_TARGET_WORD_BITSIZE
+#endif
+
/* Program environment: