From da92fc99058e66f76a0c03610e47ad8dc9899359 Mon Sep 17 00:00:00 2001 From: jkim Date: Mon, 15 Oct 2012 21:53:26 +0000 Subject: [PATCH] MFC: r241214 Do not install incomplete unwind.h from clang. git-svn-id: svn://svn.freebsd.org/base/stable/9@241599 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f --- ObsoleteFiles.inc | 2 ++ lib/clang/include/Makefile | 1 - 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/ObsoleteFiles.inc b/ObsoleteFiles.inc index 631540a39..f17693f3c 100644 --- a/ObsoleteFiles.inc +++ b/ObsoleteFiles.inc @@ -38,6 +38,8 @@ # xargs -n1 | sort | uniq -d; # done +# 20121015: remove incomplete unwind.h +OLD_FILES+=usr/include/clang/3.1/unwind.h # 20120713: auth.conf removed OLD_FILES+=etc/auth.conf OLD_FILES+=usr/share/examples/etc/auth.conf diff --git a/lib/clang/include/Makefile b/lib/clang/include/Makefile index 05b43cf51..02a5f7d02 100644 --- a/lib/clang/include/Makefile +++ b/lib/clang/include/Makefile @@ -23,7 +23,6 @@ INCS= altivec.h \ popcntintrin.h \ smmintrin.h \ tmmintrin.h \ - unwind.h \ wmmintrin.h \ x86intrin.h \ xmmintrin.h -- 2.45.0