Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8329107

CFLAGS_windows gets added twice

XMLWordPrintable

      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.

            Unassigned Unassigned
            ihse Magnus Ihse Bursie
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: