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

Need to check for non-empty EXT_LIBS_PATH before using it

XMLWordPrintable

    • b34

        In

        ../hotspot/make/linux/makefiles/arm.make

        we have

          LIBS += $(EXT_LIBS_PATH)/sflt_glibc.a

        but this needs to be conditional on the path being set

        +ifneq ($(EXT_LIBS_PATH),)
          LIBS += $(EXT_LIBS_PATH)/sflt_glibc.a
        +endif

        CFLAGS += -DVM_LITTLE_ENDIAN
        ~
        ~
        ~

              dholmes David Holmes
              dholmes David Holmes
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

                Created:
                Updated:
                Resolved: