Look for 32-bit libraries in /usr/lib32 for MIPS O32 on FreeBSD.
authorJohn Baldwin <jhb@FreeBSD.org>
Mon, 12 Feb 2018 22:22:01 +0000 (22:22 +0000)
committerJohn Baldwin <jhb@FreeBSD.org>
Mon, 12 Feb 2018 22:22:01 +0000 (22:22 +0000)
commitf7854b669a3ce7fbc27824185b6ac7de5d17b554
treedf28efe32ba2da43410b7ccc6972e0f1cb33395d
parent0537deb5cddbf8f4c512e848bfd0220b7ed29c3c
Look for 32-bit libraries in /usr/lib32 for MIPS O32 on FreeBSD.

Summary:
FreeBSD N64 MIPS systems can include 32-bit libraries for O32 in
/usr/lib32 similar to the 32-bit compatibility libraries provided
for FreeBSD/amd64 and FreeBSD/powerpc64.

Reviewers: dim

Reviewed By: dim

Differential Revision: https://reviews.llvm.org/D42972

llvm-svn: 324948
clang/lib/Driver/ToolChains/FreeBSD.cpp
clang/test/Driver/freebsd.c