Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 0a4ecfe

Browse files
committed
Allow for LDFLAGS_SL already having a value in Makefile.aix.
Per buildfarm results.
1 parent f6af143 commit 0a4ecfe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/makefiles/Makefile.aix

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ endif
1717
DLSUFFIX = .so
1818
ifeq ($(host_os), aix3.2.5)
1919
ifneq ($(GCC), yes)
20-
LDFLAGS_SL = -e _nostart -H512 -bM:SRE
20+
LDFLAGS_SL += -e _nostart -H512 -bM:SRE
2121
endif
2222
else
23-
LDFLAGS_SL = -Wl,-bnoentry -Wl,-H512 -Wl,-bM:SRE
23+
LDFLAGS_SL += -Wl,-bnoentry -Wl,-H512 -Wl,-bM:SRE
2424
endif
2525

2626

0 commit comments

Comments
 (0)