clang looking all over for linux libs [9.2 PRERELEASE]

2013-07-17 Thread Kurt Lidl
I noticed this issue this morning, while looking at a unrelated compilation failure. I was using clang on an amd64 machine, running a system that corresponds closely to r253388. There are some local changes, but nothing with regards to the toolchain, except for removing GCC via the WITHOUT_GCC

Re: clang looking all over for linux libs [9.2 PRERELEASE]

2013-07-17 Thread Roman Divacky
Yes, this is because the FreeBSD driver toolchain shares the same infrastructure with Linux. So we stat ~200 linux dirs :( This rys.vlakno.cz/~rdivacky/freebsd-driver.patch proof of concept patch fixes it by unsharing FreeBSD from Linux but I am not convinced it's worth it. It should also be