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

Commit9c0eacb

Browse files
committed
Only use ld -R flag in UW 7.1*, since it's new.
1 parent0225d1f commit9c0eacb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

‎src/makefiles/Makefile.unixware

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
AROPT = crs
22
export_dynamic = -Wl,-Bexport
3+
ifneq (,$(findstring uw7.1, $(host_os)))
34
rpath = -Wl,-R$(libdir)
5+
endif
46
DLSUFFIX = .so
57
ifeq ($(GCC), yes)
68
CFLAGS_SL = -fpic

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp