aboutsummaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure11
1 files changed, 11 insertions, 0 deletions
diff --git a/configure b/configure
index a7cd8416a7b..4d2745e7acf 100755
--- a/configure
+++ b/configure
@@ -2249,6 +2249,17 @@ _ACEOF
2249 opsys=openbsd 2249 opsys=openbsd
2250 case "${canonical}" in 2250 case "${canonical}" in
2251 alpha*-*-openbsd*) machine=alpha ;; 2251 alpha*-*-openbsd*) machine=alpha ;;
2252 arm-*-openbsd*) machine=arm ;;
2253 hppa-*-openbsd*) machine=hp9000s300 ;;
2254 i386-*-openbsd*) machine=intel386 ;;
2255 m68k-*-openbsd*) machine=hp9000s300 ;;
2256 m88k-*-openbsd*) machine=aviion ;;
2257 mips64-*-openbsd*) machine=mips64 ;;
2258 powerpc-*-openbsd*) machine=macppc ;;
2259 sh-*-openbsd*) machine=sh3el ;;
2260 sparc*-*-openbsd*) machine=sparc ;;
2261 vax-*-openbsd*) machine=vax ;;
2262 x86_64-*-openbsd*) machine=amdx86-64 ;;
2252 i386-*-openbsd*) machine=intel386 ;; 2263 i386-*-openbsd*) machine=intel386 ;;
2253 x86_64-*-openbsd*) machine=amdx86-64 ;; 2264 x86_64-*-openbsd*) machine=amdx86-64 ;;
2254 m68k-*-openbsd*) machine=hp9000s300 ;; 2265 m68k-*-openbsd*) machine=hp9000s300 ;;