diff options
| author | Dimitry Andric <dim@FreeBSD.org> | 2012-06-02 11:07:19 +0000 |
|---|---|---|
| committer | Dimitry Andric <dim@FreeBSD.org> | 2012-06-02 11:07:19 +0000 |
| commit | cd38c40872c4d4cda7744045ff4672e89d8bf714 (patch) | |
| tree | 2ebca3e0cea352eb5aca2f29b41961763e6e4a91 /lib/libc++ | |
| parent | 7e3de069eff9352649f7f464c71560b1bd84a8fc (diff) | |
Notes
Diffstat (limited to 'lib/libc++')
| -rw-r--r-- | lib/libc++/Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/lib/libc++/Makefile b/lib/libc++/Makefile index 8f69dbf58e96..1c65cc385685 100644 --- a/lib/libc++/Makefile +++ b/lib/libc++/Makefile @@ -138,10 +138,17 @@ STD_HEADERS= __bit_reference\ utility\ valarray\ vector +RT_HEADERS= cxxabi.h\ + unwind.h\ + unwind-arm.h\ + unwind-itanium.h .for hdr in ${STD_HEADERS} STD+= ${HDRDIR}/${hdr} .endfor +.for hdr in ${RT_HEADERS} +STD+= ${LIBCXXRTDIR}/${hdr} +.endfor STDDIR= ${CXXINCLUDEDIR} EXT_HEADERS= __hash\ |
