clang: remove COMPATIBLE_HOST

clang builds fine for 32-bit targets too now. Remove COMPATIBLE_HOST.

Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
This commit is contained in:
Anuj Mittal 2019-09-18 17:20:03 +08:00
parent daac601e4d
commit b13d766b0c

View File

@ -8,5 +8,3 @@ do_install_append_intel-x86-common() {
LIBCPLUSPLUS = ""
# undefined reference to `__atomic_load' on i*86.
COMPATIBLE_HOST = '(x86_64).*-linux'