From f54b3f920f12fb4fb41e259f793a853860a7d2ec Mon Sep 17 00:00:00 2001 From: aurel32 Date: Sat, 12 Apr 2008 20:14:54 +0000 Subject: HPPA (PA-RISC) host support (Stuart Brady) git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4199 c046a42c-6fe2-441c-8c8c-71466251a162 --- configure | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'configure') diff --git a/configure b/configure index eaf24e5..a2f54b8 100755 --- a/configure +++ b/configure @@ -50,6 +50,9 @@ case "$cpu" in cris) cpu="cris" ;; + parisc|parisc64) + cpu="hppa" + ;; ia64) cpu="ia64" ;; @@ -576,6 +579,7 @@ else # if cross compiling, cannot launch a program, so make a static guess if test "$cpu" = "armv4b" \ + -o "$cpu" = "hppa" \ -o "$cpu" = "m68k" \ -o "$cpu" = "mips" \ -o "$cpu" = "mips64" \ @@ -865,6 +869,9 @@ elif test "$cpu" = "armv4l" ; then elif test "$cpu" = "cris" ; then echo "ARCH=cris" >> $config_mak echo "#define HOST_CRIS 1" >> $config_h +elif test "$cpu" = "hppa" ; then + echo "ARCH=hppa" >> $config_mak + echo "#define HOST_HPPA 1" >> $config_h elif test "$cpu" = "ia64" ; then echo "ARCH=ia64" >> $config_mak echo "#define HOST_IA64 1" >> $config_h -- cgit v1.1