Makefile.com (241c90a0) Makefile.com (85f4cb87)
1#
2# CDDL HEADER START
3#
4# The contents of this file are subject to the terms of the
5# Common Development and Distribution License (the "License").
6# You may not use this file except in compliance with the License.
7#
8# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE

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

35
36LIBS = $(DYNLIB)
37LDLIBS += -lc
38
39
40CFLAGS += $(CCVERBOSE)
41CPPFLAGS += -I$(SRCDIR) -mt $(CCVERBOSE) -D_POSIX_PTHREAD_SEMANTICS
42CPPFLAGS += -DBUILD_TIME='"Wed Sep 24 12:00:00 2008"'
1#
2# CDDL HEADER START
3#
4# The contents of this file are subject to the terms of the
5# Common Development and Distribution License (the "License").
6# You may not use this file except in compliance with the License.
7#
8# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE

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

35
36LIBS = $(DYNLIB)
37LDLIBS += -lc
38
39
40CFLAGS += $(CCVERBOSE)
41CPPFLAGS += -I$(SRCDIR) -mt $(CCVERBOSE) -D_POSIX_PTHREAD_SEMANTICS
42CPPFLAGS += -DBUILD_TIME='"Wed Sep 24 12:00:00 2008"'
43DYNFLAGS += -z finiarray=ExitLibrary
44DYNFLAGS += -z initarray=InitLibrary
43DYNFLAGS += -Wl,-zfiniarray=ExitLibrary
44DYNFLAGS += -Wl,-zinitarray=InitLibrary
45
46CERRWARN += -_gcc=-Wno-type-limits
47CERRWARN += -_gcc=-Wno-unused-variable
48CERRWARN += $(CNOWARN_UNINIT)
49
50# not linted
51SMATCH=off
52

--- 15 unchanged lines hidden ---
45
46CERRWARN += -_gcc=-Wno-type-limits
47CERRWARN += -_gcc=-Wno-unused-variable
48CERRWARN += $(CNOWARN_UNINIT)
49
50# not linted
51SMATCH=off
52

--- 15 unchanged lines hidden ---