diff options
author | Richard Lowe <richlowe@richlowe.net> | 2018-02-10 23:27:42 +0000 |
---|---|---|
committer | Richard Lowe <richlowe@richlowe.net> | 2018-10-05 19:34:26 +0000 |
commit | fb23c574f17ddde310cea59fe008d16f650ced5a (patch) | |
tree | b18fe0a22f5a5005a3f60508383725989973dcff /usr/src/lib/libnsl | |
parent | b86e7e3f0e50748bb5bb5cc91632d72ff17f08dd (diff) | |
download | illumos-joyent-fb23c574f17ddde310cea59fe008d16f650ced5a.tar.gz |
9868 unused cw translations should be removed
Reviewed by: Andy Stormont <astormont@racktopsystems.com>
Reviewed by: John Levon <john.levon@joyent.com>
Reviewed by: Igor Kozhukhov <igor@dilos.org>
Approved by: Garrett D'Amore <garrett@damore.org>
Diffstat (limited to 'usr/src/lib/libnsl')
-rw-r--r-- | usr/src/lib/libnsl/Makefile.com | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/usr/src/lib/libnsl/Makefile.com b/usr/src/lib/libnsl/Makefile.com index 876c3681e9..17bff31ba6 100644 --- a/usr/src/lib/libnsl/Makefile.com +++ b/usr/src/lib/libnsl/Makefile.com @@ -183,11 +183,6 @@ BIGPICS = $(GOTHOGS:%=pics/%) $(BIGPICS) := sparc_C_PICFLAGS = $(C_BIGPICFLAGS) $(BIGPICS) := i386_C_PICFLAGS = $(C_BIGPICFLAGS) -# Compile C++ code without exceptions to avoid a dependence on libC. -NOEXCEPTIONS= -noex -CCFLAGS += $(NOEXCEPTIONS) -CCFLAGS64 += $(NOEXCEPTIONS) - CPPFLAGS += -I$(SRC)/lib/libnsl/include -D_REENTRANT CPPFLAGS += -I$(SRC)/lib/libnsl/dial |