rust/cargo-c: update to 0.10.7+cargo-0.84.0
[oi-userland.git] / components / runtime / openjdk-22 / patches / illumos-port-10.patch
blob917fc29190f8f6aa1305c007c2860d339873a247
1 --- a/make/autoconf/flags-ldflags.m4 Thu Nov 26 19:47:04 2020
2 +++ b/make/autoconf/flags-ldflags.m4 Thu Nov 26 20:43:34 2020
3 @@ -199,7 +199,9 @@
4 test "x${OPENJDK_$1_CPU}" = xmips64el; then
5 $1_CPU_LDFLAGS="${$1_CPU_LDFLAGS} -Wl,--hash-style=sysv"
6 else
7 - $1_CPU_LDFLAGS="${$1_CPU_LDFLAGS} -Wl,--hash-style=gnu"
8 + if test "x$OPENJDK_TARGET_OS" != xsolaris; then
9 + $1_CPU_LDFLAGS="${$1_CPU_LDFLAGS} -Wl,--hash-style=gnu"
10 + fi
13 elif test "x$TOOLCHAIN_TYPE" = xmicrosoft; then