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

Lines changed: 2 additions & 2 deletions
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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy