mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-02 12:20:51 +00:00
Do not install incomplete unwind.h from clang. This header file was meant
to be a wrapper for the canonical system header file. Unfortunately, we do not have one (yet) and some times it is causing weird failures when clang is used for building ports. More complete and correct file will come from libcxxrt in the future. Discussed with: dim, kib, theraven MFC after: 1 week
This commit is contained in:
parent
338666582f
commit
430849e1b9
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=241214
@ -38,6 +38,8 @@
|
||||
# xargs -n1 | sort | uniq -d;
|
||||
# done
|
||||
|
||||
# 20121004: remove incomplete unwind.h
|
||||
OLD_FILES+=usr/include/clang/3.2/unwind.h
|
||||
# 20120908: pf cleanup
|
||||
OLD_FILES+=usr/include/net/if_pflow.h
|
||||
# 20120816: new clang import which bumps version from 3.1 to 3.2
|
||||
|
@ -25,7 +25,6 @@ INCS= altivec.h \
|
||||
popcntintrin.h \
|
||||
smmintrin.h \
|
||||
tmmintrin.h \
|
||||
unwind.h \
|
||||
wmmintrin.h \
|
||||
x86intrin.h \
|
||||
xmmintrin.h \
|
||||
|
Loading…
Reference in New Issue
Block a user