We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f67db7 commit 7f92058Copy full SHA for 7f92058
1 file changed
make/modules/java.base/Copy.gmk
@@ -1,5 +1,5 @@
1
#
2
-# Copyright (c) 2014, 2025, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 2014, 2026, 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
@@ -172,6 +172,10 @@ ifeq ($(USE_EXTERNAL_LIBZ), true)
172
LEGAL_EXCLUDES += zlib.md
173
endif
174
175
+ifneq ($(TOOLCHAIN_TYPE), gcc)
176
+ LEGAL_EXCLUDES += gcc.md
177
+endif
178
+
179
$(eval $(call SetupCopyLegalFiles, COPY_LEGAL, \
180
EXCLUDES := $(LEGAL_EXCLUDES), \
181
))
0 commit comments