changeset 2537:dd18dcfb07ba

8264509: jdk8u MacOS zipped debug symbols won't build Summary: Copy diz file Reviewed-by: phh
author aleonard
date Thu, 08 Apr 2021 15:42:48 +0000
parents af65dfd2bea4
children 7232d978fc5c
files make/common/NativeCompilation.gmk
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/make/common/NativeCompilation.gmk	Mon Mar 08 06:02:06 2021 +0000
+++ b/make/common/NativeCompilation.gmk	Thu Apr 08 15:42:48 2021 +0000
@@ -449,6 +449,8 @@
             $$($1_OUTPUT_DIR)/$$($1_BASENAME).dSYM/Contents/Resources/DWARF/$$($1_BASENAME) : $$($1_OBJECT_DIR)/$$($1_BASENAME).dSYM/Contents/Resources/DWARF/$$($1_BASENAME)
 		mkdir -p $$(@D)
 		$(CP) $$< $$@
+            $$($1_OUTPUT_DIR)/$$($1_NOSUFFIX).diz : $$($1_OBJECT_DIR)/$$($1_NOSUFFIX).diz
+		$(CP) $$< $$@
           else
             # The dependency on TARGET is needed on windows for debuginfo files
             # to be rebuilt properly.