We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1973fbe commit 677802dCopy full SHA for 677802d
make/modules/java.desktop/lib/Awt2dLibraries.gmk
@@ -1,5 +1,5 @@
1
#
2
-# Copyright (c) 2011, 2020, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 2011, 2021, Oracle and/or its affiliates. All rights reserved.
3
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4
5
# This code is free software; you can redistribute it and/or modify it
@@ -474,6 +474,11 @@ else
474
475
476
LIBHARFBUZZ_OPTIMIZATION := HIGH
477
+ # Early re-canonizing has to be disabled to workaround an internal XlC compiler error
478
+ # when building libharfbuzz
479
+ ifeq ($(call isTargetOs, aix), true)
480
+ LIBHARFBUZZ_CFLAGS += -qdebug=necan
481
+ endif
482
483
LIBHARFBUZZ_CFLAGS += $(X_CFLAGS) -DLE_STANDALONE -DHEADLESS
484
0 commit comments