summaryrefslogtreecommitdiff
path: root/src/makefiles/Makefile.aix
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2000-04-05 14:47:21 +0000
committerBruce Momjian <bruce@momjian.us>2000-04-05 14:47:21 +0000
commit6995c5fbad1f2e1e4e9dacbaf76ed2a235feb07a (patch)
tree95b07eb2e7dccb658fee8b7bc9d3ff6ae46dc89e /src/makefiles/Makefile.aix
parent15942b823aa25083c4885a9aac11e519bdd3346c (diff)
downloadpostgresql-6995c5fbad1f2e1e4e9dacbaf76ed2a235feb07a.tar.gz
Please forget all I said about gcc and AIX in my previous mail.
It does work with the following patch applied and gcc 2.95.2 . Use --with-template=aix_gcc to compile the whole lot with gcc. The geometry regression test produces different precision. With optimization I run into regression failures starting at oidjoins, thus no -O2. Anybody else try gcc 2.95.2 and -O2 on beta4 ? This is an important patch, since recent versions of the IBM compiler are not for free, and thus most questions I get concern gcc. Andreas PS.: I am testing with beta4
Diffstat (limited to 'src/makefiles/Makefile.aix')
-rw-r--r--src/makefiles/Makefile.aix2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/makefiles/Makefile.aix b/src/makefiles/Makefile.aix
index 603adaa147..d614f1a037 100644
--- a/src/makefiles/Makefile.aix
+++ b/src/makefiles/Makefile.aix
@@ -15,7 +15,7 @@ MKLDEXPORT=$(SRCDIR)/backend/port/aix/mkldexport.sh
$(POSTGRES_IMP):
@echo Making $@
$(MKLDEXPORT) postgres $(BINDIR) > $@
- $(CC) -bE:$(SRCDIR)/backend/$@ -o postgres $(OBJS) ../utils/version.o $(LDFLAGS)
+ $(CC) -Wl,-bE:$(SRCDIR)/backend/$@ -o postgres $(OBJS) ../utils/version.o $(LDFLAGS)
%$(EXPSUFF):
$(MKLDEXPORT) $*.o `pwd` > $*$(EXPSUFF)