common/autoconf/flags.m4
changeset 46931 6e1b59330482
parent 46237 3aeb6cbc0ccc
child 46936 b440e4b33965
equal deleted inserted replaced
46253:f7daf2e39cc8 46931:6e1b59330482
  1044   fi
  1044   fi
  1045 
  1045 
  1046   # Set some additional per-CPU defines.
  1046   # Set some additional per-CPU defines.
  1047   if test "x$OPENJDK_$1_OS-$OPENJDK_$1_CPU" = xwindows-x86; then
  1047   if test "x$OPENJDK_$1_OS-$OPENJDK_$1_CPU" = xwindows-x86; then
  1048     $2JVM_CFLAGS="[$]$2JVM_CFLAGS -arch:IA32"
  1048     $2JVM_CFLAGS="[$]$2JVM_CFLAGS -arch:IA32"
  1049   elif test "x$OPENJDK_$1_CPU" = xsparcv9; then
  1049   elif test "x$OPENJDK_$1_OS-$OPENJDK_$1_CPU" = xsolaris-sparcv9; then
  1050     $2JVM_CFLAGS="[$]$2JVM_CFLAGS -xarch=sparc"
  1050     $2JVM_CFLAGS="[$]$2JVM_CFLAGS -xarch=sparc"
  1051   elif test "x$OPENJDK_$1_CPU" = xppc64; then
  1051   elif test "x$OPENJDK_$1_CPU" = xppc64; then
  1052     if test "x$OPENJDK_$1_OS" = xlinux; then
  1052     if test "x$OPENJDK_$1_OS" = xlinux; then
  1053       $2JVM_CFLAGS="[$]$2JVM_CFLAGS -minsert-sched-nops=regroup_exact -mno-multiple -mno-string"
  1053       $2JVM_CFLAGS="[$]$2JVM_CFLAGS -minsert-sched-nops=regroup_exact -mno-multiple -mno-string"
  1054       # fixes `relocation truncated to fit' error for gcc 4.1.
  1054       # fixes `relocation truncated to fit' error for gcc 4.1.