Commit cffc11e3eef94a43ed812c64de19f41dddc60a05

Authored by Perry Werneck
1 parent 9007a4e6

Fix javaarch dir for POWER platform.

Showing 1 changed file with 6 additions and 0 deletions   Show diff stats
configure.ac
... ... @@ -434,6 +434,12 @@ x86_64)
434 434 i?86)
435 435 jvm_arch=i386
436 436 ;;
  437 +powerpc64le)
  438 + jvm_arch=ppc64le
  439 + ;;
  440 +powerpc64)
  441 + jvm_arch=ppc64
  442 + ;;
437 443  
438 444 *)
439 445 jvm_arch="$host_cpu"
... ...