rust/cargo-c: update to 0.10.7+cargo-0.84.0
[oi-userland.git] / components / runtime / openjdk-23 / patches / sparc-bitness.patch
blob2e1e5d4037ba4c7eafbaee45ff79ebd55a41106c
1 --- a/make/autoconf/flags.m4 ::
2 +++ b/make/autoconf/flags.m4 ::
3 @@ -266,6 +266,7 @@
4 if test "x$TOOLCHAIN_TYPE" = xgcc || test "x$TOOLCHAIN_TYPE" = xclang; then
5 if test "x$OPENJDK_TARGET_CPU_ARCH" = xx86 &&
6 test "x$OPENJDK_TARGET_CPU" != xx32 ||
7 + test "x$OPENJDK_TARGET_CPU_ARCH" = xsparc ||
8 test "x$OPENJDK_TARGET_CPU_ARCH" = xppc; then
9 MACHINE_FLAG="-m${OPENJDK_TARGET_CPU_BITS}"