From 430849e1b9eb84832849552fff40a61f8dafc07a Mon Sep 17 00:00:00 2001 From: Jung-uk Kim Date: Fri, 5 Oct 2012 00:35:13 +0000 Subject: [PATCH] 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 --- ObsoleteFiles.inc | 2 ++ lib/clang/include/Makefile | 1 - 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/ObsoleteFiles.inc b/ObsoleteFiles.inc index 861c02c8b6c6..7af2d3a89b38 100644 --- a/ObsoleteFiles.inc +++ b/ObsoleteFiles.inc @@ -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 diff --git a/lib/clang/include/Makefile b/lib/clang/include/Makefile index bee6d58ca078..9b2670a2f35d 100644 --- a/lib/clang/include/Makefile +++ b/lib/clang/include/Makefile @@ -25,7 +25,6 @@ INCS= altivec.h \ popcntintrin.h \ smmintrin.h \ tmmintrin.h \ - unwind.h \ wmmintrin.h \ x86intrin.h \ xmmintrin.h \