summaryrefslogtreecommitdiff
path: root/usr/src/tools
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/tools')
-rw-r--r--usr/src/tools/findunref/exception_list.open2
-rw-r--r--usr/src/tools/make/Makefile.com2
2 files changed, 3 insertions, 1 deletions
diff --git a/usr/src/tools/findunref/exception_list.open b/usr/src/tools/findunref/exception_list.open
index 6c432c78c1..ae18a9c8ac 100644
--- a/usr/src/tools/findunref/exception_list.open
+++ b/usr/src/tools/findunref/exception_list.open
@@ -23,6 +23,7 @@
#
# Copyright (c) 2001, 2010, Oracle and/or its affiliates. All rights reserved.
# Copyright 2014 Garrett D'Amore <garrett@damore.org>
+# Copyright 2020 Joyent, Inc.
#
#
# open-tree exception list
@@ -239,4 +240,3 @@
# ld tests which are not currently delivered
#
./usr/src/cmd/sgs/test
-./usr/src/cmd/mdb/test
diff --git a/usr/src/tools/make/Makefile.com b/usr/src/tools/make/Makefile.com
index 34074bb00a..8fbe1bc1b4 100644
--- a/usr/src/tools/make/Makefile.com
+++ b/usr/src/tools/make/Makefile.com
@@ -10,6 +10,7 @@
#
# Copyright 2015, Richard Lowe.
+# Copyright 2020 Joyent, Inc.
MAKE_INCLUDE= $(SRC)/cmd/make/include
@@ -19,3 +20,4 @@ CFLAGS = $(NATIVE_CFLAGS)
CFLAGS += $(CCVERBOSE)
CCFLAGS = $(NATIVE_CCFLAGS) -_gcc4=-std=gnu++0x
CPPFLAGS = -I$(MAKE_INCLUDE) $(MAKE_DEFS)
+CCNEEDED = $(NATIVECCNEEDED)