13 lines
487 B
Plaintext
13 lines
487 B
Plaintext
$OpenBSD: patch-configure_in,v 1.2 2012/08/29 20:02:36 jasper Exp $
|
|
--- configure.in.orig Thu Jan 19 07:59:42 2012
|
|
+++ configure.in Wed Aug 29 13:41:19 2012
|
|
@@ -445,6 +445,8 @@ dnl see the `changequote' comment above.
|
|
vax-*-openbsd*) machine=vax ;;
|
|
x86_64-*-openbsd*) machine=amdx86-64 ;;
|
|
hppa-*-openbsd*) machine=hp800 ;;
|
|
+ mips64-*-openbsd*) machine=mips64 ;;
|
|
+ mips64el-*-openbsd*) machine=mips64el ;;
|
|
esac
|
|
;;
|
|
|