< prev index next >

make/lib/Lib-jdk.hotspot.agent.gmk

Print this page

        

@@ -65,8 +65,10 @@
     LIBS_macosx := -framework Foundation -framework JavaNativeFoundation \
         -framework JavaRuntimeSupport -framework Security -framework CoreFoundation, \
     LIBS_windows := dbgeng.lib, \
 ))
 
+ifneq ($(OPENJDK_TARGET_CPU), aarch32)
 TARGETS += $(BUILD_LIBSA)
+endif
 
 ################################################################################
< prev index next >