| commit | 637603a7ccced82eb4166a421ce502b245586eb8 | [log] [tgz] |
|---|---|---|
| author | Joerg Sonnenberger <joerg@bec.de> | Mon May 16 13:35:02 2011 +0000 |
| committer | Joerg Sonnenberger <joerg@bec.de> | Mon May 16 13:35:02 2011 +0000 |
| tree | c2a34e99a4b11552420e45140e6b20be38d7b8e9 | |
| parent | 5ec1941e5893ba5bf451e98e394ef6a47d37e50b [diff] |
Make the triple an explicit argument of FindTargetProgramPath. Preserve the original triple in the NetBSD toolchain when using -m32 or -m64 and the resulting effective target is different from the triple it started with. This allows -m32 to use the same assembler/linking in cross-compiling mode and avoids confusion about passing down target specific flags in that case like --32. llvm-svn: 131404