Print this page
5798 fexecve() needed per POSIX 2008


   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
   9 # or http://www.opensolaris.org/os/licensing.
  10 # See the License for the specific language governing permissions
  11 # and limitations under the License.
  12 #
  13 # When distributing Covered Code, include this CDDL HEADER in each
  14 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
  15 # If applicable, add the following below this CDDL HEADER, with the
  16 # fields enclosed by brackets "[]" replaced with your own identifying
  17 # information: Portions Copyright [yyyy] [name of copyright owner]
  18 #
  19 # CDDL HEADER END
  20 #
  21 #
  22 # Copyright (c) 1989, 2010, Oracle and/or its affiliates. All rights reserved.
  23 # Copyright (c) 2015, Joyent, Inc.  All rights reserved.
  24 # Copyright (c) 2013, OmniTI Computer Consulting, Inc. All rights reserved.
  25 # Copyright 2013 Garrett D'Amore <garrett@damore.org>
  26 #
  27 # Copyright 2011 Nexenta Systems, Inc.  All rights reserved.
  28 # Use is subject to license terms.
  29 #
  30 
  31 LIBCDIR=        $(SRC)/lib/libc
  32 LIB_PIC=        libc_pic.a
  33 VERS=           .1
  34 CPP=            /usr/lib/cpp
  35 TARGET_ARCH=    sparc
  36 
  37 # objects are grouped by source directory
  38 
  39 # Symbol capabilities objects.
  40 EXTPICS=                        \
  41         $(LIBCDIR)/capabilities/sun4u/sparc/pics/symcap.o \
  42         $(LIBCDIR)/capabilities/sun4u-opl/sparc/pics/symcap.o \
  43         $(LIBCDIR)/capabilities/sun4u-us3-hwcap1/sparc/pics/symcap.o \
  44         $(LIBCDIR)/capabilities/sun4u-us3-hwcap2/sparc/pics/symcap.o \
  45         $(LIBCDIR)/capabilities/sun4v-hwcap1/sparc/pics/symcap.o \


 917         unwind_frame.o
 918 
 919 # objects that implement the transitional large file API
 920 PORTSYS64=                      \
 921         lockf64.o               \
 922         stat64.o
 923 
 924 PORTSYS=                        \
 925         _autofssys.o            \
 926         access.o                \
 927         acctctl.o               \
 928         bsd_signal.o            \
 929         chmod.o                 \
 930         chown.o                 \
 931         corectl.o               \
 932         exacctsys.o             \
 933         execl.o                 \
 934         execle.o                \
 935         execv.o                 \
 936         fcntl.o                 \

 937         getpagesizes.o          \
 938         getpeerucred.o          \
 939         inst_sync.o             \
 940         issetugid.o             \
 941         label.o                 \
 942         link.o                  \
 943         lockf.o                 \
 944         lwp.o                   \
 945         lwp_cond.o              \
 946         lwp_rwlock.o            \
 947         lwp_sigmask.o           \
 948         meminfosys.o            \
 949         mkdir.o                 \
 950         mknod.o                 \
 951         msgsys.o                \
 952         nfssys.o                \
 953         open.o                  \
 954         pgrpsys.o               \
 955         posix_sigwait.o         \
 956         ppriv.o                 \




   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
   9 # or http://www.opensolaris.org/os/licensing.
  10 # See the License for the specific language governing permissions
  11 # and limitations under the License.
  12 #
  13 # When distributing Covered Code, include this CDDL HEADER in each
  14 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
  15 # If applicable, add the following below this CDDL HEADER, with the
  16 # fields enclosed by brackets "[]" replaced with your own identifying
  17 # information: Portions Copyright [yyyy] [name of copyright owner]
  18 #
  19 # CDDL HEADER END
  20 #
  21 #
  22 # Copyright (c) 1989, 2010, Oracle and/or its affiliates. All rights reserved.
  23 # Copyright (c) 2015, Joyent, Inc.  All rights reserved.
  24 # Copyright (c) 2013, OmniTI Computer Consulting, Inc. All rights reserved.
  25 # Copyright 2014 Garrett D'Amore <garrett@damore.org>
  26 #
  27 # Copyright 2011 Nexenta Systems, Inc.  All rights reserved.
  28 # Use is subject to license terms.
  29 #
  30 
  31 LIBCDIR=        $(SRC)/lib/libc
  32 LIB_PIC=        libc_pic.a
  33 VERS=           .1
  34 CPP=            /usr/lib/cpp
  35 TARGET_ARCH=    sparc
  36 
  37 # objects are grouped by source directory
  38 
  39 # Symbol capabilities objects.
  40 EXTPICS=                        \
  41         $(LIBCDIR)/capabilities/sun4u/sparc/pics/symcap.o \
  42         $(LIBCDIR)/capabilities/sun4u-opl/sparc/pics/symcap.o \
  43         $(LIBCDIR)/capabilities/sun4u-us3-hwcap1/sparc/pics/symcap.o \
  44         $(LIBCDIR)/capabilities/sun4u-us3-hwcap2/sparc/pics/symcap.o \
  45         $(LIBCDIR)/capabilities/sun4v-hwcap1/sparc/pics/symcap.o \


 917         unwind_frame.o
 918 
 919 # objects that implement the transitional large file API
 920 PORTSYS64=                      \
 921         lockf64.o               \
 922         stat64.o
 923 
 924 PORTSYS=                        \
 925         _autofssys.o            \
 926         access.o                \
 927         acctctl.o               \
 928         bsd_signal.o            \
 929         chmod.o                 \
 930         chown.o                 \
 931         corectl.o               \
 932         exacctsys.o             \
 933         execl.o                 \
 934         execle.o                \
 935         execv.o                 \
 936         fcntl.o                 \
 937         fexecve.o               \
 938         getpagesizes.o          \
 939         getpeerucred.o          \
 940         inst_sync.o             \
 941         issetugid.o             \
 942         label.o                 \
 943         link.o                  \
 944         lockf.o                 \
 945         lwp.o                   \
 946         lwp_cond.o              \
 947         lwp_rwlock.o            \
 948         lwp_sigmask.o           \
 949         meminfosys.o            \
 950         mkdir.o                 \
 951         mknod.o                 \
 952         msgsys.o                \
 953         nfssys.o                \
 954         open.o                  \
 955         pgrpsys.o               \
 956         posix_sigwait.o         \
 957         ppriv.o                 \