$OpenBSD: patch-platforms_unix_config_acinclude_m4,v 1.1 2020/01/14 22:20:29 sthen Exp $

fix build on alpha

Index: platforms/unix/config/acinclude.m4
--- platforms/unix/config/acinclude.m4.orig
+++ platforms/unix/config/acinclude.m4
@@ -255,16 +255,6 @@ fi)
 AC_DEFINE_UNQUOTED(VM_MODULE_PREFIX,"$mkfrags_lib_prefix")
 test "$ac_cv_module_prefix" = lib && mkfrags_lib_prefix=lib])
 
-AC_DEFUN([AC_64BIT_ARCH],
-[AC_MSG_CHECKING(for compiler flags to force 32-bit addresses)
-case $host in
-  alpha*)
-    CFLAGS_32="-taso"
-    test "$GCC" = "yes" && CC="\$(utldir)/decgcc"
-    ;;
-esac
-AC_MSG_RESULT($CFLAGS_32)])
-
 
 ### plugin support
 
