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

[Linux, Mac] Prism build script unnecessary mixing of 2 different compilers

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • P3
    • 8u40
    • 8u20
    • javafx

    Description

      This mixing of compilers can be a source of problem in the future and it is preventing Parfait build for Prism

      def compiler = IS_COMPILE_PARFAIT ? "parfait-gcc" : "gcc";
      def cc_compiler = IS_COMPILE_PARFAIT ? "parfait-cc" : "cc";
      def linker = IS_COMPILE_PARFAIT ? "parfait-g++" : "g++";

      Attachments

        Activity

          People

            kcr Kevin Rushforth
            ckyang Chien Yang (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:
              Imported: