diff options
author | emaste <emaste@FreeBSD.org> | 2016-01-22 16:47:36 +0000 |
---|---|---|
committer | emaste <emaste@FreeBSD.org> | 2016-01-22 16:47:36 +0000 |
commit | 8b90d96a7531dafc4c19a2587b491bc8f2c767a1 (patch) | |
tree | 07eb0b1a63829812d19a673e35ca6187ec150c81 /gnu | |
parent | 8ba35e7674c07ec2a65f7b4c1ebe352cc3801a25 (diff) | |
download | FreeBSD-src-8b90d96a7531dafc4c19a2587b491bc8f2c767a1.zip FreeBSD-src-8b90d96a7531dafc4c19a2587b491bc8f2c767a1.tar.gz |
Drop HP libunwind (unw_*) functions from LLVM libunwind
They are not needed for exception handling.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/lib/libgcc/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gnu/lib/libgcc/Makefile b/gnu/lib/libgcc/Makefile index f3166e7..ad042fd 100644 --- a/gnu/lib/libgcc/Makefile +++ b/gnu/lib/libgcc/Makefile @@ -81,8 +81,7 @@ LIB2ADDEH = gcc_personality_v0.c \ UnwindLevel1-gcc-ext.c \ UnwindLevel1.c \ UnwindRegistersRestore.S \ - UnwindRegistersSave.S \ - libunwind.cpp + UnwindRegistersSave.S CFLAGS+= -I${UNWINDINCDIR} -I${.CURDIR} .if empty(CXXFLAGS:M-std=*) |