Browse Source

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.
tags/v0.3.0
Christoph Conrads 8 years ago
parent
commit
9cc6599056
1 changed files with 0 additions and 4 deletions
  1. +0
    -4
      Makefile.system

+ 0
- 4
Makefile.system View File

@@ -242,10 +242,6 @@ EXTRALIB += -lm
NO_EXPRECISION = 1
endif

ifeq ($(OSNAME), Android)
EXTRALIB += -lm
endif

ifeq ($(OSNAME), AIX)
EXTRALIB += -lm
endif


Loading…
Cancel
Save