From bd14fdb1036ac8f375279ac8f2abdec618858dce Mon Sep 17 00:00:00 2001 From: Stuart Brady Date: Wed, 1 Jul 2009 01:04:57 +0100 Subject: [PATCH] hppa: specify target_phys_bits in configure script --- configure | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configure b/configure index bc301a45b8..26dbe3c6d1 100755 --- a/configure +++ b/configure @@ -1962,12 +1962,14 @@ case "$target_cpu" in echo "TARGET_ARCH=hppa" >> $config_mak echo "#define TARGET_ARCH \"hppa\"" >> $config_h echo "#define TARGET_HPPA 1" >> $config_h + target_phys_bits=32 ;; hppa64) echo "TARGET_ARCH=hppa64" >> $config_mak echo "#define TARGET_ARCH \"hppa64\"" >> $config_h echo "#define TARGET_HPPA 1" >> $config_h echo "#define TARGET_HPPA64 1" >> $config_h + target_phys_bits=64 ;; m68k) echo "TARGET_ARCH=m68k" >> $config_mak -- 2.11.4.GIT