Skip to content
This repository has been archived by the owner on May 7, 2024. It is now read-only.

Commit

Permalink
arch: use vfpv3-d16 as default fpu for armel
Browse files Browse the repository at this point in the history
  • Loading branch information
MingcongBai committed Dec 28, 2015
1 parent 7c8cbc1 commit 0052b2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/armel.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
##arch/armel.sh: Build definitions for armel.
##@copyright GPL-2.0+
CFLAGS_COMMON_ARCH='-march=armv7-a -mtune=cortex-a7 -mfpu=neon -mfloat-abi=hard -funsafe-math-optimizations '
CFLAGS_COMMON_ARCH='-march=armv7-a -mtune=cortex-a7 -mfloat-abi=hard -mfpu=vfpv3-d16 '
LDFLAGS_COMMON_CROSS='-Wl,-rpath -Wl,/usr/lib -Wl,-rpath-link -Wl,/var/ab/cross-root/armel/usr/lib -L/var/ab/cross-root/armel/usr/lib '

0 comments on commit 0052b2b

Please sign in to comment.