From 4b9ccbe3cfb736f84e4992f86bd798bf90c0feef Mon Sep 17 00:00:00 2001
From: Bruce Momjian <bruce@momjian.us>
Date: Thu, 17 Jun 1999 13:44:43 +0000
Subject: [PATCH] Make linux_ppc use only -O, not -O2.

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

diff --git a/src/template/linux_ppc b/src/template/linux_ppc
index 65415dd3a54..1e116ded6b8 100755
--- a/src/template/linux_ppc
+++ b/src/template/linux_ppc
@@ -1,5 +1,5 @@
 AROPT:crs
-CFLAGS:-O2
+CFLAGS:-O -mieee  # optimization -O2 removed because of egcs problem
 SHARED_LIB:-fpic
 ALL:
 SRCH_INC:
-- 
GitLab