Makefile (41efec22) Makefile (da2e3ebd)
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

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

984
985MAPFILES = ../port/mapfile-vers mapfile-vers
986
987CFLAGS += $(EXTN_CFLAGS)
988CPPFLAGS= -D_REENTRANT -Dsparc $(EXTN_CPPFLAGS) \
989 -I$(LIBCBASE)/inc -I../inc $(CPPFLAGS.master)
990ASFLAGS= -K pic -P -D__STDC__ -D_ASM $(CPPFLAGS) $(sparc_AS_XARCH)
991
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

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

984
985MAPFILES = ../port/mapfile-vers mapfile-vers
986
987CFLAGS += $(EXTN_CFLAGS)
988CPPFLAGS= -D_REENTRANT -Dsparc $(EXTN_CPPFLAGS) \
989 -I$(LIBCBASE)/inc -I../inc $(CPPFLAGS.master)
990ASFLAGS= -K pic -P -D__STDC__ -D_ASM $(CPPFLAGS) $(sparc_AS_XARCH)
991
992# Conditionally add support for making |wordexp()| check whether
993# /usr/bin/ksh is ksh93 or not
994include ../../../Makefile.ksh93switch
995CPPFLAGS += -DWORDEXP_KSH93=$(ON_BUILD_KSH93_AS_BINKSH)
996
992# Inform the run-time linker about libc specialized initialization
993RTLDINFO = -z rtldinfo=tls_rtldinfo
994DYNFLAGS += $(RTLDINFO)
995
996DYNFLAGS += -e __rtboot
997DYNFLAGS += $(EXTN_DYNFLAGS)
998
999# Inform the kernel about the initial DTrace area (in case

--- 269 unchanged lines hidden ---
997# Inform the run-time linker about libc specialized initialization
998RTLDINFO = -z rtldinfo=tls_rtldinfo
999DYNFLAGS += $(RTLDINFO)
1000
1001DYNFLAGS += -e __rtboot
1002DYNFLAGS += $(EXTN_DYNFLAGS)
1003
1004# Inform the kernel about the initial DTrace area (in case

--- 269 unchanged lines hidden ---