changeset 9132:597eaf9ec794 jdk8_b128_aarch64_rc1

Aarch64 specific changes for merge to b128
author Edward Nevill edward.nevill@linaro.org
date Fri, 07 Feb 2014 10:45:36 +0000
parents 37a3f60f3988
children cd23c2982858
files make/lib/SoundLibraries.gmk
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/make/lib/SoundLibraries.gmk	Thu Feb 06 16:11:53 2014 +0000
+++ b/make/lib/SoundLibraries.gmk	Fri Feb 07 10:45:36 2014 +0000
@@ -131,6 +131,10 @@
   ifeq ($(OPENJDK_TARGET_CPU), ppc)
     LIBJSOUND_CFLAGS += -DX_ARCH=X_PPC
   endif
+
+  ifeq ($(OPENJDK_TARGET_CPU), aarch64)
+	LIBJSOUND_CFLAGS += -DX_ARCH=X_AARCH64
+  endif
 endif
 
 LIBJSOUND_CFLAGS += -DEXTRA_SOUND_JNI_LIBS='"$(EXTRA_SOUND_JNI_LIBS)"'