Fix build with new host toolchain

bcinfo links -lbcinfo which needs libpthread.so.

HOST_TOOLCHAIN_PREFIX=prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/bin/x86_64-linux- mm

  external/llvm/lib/Support/Mutex.cpp:53: error: undefined reference to 'pthread_mutexattr_init'
  external/llvm/lib/Support/Mutex.cpp:59: error: undefined reference to 'pthread_mutexattr_settype'
  ...

Change-Id: Idd45ef3c28f9210d494bc0499a3934cf74a4220e
1 file changed