mirror of
https://git.postgresql.org/git/postgresql.git
synced 2026-02-12 01:18:35 +08:00
Allow for LDFLAGS_SL already having a value in Makefile.aix.
Per buildfarm results.
This commit is contained in:
@ -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
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user