Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit0a4ecfe

Browse files
committed
Allow for LDFLAGS_SL already having a value in Makefile.aix.
Per buildfarm results.
1 parentf6af143 commit0a4ecfe

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)

[8]ページ先頭

©2009-2025 Movatter.jp