]> granicus.if.org Git - clang/commit
Setting ARM dynamic linker name from commandline
authorRenato Golin <renato.golin@linaro.org>
Mon, 27 Jul 2015 09:56:37 +0000 (09:56 +0000)
committerRenato Golin <renato.golin@linaro.org>
Mon, 27 Jul 2015 09:56:37 +0000 (09:56 +0000)
commit90cbf30ef14fd31233a5f6543c28f3d39fb1d6df
treee7e0a2c086d0e0f1be2a34cd1ef8f6530e256558
parent4562db24b3918f41efe3d961ca29c9f85570c415
Setting ARM dynamic linker name from commandline

Currently trigger to select hard-float linker is only based of -gnueabihf
appearing in target triplet, but we should also select it when hardfloat
is requested via cmdline.

Patch by Khem Raj.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@243262 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Driver/Tools.cpp
test/Driver/linux-ld.c