Commit 7ddfb56b authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

contrib: 64-bits ARM always supports floating point

parent e41027f5
...@@ -156,7 +156,7 @@ LDFLAGS := $(LDFLAGS) $(EXTRA_LDFLAGS) ...@@ -156,7 +156,7 @@ LDFLAGS := $(LDFLAGS) $(EXTRA_LDFLAGS)
# Do not export those! Use HOSTVARS. # Do not export those! Use HOSTVARS.
# Do the FPU detection, after we have figured out our compilers and flags. # 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 # This should be consistent with include/vlc_cpu.h
HAVE_FPU = 1 HAVE_FPU = 1
else ifneq ($(findstring $(ARCH),arm),) else ifneq ($(findstring $(ARCH),arm),)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment