Makefile (f48205be) 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

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

930
931sparcv9_C_PICFLAGS= -K PIC
932CFLAGS64 += $(EXTN_CFLAGS)
933CPPFLAGS= -D_REENTRANT -Dsparc $(EXTN_CPPFLAGS) \
934 -I$(LIBCBASE)/inc -I../inc $(CPPFLAGS.master)
935ASFLAGS= -K PIC -P -D__STDC__ -D_ASM -D__sparcv9 $(CPPFLAGS) \
936 $(sparcv9_AS_XARCH)
937
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

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

930
931sparcv9_C_PICFLAGS= -K PIC
932CFLAGS64 += $(EXTN_CFLAGS)
933CPPFLAGS= -D_REENTRANT -Dsparc $(EXTN_CPPFLAGS) \
934 -I$(LIBCBASE)/inc -I../inc $(CPPFLAGS.master)
935ASFLAGS= -K PIC -P -D__STDC__ -D_ASM -D__sparcv9 $(CPPFLAGS) \
936 $(sparcv9_AS_XARCH)
937
938# Conditionally add support for making |wordexp()| check whether
939# /usr/bin/ksh is ksh93 or not
940include ../../../Makefile.ksh93switch
941CPPFLAGS += -DWORDEXP_KSH93=$(ON_BUILD_KSH93_AS_BINKSH)
942
938# Inform the run-time linker about libc specialized initialization
939RTLDINFO = -z rtldinfo=tls_rtldinfo
940DYNFLAGS += $(RTLDINFO)
941
942DYNFLAGS += $(EXTN_DYNFLAGS)
943
944BUILD.s= $(AS) $(ASFLAGS) $< -o $@
945

--- 243 unchanged lines hidden ---
943# Inform the run-time linker about libc specialized initialization
944RTLDINFO = -z rtldinfo=tls_rtldinfo
945DYNFLAGS += $(RTLDINFO)
946
947DYNFLAGS += $(EXTN_DYNFLAGS)
948
949BUILD.s= $(AS) $(ASFLAGS) $< -o $@
950

--- 243 unchanged lines hidden ---