Commit 0a4ecfe7 authored by Tom Lane's avatar Tom Lane

Allow for LDFLAGS_SL already having a value in Makefile.aix.

Per buildfarm results.
parent f6af1435
...@@ -17,10 +17,10 @@ endif ...@@ -17,10 +17,10 @@ endif
DLSUFFIX = .so DLSUFFIX = .so
ifeq ($(host_os), aix3.2.5) ifeq ($(host_os), aix3.2.5)
ifneq ($(GCC), yes) ifneq ($(GCC), yes)
LDFLAGS_SL = -e _nostart -H512 -bM:SRE LDFLAGS_SL += -e _nostart -H512 -bM:SRE
endif endif
else else
LDFLAGS_SL = -Wl,-bnoentry -Wl,-H512 -Wl,-bM:SRE LDFLAGS_SL += -Wl,-bnoentry -Wl,-H512 -Wl,-bM:SRE
endif endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment