diff options
author | Tatsuo Ishii <ishii@postgresql.org> | 1999-07-10 12:33:10 +0000 |
---|---|---|
committer | Tatsuo Ishii <ishii@postgresql.org> | 1999-07-10 12:33:10 +0000 |
commit | 4fceee0e715426960e2828f3282782649c44551e (patch) | |
tree | 2dce713644a9273511432003a49a400dc0856e7c /src | |
parent | 73efd3867ddca2b1472206f76579ea373ac1e6a3 (diff) | |
download | postgresql-4fceee0e715426960e2828f3282782649c44551e.tar.gz postgresql-4fceee0e715426960e2828f3282782649c44551e.zip |
-mieee and # does not work for certain version of egcs
Diffstat (limited to 'src')
-rwxr-xr-x | src/template/linux_ppc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/template/linux_ppc b/src/template/linux_ppc index 116f6b0634d..e59e39ac47b 100755 --- a/src/template/linux_ppc +++ b/src/template/linux_ppc @@ -1,5 +1,5 @@ AROPT:crs -CFLAGS:-O0 -mieee # optimization -O2 removed because of egcs problem +CFLAGS:-O0 SHARED_LIB:-fpic ALL: SRCH_INC: |