rust/cargo-c: update to 0.10.7+cargo-0.84.0
[oi-userland.git] / components / runtime / openjdk-11 / patches / tribblix-flags-cflags.patch
bloba7c8dd7914119deeea85210321002785f769d90c
1 --- a/make/autoconf/flags-cflags.m4~ Wed Apr 8 19:47:07 2020
2 +++ b/make/autoconf/flags-cflags.m4 Thu Apr 9 17:26:51 2020
3 @@ -499,8 +499,8 @@
4 fi
6 if test "x$TOOLCHAIN_TYPE" = xgcc; then
7 - TOOLCHAIN_CFLAGS_JVM="$TOOLCHAIN_CFLAGS_JVM -fcheck-new -fstack-protector"
8 - TOOLCHAIN_CFLAGS_JDK="-pipe -fstack-protector"
9 + TOOLCHAIN_CFLAGS_JVM="$TOOLCHAIN_CFLAGS_JVM -fcheck-new"
10 + TOOLCHAIN_CFLAGS_JDK="-pipe"
11 # reduce lib size on s390x in link step, this needs also special compile flags
12 if test "x$OPENJDK_TARGET_CPU" = xs390x; then
13 TOOLCHAIN_CFLAGS_JVM="$TOOLCHAIN_CFLAGS_JVM -ffunction-sections -fdata-sections"