Changeset 33


Ignore:
Timestamp:
Jun 19, 2010, 6:31:00 PM (15 years ago)
Author:
dmik
Message:

jdk/hpi: Use Windows sources on OS/2.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/openjdk/jdk/make/java/hpi/hpi_common.gmk

    r2 r33  
    3232# Common files on Solaris.
    3333#
    34 ifneq ($(PLATFORM), windows)
     34ifneq ($(filter-out windows os2,$(PLATFORM)),)
    3535FILES_c += \
    3636    interrupt.c \
     
    4444# Include paths can also be shared.
    4545#
    46 ifneq ($(PLATFORM), windows)
     46ifneq ($(filter-out windows os2,$(PLATFORM)),)
    4747OTHER_INCLUDES += \
    4848    -I$(PLATFORM_SRC)/hpi/$(THREADDIR)/include \
     
    7676# By default leave out locking statistics
    7777#
    78 ifneq ($(PLATFORM), windows)
     78ifneq ($(filter-out windows os2,$(PLATFORM)),)
    7979LOCKSTATS = false
    8080ifeq ($(LOCKSTATS), true)
     
    8686# Things that must be linked in.
    8787#
    88 ifneq ($(PLATFORM), windows)
     88ifneq ($(filter-out windows os2,$(PLATFORM)),)
    8989OTHER_LDLIBS += $(LIBSOCKET) -lnsl $(LIBM) -ldl
    9090endif
Note: See TracChangeset for help on using the changeset viewer.