mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-23 12:54:17 +02:00
8329074: AIX build fails after JDK-8328824
Reviewed-by: clanger, goetz
This commit is contained in:
parent
7b1f2c801f
commit
b9c76dedf4
1 changed files with 1 additions and 1 deletions
|
@ -198,7 +198,7 @@ ifeq ($(call isTargetOs, aix), true)
|
|||
EXTRA_FILES := $(LIBJLI_EXTRA_FILES), \
|
||||
OPTIMIZATION := HIGH, \
|
||||
CFLAGS := $(STATIC_LIBRARY_FLAGS) $(CFLAGS_JDKLIB) $(LIBJLI_CFLAGS) \
|
||||
$(LIBZ_CFLAGS) (addprefix -I, $(LIBJLI_SRC_DIRS)), \
|
||||
$(LIBZ_CFLAGS) $(addprefix -I, $(LIBJLI_SRC_DIRS)), \
|
||||
DISABLED_WARNINGS_clang_aix := format-nonliteral \
|
||||
deprecated-non-prototype, \
|
||||
ARFLAGS := $(ARFLAGS), \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue