Skip to content

Commit 371a9d7

Browse files
committed
linux_ppc now use -O0 to fix problem in optimization of fmgr calls.
1 parent 285610e commit 371a9d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/template/linux_ppc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
AROPT:crs
2-
CFLAGS:-O2 -mieee
2+
CFLAGS:-O0 -mieee # optimization -O2 removed because of egcs problem
33
SHARED_LIB:-fpic
44
ALL:
55
SRCH_INC:

0 commit comments

Comments
 (0)