K 10 svn:author V 2 ed K 8 svn:date V 27 2010-06-13T12:39:22.029255Z K 7 svn:log V 301 Disable usage of posix_spawn() inside LLVM. Even though it's nice to use posix_spawn() instead of manually using fork()/exec(), it's better to disable this. FreeBSD 7 doesn't support this interface. When enabled, we can't build tblgen, which prevents us from building FreeBSD 9 on 7. Tested by: raj END