Skip to content

Commit

Permalink
8258484: AIX build fails in Harfbuzz with XLC 16.01.0000.0006
Browse files Browse the repository at this point in the history
Backport-of: 3f9f86f
  • Loading branch information
RealCLanger committed Jan 7, 2021
1 parent 1973fbe commit 677802d
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion make/modules/java.desktop/lib/Awt2dLibraries.gmk
@@ -1,5 +1,5 @@
#
# Copyright (c) 2011, 2020, Oracle and/or its affiliates. All rights reserved.
# Copyright (c) 2011, 2021, Oracle and/or its affiliates. All rights reserved.
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
#
# This code is free software; you can redistribute it and/or modify it
Expand Down Expand Up @@ -474,6 +474,11 @@ else
#

LIBHARFBUZZ_OPTIMIZATION := HIGH
# Early re-canonizing has to be disabled to workaround an internal XlC compiler error
# when building libharfbuzz
ifeq ($(call isTargetOs, aix), true)
LIBHARFBUZZ_CFLAGS += -qdebug=necan
endif

LIBHARFBUZZ_CFLAGS += $(X_CFLAGS) -DLE_STANDALONE -DHEADLESS

Expand Down

0 comments on commit 677802d

Please sign in to comment.