ARM: do not add linker flag `-lm` unconditionally
authorChristoph Conrads <christoph.conrads@fluent.ai>
Thu, 10 Aug 2017 15:34:21 +0000 (11:34 -0400)
committerChristoph Conrads <christoph.conrads@fluent.ai>
Thu, 10 Aug 2017 15:58:25 +0000 (11:58 -0400)
commit9cc6599056e59a0e081360f79465888868da6ed7
tree205bed83b5e3e775728461337f0afdfa339a805d
parente6b9b660c38372b52b707a6a670677554fe77efb
ARM: do not add linker flag `-lm` unconditionally

On ARM the required math library depends on whether the soft floating
point ABI is used or not but this is already handled in
`Makefile.system`, lines 499-505.
Makefile.system