summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xconfigure6
1 files changed, 3 insertions, 3 deletions
diff --git a/configure b/configure
index 01717ab9e3..4f24b8f864 100755
--- a/configure
+++ b/configure
@@ -1332,13 +1332,13 @@ EOF
sparc)
arch="sparc"
;;
- sh4)
+ sh4|sh)
arch="sh4"
;;
- parisc)
+ parisc|hppa)
arch="parisc"
;;
- parisc64)
+ parisc64|hppa64)
arch="parisc"
enable fast_64bit
;;