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
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"