]> granicus.if.org Git - clang/commit
ARM: default to arm1176jzf-s for hard-float platforms.
authorTim Northover <tnorthover@apple.com>
Tue, 20 Aug 2013 13:13:38 +0000 (13:13 +0000)
committerTim Northover <tnorthover@apple.com>
Tue, 20 Aug 2013 13:13:38 +0000 (13:13 +0000)
commit7f16f2d057f5e0795ead9306a27b394d5a52e8b6
tree611011cb3211c7a11bc168be1f133ee0c8b1a47e
parentcbeb1c6f337f73fe7d1135b379e45fbda0c4766d
ARM: default to arm1176jzf-s for hard-float platforms.

It makes no sense to try and compile for arm7tdmi when we're targeting
something like gnueabihf. Although not strictly the most basic hardware
conceivable, I believe arm1176jzf-s is a reasonable compromise (that can always
be overridden explicitly if needed) since it's still in reasonably common use
unlike earlier cores.

Patch by Stephen Kelly.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@188796 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Driver/ToolChain.cpp