contrib: 64-bits ARM always supports floating point

This commit is contained in:
Rémi Denis-Courmont 2013-02-27 20:16:36 +02:00
parent e41027f592
commit 7ddfb56bec

View File

@ -156,7 +156,7 @@ LDFLAGS := $(LDFLAGS) $(EXTRA_LDFLAGS)
# Do not export those! Use HOSTVARS.
# Do the FPU detection, after we have figured out our compilers and flags.
ifneq ($(findstring $(ARCH),i386 sparc sparc64 ppc ppc64 x86_64),)
ifneq ($(findstring $(ARCH),aarch64 i386 ppc ppc64 sparc sparc64 x86_64),)
# This should be consistent with include/vlc_cpu.h
HAVE_FPU = 1
else ifneq ($(findstring $(ARCH),arm),)