> > > On Mon, Apr 10, 2017 at 01:35:57PM +0200, Mark Kettenis wrote:
> > > > Looking into arm_neon.h.  This header file is supposed to be generated
> > > > using the clang_tablegen tool, which is why we missed it.

$ tar tvzf comp61.tgz |grep ^d.*lib.clang
drwxrwx---  2 build    wheel            0 Apr 10 13:01 ./usr/lib/clang
drwxrwx---  2 build    wheel            0 Apr 10 13:01 ./usr/lib/clang/4.0.0
drwxr-xr-x  2 root     bin              0 Apr 10 13:01 
./usr/lib/clang/4.0.0/include

Is this the way to fix it, or do we need something different as it's only
on some arch?

Index: etc/mtree/4.4BSD.dist
===================================================================
RCS file: /cvs/src/etc/mtree/4.4BSD.dist,v
retrieving revision 1.294
diff -u -p -r1.294 4.4BSD.dist
--- etc/mtree/4.4BSD.dist       12 Feb 2017 08:56:17 -0000      1.294
+++ etc/mtree/4.4BSD.dist       11 Apr 2017 09:59:46 -0000
@@ -157,6 +157,10 @@ usr
 
     # ./usr/lib
     lib
+        clang                  gname=bin uname=root mode=0755
+            4.0.0              gname=bin uname=root mode=0755
+            ..
+        ..
         debug                  gname=bin uname=root mode=0755
         ..
         locate                 gname=bin uname=root mode=0755

Reply via email to