Skip to content
Snippets Groups Projects
Commit 7ddfb56b authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont
Browse files

contrib: 64-bits ARM always supports floating point

parent e41027f5
No related branches found
No related tags found
No related merge requests found
......@@ -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),)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment