NioLibraries.gmk (11788:c9ed7c998b3b) NioLibraries.gmk (11891:12ecfb121147)
1#
2# Copyright (c) 2011, 2015, Oracle and/or its affiliates. All rights reserved.
3# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4#
5# This code is free software; you can redistribute it and/or modify it
6# under the terms of the GNU General Public License version 2 only, as
7# published by the Free Software Foundation. Oracle designates this
8# particular file as subject to the "Classpath" exception as provided

--- 56 unchanged lines hidden (view full) ---

65 OUTPUT_DIR := $(INSTALL_LIBRARIES_HERE), \
66 SRC := $(BUILD_LIBNIO_SRC), \
67 EXCLUDE_FILES := $(BUILD_LIBNIO_EXFILES), \
68 OPTIMIZATION := HIGH, \
69 CFLAGS := $(CFLAGS_JDKLIB) \
70 $(BUILD_LIBNIO_CFLAGS), \
71 DISABLED_WARNINGS_gcc := type-limits, \
72 DISABLED_WARNINGS_clang := tautological-compare, \
1#
2# Copyright (c) 2011, 2015, Oracle and/or its affiliates. All rights reserved.
3# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4#
5# This code is free software; you can redistribute it and/or modify it
6# under the terms of the GNU General Public License version 2 only, as
7# published by the Free Software Foundation. Oracle designates this
8# particular file as subject to the "Classpath" exception as provided

--- 56 unchanged lines hidden (view full) ---

65 OUTPUT_DIR := $(INSTALL_LIBRARIES_HERE), \
66 SRC := $(BUILD_LIBNIO_SRC), \
67 EXCLUDE_FILES := $(BUILD_LIBNIO_EXFILES), \
68 OPTIMIZATION := HIGH, \
69 CFLAGS := $(CFLAGS_JDKLIB) \
70 $(BUILD_LIBNIO_CFLAGS), \
71 DISABLED_WARNINGS_gcc := type-limits, \
72 DISABLED_WARNINGS_clang := tautological-compare, \
73 DISABLED_WARNINGS_microsoft := 4244, \
73 DISABLED_WARNINGS_microsoft := 4244 4996, \
74 MAPFILE := $(BUILD_LIBNIO_MAPFILE), \
75 LDFLAGS := $(LDFLAGS_JDKLIB) $(BUILD_LIBNIO_LDFLAGS) \
76 $(call SET_SHARED_LIBRARY_ORIGIN), \
77 LDFLAGS_SUFFIX_linux := -ljava -lnet -lpthread $(LIBDL), \
78 LDFLAGS_SUFFIX_aix := -ljava -lnet $(LIBDL),\
79 LDFLAGS_SUFFIX_solaris := -ljvm -lsocket -lposix4 $(LIBDL) \
80 -lsendfile -ljava -lnet -lc, \
81 LDFLAGS_SUFFIX_windows := jvm.lib ws2_32.lib $(WIN_JAVA_LIB) \

--- 15 unchanged lines hidden ---
74 MAPFILE := $(BUILD_LIBNIO_MAPFILE), \
75 LDFLAGS := $(LDFLAGS_JDKLIB) $(BUILD_LIBNIO_LDFLAGS) \
76 $(call SET_SHARED_LIBRARY_ORIGIN), \
77 LDFLAGS_SUFFIX_linux := -ljava -lnet -lpthread $(LIBDL), \
78 LDFLAGS_SUFFIX_aix := -ljava -lnet $(LIBDL),\
79 LDFLAGS_SUFFIX_solaris := -ljvm -lsocket -lposix4 $(LIBDL) \
80 -lsendfile -ljava -lnet -lc, \
81 LDFLAGS_SUFFIX_windows := jvm.lib ws2_32.lib $(WIN_JAVA_LIB) \

--- 15 unchanged lines hidden ---