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

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

919
920MAPFILES = ../port/mapfile-vers mapfile-vers
921
922CPPFLAGS= -D_REENTRANT -D$(MACH64) -D__$(MACH64) \
923 -I. -I$(LIBCBASE)/inc -I../inc $(CPPFLAGS.master) -I/usr/include
924ASFLAGS= $(AS_PICFLAGS) -P -D__STDC__ -D_ASM $(CPPFLAGS) \
925 $(amd64_AS_XARCH)
926
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

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

919
920MAPFILES = ../port/mapfile-vers mapfile-vers
921
922CPPFLAGS= -D_REENTRANT -D$(MACH64) -D__$(MACH64) \
923 -I. -I$(LIBCBASE)/inc -I../inc $(CPPFLAGS.master) -I/usr/include
924ASFLAGS= $(AS_PICFLAGS) -P -D__STDC__ -D_ASM $(CPPFLAGS) \
925 $(amd64_AS_XARCH)
926
927# Conditionally add support for making |wordexp()| check whether
928# /usr/bin/ksh is ksh93 or not
929include ../../../Makefile.ksh93switch
930CPPFLAGS += -DWORDEXP_KSH93=$(ON_BUILD_KSH93_AS_BINKSH)
931
927# Inform the run-time linker about libc specialized initialization
928RTLDINFO = -z rtldinfo=tls_rtldinfo
929DYNFLAGS += $(RTLDINFO)
930
931BUILD.s= $(AS) $(ASFLAGS) $< -o $@
932
933# Override this top level flag so the compiler builds in its native
934# C99 mode. This has been enabled to support the complex arithmetic

--- 196 unchanged lines hidden ---
932# Inform the run-time linker about libc specialized initialization
933RTLDINFO = -z rtldinfo=tls_rtldinfo
934DYNFLAGS += $(RTLDINFO)
935
936BUILD.s= $(AS) $(ASFLAGS) $< -o $@
937
938# Override this top level flag so the compiler builds in its native
939# C99 mode. This has been enabled to support the complex arithmetic

--- 196 unchanged lines hidden ---