[Driver] Support -muclibc / -mglibc command line options for a coupleof MIPS toolchains.The uCLibc implemented for multiple architectures. A couple of MIPS toolchainscontains both uCLibc and glib
[Driver] Support -muclibc / -mglibc command line options for a coupleof MIPS toolchains.The uCLibc implemented for multiple architectures. A couple of MIPS toolchainscontains both uCLibc and glibc implementation so these options allow to selectused C library.Initially -muclibc / -mglibc (as well as -mbionic) have been implemented in gccfor various architectures so they are not MIPS specific.llvm-svn: 215552
show more ...
[Driver][Mips] Remove "fp64" directories from the mips-mti-linux-gnu toolchaindirectories description. Released version of this toolchain has not separatelibraries for -mfp64 command line option.
[Driver][Mips] Remove "fp64" directories from the mips-mti-linux-gnu toolchaindirectories description. Released version of this toolchain has not separatelibraries for -mfp64 command line option.llvm-svn: 213937
[Mips] Take in account the -mfp64 command line option when build pathsto the crt*.o files, libraries and headers for the MIPS FSFS toolchain.llvm-svn: 195249
[Mips] Support FSF Mips toolchain directories tree in the Clang driver.The patch reviewed by Rafael Espindola.http://llvm-reviews.chandlerc.com/D1843llvm-svn: 192343