Remove FP_ABI varaible. Users must add it manually to CXXFLAGS if needed
parent
7f8f61bfbd
commit
1797eca51c
|
|
@ -10,8 +10,6 @@ SHELL = /bin/sh
|
||||||
|
|
||||||
# If needed
|
# If needed
|
||||||
TMPDIR ?= /tmp
|
TMPDIR ?= /tmp
|
||||||
# Used for ARMv7 and NEON.
|
|
||||||
FP_ABI ?= hard
|
|
||||||
# Used for feature tests
|
# Used for feature tests
|
||||||
TOUT ?= a.out
|
TOUT ?= a.out
|
||||||
TOUT := $(strip $(TOUT))
|
TOUT := $(strip $(TOUT))
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue