Remove FP_ABI varaible. Users must add it manually to CXXFLAGS if needed

pull/826/head
Jeffrey Walton 2019-04-27 18:44:16 -04:00
parent 7f8f61bfbd
commit 1797eca51c
No known key found for this signature in database
GPG Key ID: B36AB348921B1838
1 changed files with 0 additions and 2 deletions

View File

@ -10,8 +10,6 @@ SHELL = /bin/sh
# If needed
TMPDIR ?= /tmp
# Used for ARMv7 and NEON.
FP_ABI ?= hard
# Used for feature tests
TOUT ?= a.out
TOUT := $(strip $(TOUT))