Conversion from i486 to x86 missed some entries in makefiles

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: P4
    • hs14
    • Affects Version/s: 7
    • Component/s: hotspot
    • None
    • b08
    • x86
    • solaris

        In make/solaris/makefiles/i486.make we have:

        # _lwp_create_interpose must have a frame
        OPT_CFLAGS/os_solaris_i486.o = -xO1
        # force C++ interpreter to be full optimization
        OPT_CFLAGS/interpret.o = -fast -O4
        else

        ifeq ("${Platform_compiler}", "gcc")
        # gcc
        # _lwp_create_interpose must have a frame
        OPT_CFLAGS/os_solaris_i486.o = -fno-omit-frame-pointer

        but os_solaris_i486 is now os_solaris_x86

              Assignee:
              Vladimir Kozlov
              Reporter:
              David Holmes
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

                Created:
                Updated:
                Resolved:
                Imported:
                Indexed: