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

LP64 setting is not preserved on Solaris after 8006965

XMLWordPrintable

    • b26
    • generic
    • solaris

        I accidentally removed these lines:

        -# This bit is needed to enable local rebuilds.
        -# Unless the makefile itself sets LP64, any environmental
        -# setting of LP64 will interfere with the build.
        -LP64_SETTING/32 = LP64 = \#empty
        -LP64_SETTING/64 = LP64 = 1

        from:

        http://hg.openjdk.java.net/hsx/hotspot-comp/hotspot/diff/98f3af397705/make/solaris/makefiles/buildtree.make

        LP64_SETTING is stored in flags.make:

        $ grep -r LP64_SETTING make/
        make//solaris/makefiles/buildtree.make: echo "$(LP64_SETTING/$(DATA_MODE))"; \

              kvn Vladimir Kozlov
              twisti Christian Thalinger (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated:
                Resolved: