Skip to content

Commit 07ca59a

Browse files
committed
BridJ: Updated Solaris x86 binaries
1 parent 19e4eee commit 07ca59a

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)