Skip to content

Commit 607bd4e

Browse files
Adam FarleyRealCLanger
Adam Farley
authored andcommittedSep 19, 2023
8316294: AIX: Build fopen system call fails on file _BUILD_LIBJDWP_objectfilenames.txt
Reviewed-by: clanger, erikj
1 parent f25c920 commit 607bd4e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎make/common/NativeCompilation.gmk

+2-2
Original file line numberDiff line numberDiff line change
@@ -1165,9 +1165,9 @@ define SetupNativeCompilationBody
11651165
$1_LD_OBJ_ARG := `cat $$($1_OBJ_FILE_LIST)`
11661166
endif
11671167

1168-
# If we are building static library, 'AR' on macosx may not support @-file.
1168+
# If we are building static library, 'AR' on macosx/aix may not support @-file.
11691169
ifeq ($$($1_TYPE), STATIC_LIBRARY)
1170-
ifeq ($(call isTargetOs, macosx), true)
1170+
ifeq ($(call isTargetOs, macosx aix), true)
11711171
$1_LD_OBJ_ARG := `cat $$($1_OBJ_FILE_LIST)`
11721172
endif
11731173
endif

0 commit comments

Comments
 (0)