-
Bug
-
Resolution: Duplicate
-
P4
-
23
This is due to "$$($1_CFLAGS_$(OPENJDK_TARGET_OS_TYPE)) $$($1_CFLAGS_$(OPENJDK_TARGET_OS))" in Flags.gmk. In the case of Windows, os and osType is the same. We should only add osType if it is different from os.
Similar duplication exists elsewhere, and we need perhaps address them systematically.
Similar duplication exists elsewhere, and we need perhaps address them systematically.
- duplicates
-
JDK-8292048 CFLAGS duplicated on Windows
- Open