make/autoconf/flags-cflags.m4
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File
*** old/make/autoconf/flags-cflags.m4	Mon Sep 17 10:29:18 2018
--- new/make/autoconf/flags-cflags.m4	Mon Sep 17 10:29:17 2018

*** 722,735 **** --- 722,731 ---- if test "x$TOOLCHAIN_TYPE" = xgcc; then if test "x$FLAGS_CPU" = xarm; then # -Wno-psabi to get rid of annoying "note: the mangling of 'va_list' has changed in GCC 4.4" $1_CFLAGS_CPU="-fsigned-char -Wno-psabi $ARM_ARCH_TYPE_FLAGS $ARM_FLOAT_TYPE_FLAGS -DJDK_ARCH_ABI_PROP_NAME='\"\$(JDK_ARCH_ABI_PROP_NAME)\"'" $1_CFLAGS_CPU_JVM="-DARM" elif test "x$FLAGS_CPU" = xaarch64; then if test "x$HOTSPOT_TARGET_CPU_PORT" = xarm64; then $1_CFLAGS_CPU_JVM="-fsigned-char -DARM" fi elif test "x$FLAGS_CPU_ARCH" = xppc; then $1_CFLAGS_CPU_JVM="-minsert-sched-nops=regroup_exact -mno-multiple -mno-string" if test "x$FLAGS_CPU" = xppc64; then # -mminimal-toc fixes `relocation truncated to fit' error for gcc 4.1. # Use ppc64 instructions, but schedule for power5

make/autoconf/flags-cflags.m4
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File