jdk/make/lib/SoundLibraries.gmk
changeset 29233 01de3b4395f1
parent 25859 3317bb8137f4
child 29234 6d33a0d76105
equal deleted inserted replaced
27557:82f4cb44b2d7 29233:01de3b4395f1
   141     LIBJSOUND_CFLAGS += -DX_ARCH=X_PPC
   141     LIBJSOUND_CFLAGS += -DX_ARCH=X_PPC
   142   endif
   142   endif
   143 
   143 
   144   ifeq ($(OPENJDK_TARGET_CPU), ppc64)
   144   ifeq ($(OPENJDK_TARGET_CPU), ppc64)
   145        LIBJSOUND_CFLAGS += -DX_ARCH=X_PPC64
   145        LIBJSOUND_CFLAGS += -DX_ARCH=X_PPC64
       
   146   endif
       
   147 
       
   148   ifeq ($(OPENJDK_TARGET_CPU), aarch64)
       
   149        LIBJSOUND_CFLAGS += -DX_ARCH=X_AARCH64
   146   endif
   150   endif
   147 endif
   151 endif
   148 
   152 
   149 LIBJSOUND_CFLAGS += -DEXTRA_SOUND_JNI_LIBS='"$(EXTRA_SOUND_JNI_LIBS)"'
   153 LIBJSOUND_CFLAGS += -DEXTRA_SOUND_JNI_LIBS='"$(EXTRA_SOUND_JNI_LIBS)"'
   150 
   154