From ef15ed17a04a8c4e1d6e64b125ac8a1b6ac9dd41 Mon Sep 17 00:00:00 2001
From: Bruce Momjian <bruce@momjian.us>
Date: Sat, 26 Jun 1999 15:54:36 +0000
Subject: [PATCH] Remove -m486 on Openbsd.

---
 src/template/openbsd | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/template/openbsd b/src/template/openbsd
index cc21b761fe0..66186e958a3 100644
--- a/src/template/openbsd
+++ b/src/template/openbsd
@@ -1,6 +1,6 @@
 AROPT:cq
 SHARED_LIB:-fpic -DPIC
-CFLAGS:-O2 -m486 -pipe
+CFLAGS:-O2 -pipe
 SRCH_INC:
 SRCH_LIB:
 USE_LOCALE:no
-- 
GitLab