diff options
author | Bruce Momjian | 1999-06-26 15:54:36 +0000 |
---|---|---|
committer | Bruce Momjian | 1999-06-26 15:54:36 +0000 |
commit | 64b01c441307b0b2ed3a5bf4a20ec05a76cf52f7 (patch) | |
tree | 3a9f48a006b7947068f58ca97db6429abc18f905 | |
parent | 5c51c81d13f2651c4189551b846e7e43116ef397 (diff) |
Remove -m486 on Openbsd.
-rw-r--r-- | src/template/openbsd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/template/openbsd b/src/template/openbsd index cc21b761fe..66186e958a 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 |