Browse Source

Merge pull request #1276 from cconrads-scicomp/android_-lm_fix

ARM: do not add linker flag `-lm` unconditionally
tags/v0.3.0
Martin Kroeker GitHub 9 years ago
parent
commit
9e9a9553db
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