projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f6af143
)
Allow for LDFLAGS_SL already having a value in Makefile.aix.
author
Tom Lane
<tgl@sss.pgh.pa.us>
Tue, 6 Jul 2010 03:41:02 +0000
(
03:41
+0000)
committer
Tom Lane
<tgl@sss.pgh.pa.us>
Tue, 6 Jul 2010 03:41:02 +0000
(
03:41
+0000)
Per buildfarm results.
src/makefiles/Makefile.aix
patch
|
blob
|
blame
|
history
diff --git
a/src/makefiles/Makefile.aix
b/src/makefiles/Makefile.aix
index 1ea7afc28d916a15870b83e98142736ca2aaf637..7bf62ae2e8a806fc28b6c31eb06754dce2033527 100644
(file)
--- a/
src/makefiles/Makefile.aix
+++ b/
src/makefiles/Makefile.aix
@@
-17,10
+17,10
@@
endif
DLSUFFIX = .so
ifeq ($(host_os), aix3.2.5)
ifneq ($(GCC), yes)
- LDFLAGS_SL = -e _nostart -H512 -bM:SRE
+ LDFLAGS_SL
+
= -e _nostart -H512 -bM:SRE
endif
else
- LDFLAGS_SL = -Wl,-bnoentry -Wl,-H512 -Wl,-bM:SRE
+ LDFLAGS_SL
+
= -Wl,-bnoentry -Wl,-H512 -Wl,-bM:SRE
endif