common/autoconf/flags.m4
changeset 41948 fd44a71c1be4
parent 41875 854ef5325653
child 42140 a2ea75dd99dc
equal deleted inserted replaced
41947:dd5b2fa974fa 41948:fd44a71c1be4
   940     if test "x$OPENJDK_$1_OS" = xlinux; then
   940     if test "x$OPENJDK_$1_OS" = xlinux; then
   941       $2JVM_CFLAGS="[$]$2JVM_CFLAGS -minsert-sched-nops=regroup_exact -mno-multiple -mno-string"
   941       $2JVM_CFLAGS="[$]$2JVM_CFLAGS -minsert-sched-nops=regroup_exact -mno-multiple -mno-string"
   942       # Little endian machine uses ELFv2 ABI.
   942       # Little endian machine uses ELFv2 ABI.
   943       $2JVM_CFLAGS="[$]$2JVM_CFLAGS -DABI_ELFv2"
   943       $2JVM_CFLAGS="[$]$2JVM_CFLAGS -DABI_ELFv2"
   944       # Use Power8, this is the first CPU to support PPC64 LE with ELFv2 ABI.
   944       # Use Power8, this is the first CPU to support PPC64 LE with ELFv2 ABI.
   945       $2JVM_CFLAGS="[$]$2JVM_CFLAGS -mcpu=power7 -mtune=power8"
   945       $2JVM_CFLAGS="[$]$2JVM_CFLAGS -mcpu=power8 -mtune=power8"
   946     fi
   946     fi
   947   elif test "x$OPENJDK_$1_CPU" = xs390x; then
   947   elif test "x$OPENJDK_$1_CPU" = xs390x; then
   948     if test "x$OPENJDK_$1_OS" = xlinux; then
   948     if test "x$OPENJDK_$1_OS" = xlinux; then
   949       $2JVM_CFLAGS="[$]$2JVM_CFLAGS -mbackchain -march=z10"
   949       $2JVM_CFLAGS="[$]$2JVM_CFLAGS -mbackchain -march=z10"
   950     fi
   950     fi