summaryrefslogtreecommitdiff
path: root/usr/src/lib/libc/amd64/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/lib/libc/amd64/Makefile')
-rw-r--r--usr/src/lib/libc/amd64/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/usr/src/lib/libc/amd64/Makefile b/usr/src/lib/libc/amd64/Makefile
index 2d350372d6..a8ca8b1234 100644
--- a/usr/src/lib/libc/amd64/Makefile
+++ b/usr/src/lib/libc/amd64/Makefile
@@ -25,7 +25,7 @@
# Copyright 2013 Garrett D'Amore <garrett@damore.org>
# Copyright 2018 Nexenta Systems, Inc.
# Copyright 2019 Joyent, Inc.
-# Copyright 2019 OmniOS Community Edition (OmniOSce) Association.
+# Copyright 2020 OmniOS Community Edition (OmniOSce) Association.
#
LIBCBASE= .
@@ -884,7 +884,8 @@ UNWINDMACHOBJS= \
pics/unwind.o:= COPTFLAG64 =
UNWINDASMOBJS= \
- unwind_frame.o
+ unwind_frame.o \
+ unwind_wrap.o
# Preserved solely to ease maintenance of 32-bit and 64-bit library builds
# This macro should ALWAYS be empty; native APIs are already 'large file'.