Changeset 33
- Timestamp:
- Jun 19, 2010, 6:31:00 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/openjdk/jdk/make/java/hpi/hpi_common.gmk
r2 r33 32 32 # Common files on Solaris. 33 33 # 34 ifneq ($( PLATFORM), windows)34 ifneq ($(filter-out windows os2,$(PLATFORM)),) 35 35 FILES_c += \ 36 36 interrupt.c \ … … 44 44 # Include paths can also be shared. 45 45 # 46 ifneq ($( PLATFORM), windows)46 ifneq ($(filter-out windows os2,$(PLATFORM)),) 47 47 OTHER_INCLUDES += \ 48 48 -I$(PLATFORM_SRC)/hpi/$(THREADDIR)/include \ … … 76 76 # By default leave out locking statistics 77 77 # 78 ifneq ($( PLATFORM), windows)78 ifneq ($(filter-out windows os2,$(PLATFORM)),) 79 79 LOCKSTATS = false 80 80 ifeq ($(LOCKSTATS), true) … … 86 86 # Things that must be linked in. 87 87 # 88 ifneq ($( PLATFORM), windows)88 ifneq ($(filter-out windows os2,$(PLATFORM)),) 89 89 OTHER_LDLIBS += $(LIBSOCKET) -lnsl $(LIBM) -ldl 90 90 endif
Note:
See TracChangeset
for help on using the changeset viewer.