Print this page
6556 64-bit SPARC libc needs signalfd.o too


   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
   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/sparcv9/pics/symcap.o \


 904         mkdir.o                 \
 905         mknod.o                 \
 906         msgsys.o                \
 907         nfssys.o                \
 908         open.o                  \
 909         pgrpsys.o               \
 910         posix_sigwait.o         \
 911         ppriv.o                 \
 912         psetsys.o               \
 913         rctlsys.o               \
 914         readlink.o              \
 915         rename.o                \
 916         sbrk.o                  \
 917         semsys.o                \
 918         set_errno.o             \
 919         sharefs.o               \
 920         shmsys.o                \
 921         sidsys.o                \
 922         siginterrupt.o          \
 923         signal.o                \

 924         sigpending.o            \
 925         sigstack.o              \
 926         stat.o                  \
 927         symlink.o               \
 928         tasksys.o               \
 929         time.o                  \
 930         time_util.o             \
 931         timerfd.o               \
 932         ucontext.o              \
 933         unlink.o                \
 934         ustat.o                 \
 935         utimesys.o              \
 936         zone.o
 937 
 938 PORTREGEX=                      \
 939         glob.o                  \
 940         regcmp.o                \
 941         regex.o                 \
 942         wordexp.o
 943 




   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
   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 2016 Gary Mills
  23 # Copyright (c) 1989, 2010, Oracle and/or its affiliates. All rights reserved.
  24 # Copyright (c) 2015, Joyent, Inc.  All rights reserved.
  25 # Copyright (c) 2013, OmniTI Computer Consulting, Inc. All rights reserved.
  26 # Copyright 2013 Garrett D'Amore <garrett@damore.org>
  27 #
  28 # Copyright 2011 Nexenta Systems, Inc.  All rights reserved.
  29 # Use is subject to license terms.
  30 #
  31 
  32 LIBCDIR=        $(SRC)/lib/libc
  33 LIB_PIC=        libc_pic.a
  34 VERS=           .1
  35 CPP=            /usr/lib/cpp
  36 TARGET_ARCH=    sparc
  37 
  38 # objects are grouped by source directory
  39 
  40 # Symbol capabilities objects.
  41 EXTPICS=                        \
  42         $(LIBCDIR)/capabilities/sun4u/sparcv9/pics/symcap.o \


 905         mkdir.o                 \
 906         mknod.o                 \
 907         msgsys.o                \
 908         nfssys.o                \
 909         open.o                  \
 910         pgrpsys.o               \
 911         posix_sigwait.o         \
 912         ppriv.o                 \
 913         psetsys.o               \
 914         rctlsys.o               \
 915         readlink.o              \
 916         rename.o                \
 917         sbrk.o                  \
 918         semsys.o                \
 919         set_errno.o             \
 920         sharefs.o               \
 921         shmsys.o                \
 922         sidsys.o                \
 923         siginterrupt.o          \
 924         signal.o                \
 925         signalfd.o              \
 926         sigpending.o            \
 927         sigstack.o              \
 928         stat.o                  \
 929         symlink.o               \
 930         tasksys.o               \
 931         time.o                  \
 932         time_util.o             \
 933         timerfd.o               \
 934         ucontext.o              \
 935         unlink.o                \
 936         ustat.o                 \
 937         utimesys.o              \
 938         zone.o
 939 
 940 PORTREGEX=                      \
 941         glob.o                  \
 942         regcmp.o                \
 943         regex.o                 \
 944         wordexp.o
 945