aboutsummaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorEd Maste <emaste@FreeBSD.org>2016-01-22 19:03:39 +0000
committerEd Maste <emaste@FreeBSD.org>2016-01-22 19:03:39 +0000
commitfff38c35aec8eb877c1a450c929203ae87ee0346 (patch)
tree15449dc75a82bcd2253a21f8efdc47d584c268b4 /gnu
parentcce13d65390cebe73e14f0bb2a3a4313975adc8a (diff)
downloadsrc-fff38c35aec8eb877c1a450c929203ae87ee0346.tar.gz
src-fff38c35aec8eb877c1a450c929203ae87ee0346.zip
Restore libunwind.cpp to LLVM libunwind build (reverts r294576)
The unw_* functions are not exported, but are used internally.
Notes
Notes: svn path=/head/; revision=294590
Diffstat (limited to 'gnu')
-rw-r--r--gnu/lib/libgcc/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/lib/libgcc/Makefile b/gnu/lib/libgcc/Makefile
index ad042fd1698f..f3166e78a9b5 100644
--- a/gnu/lib/libgcc/Makefile
+++ b/gnu/lib/libgcc/Makefile
@@ -81,7 +81,8 @@ LIB2ADDEH = gcc_personality_v0.c \
UnwindLevel1-gcc-ext.c \
UnwindLevel1.c \
UnwindRegistersRestore.S \
- UnwindRegistersSave.S
+ UnwindRegistersSave.S \
+ libunwind.cpp
CFLAGS+= -I${UNWINDINCDIR} -I${.CURDIR}
.if empty(CXXFLAGS:M-std=*)