summaryrefslogtreecommitdiffstats
path: root/clang/test/Driver/Inputs/mips_fsf_tree/mips-mti-linux-gnu
Commit message (Collapse)AuthorAgeFilesLines
* [Driver] Support -muclibc / -mglibc command line options for a coupleSimon Atanasyan2014-08-138-0/+0
| | | | | | | | | | | | | of MIPS toolchains. The uCLibc implemented for multiple architectures. A couple of MIPS toolchains contains both uCLibc and glibc implementation so these options allow to select used C library. Initially -muclibc / -mglibc (as well as -mbionic) have been implemented in gcc for various architectures so they are not MIPS specific. llvm-svn: 215552
* [Driver][Mips] Remove "fp64" directories from the mips-mti-linux-gnu toolchainSimon Atanasyan2014-07-2534-0/+0
| | | | | | | directories description. Released version of this toolchain has not separate libraries for -mfp64 command line option. llvm-svn: 213937
* [Mips] Take in account the -mfp64 command line option when build pathsSimon Atanasyan2013-11-2034-0/+0
| | | | | | to 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.Simon Atanasyan2013-10-1092-0/+0
The patch reviewed by Rafael Espindola. http://llvm-reviews.chandlerc.com/D1843 llvm-svn: 192343
OpenPOWER on IntegriCloud