Skip to content

Commit 2fb395a

Browse files
committed
2 parents 78b9e1f + 07ca59a commit 2fb395a

6 files changed

Lines changed: 5 additions & 0 deletions

File tree

Binary file not shown.
Binary file not shown.

libraries/BridJ/src/test/cpp/dependsOnTest/GNUmakefile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,12 @@ LINK_LIBS += test
2020
ifdef BUILD_OS_darwin
2121
LDFLAGS += -rpath
2222
else
23+
ifndef BUILD_OS_sunos
2324
LDFLAGS += -Wl,-rpath,.
2425
endif
26+
endif
2527

28+
ifdef BUILD_OS_sunos
29+
LDFLAGS += -mimpure-text
30+
endif
2631
include $(DYNCALL_HOME)/dyncall/buildsys/gmake/epilog.gmake
Binary file not shown.
Binary file not shown.
-53.3 KB
Binary file not shown.

0 commit comments

Comments
 (0)