Makefile.com (b8767451d156f585534afac0bf22721810d0dc63) Makefile.com (73a801acfbef73aca0012eca23d6a1b842f5a104)
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

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

54CERRWARN += -_gcc=-Wno-unused-variable
55CERRWARN += -_gcc=-Wno-implicit-function-declaration
56YFLAGS += -d
57CFLAGS += -D_FILE_OFFSET_BITS=64
58
59# dump_expr() is too hairy
60SMATCH=off
61
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

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

54CERRWARN += -_gcc=-Wno-unused-variable
55CERRWARN += -_gcc=-Wno-implicit-function-declaration
56YFLAGS += -d
57CFLAGS += -D_FILE_OFFSET_BITS=64
58
59# dump_expr() is too hairy
60SMATCH=off
61
62$(LIB) := LDFLAGS += $(GSHARED) -h$@ $(ZTEXT) $(ZDEFS) $(BDIRECT) \
62$(LIB) := LDFLAGS += $(GSHARED) -Wl,-h$@ $(ZTEXT) $(ZDEFS) $(BDIRECT) \
63 $(C_PICFLAGS) $(MAPFILE:%=-Wl,-M%) \
64 $(MAPFILE.PGA:%=-Wl,-M%) $(MAPFILE.NED:%=-Wl,-M%)
65$(LIB) := CPPFLAGS += -D_REENTRANT
66$(LIB) := sparc_CFLAGS += -xregs=no%appl
67$(LIB) := sparcv9_CFLAGS += -xregs=no%appl
68$(LIB) := LDLIBS += -lc
69
70$(PROG) := LDLIBS += -lgen

--- 52 unchanged lines hidden ---
63 $(C_PICFLAGS) $(MAPFILE:%=-Wl,-M%) \
64 $(MAPFILE.PGA:%=-Wl,-M%) $(MAPFILE.NED:%=-Wl,-M%)
65$(LIB) := CPPFLAGS += -D_REENTRANT
66$(LIB) := sparc_CFLAGS += -xregs=no%appl
67$(LIB) := sparcv9_CFLAGS += -xregs=no%appl
68$(LIB) := LDLIBS += -lc
69
70$(PROG) := LDLIBS += -lgen

--- 52 unchanged lines hidden ---