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

Commit 4cffc00

Browse files
committed
arch/armel: -funsafe-math-optimizations added as arch-dep definition
UNCERTAIN: I attatched this to armel.sh only, as this is needed by -mfpu. I do not believe that this should be used elsewhere, at least within our current arch support.
1 parent 4a855aa commit 4cffc00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/armel.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/bash
22
##arch/armel.sh: Build definitions for armel.
33
##@copyright GPL-2.0+
4-
CFLAGS_COMMON_ARCH='-march=armv7-a -mtune=cortex-a7 -mfpu=neon -mfloat-abi=hard '
4+
CFLAGS_COMMON_ARCH='-march=armv7-a -mtune=cortex-a7 -mfpu=neon -mfloat-abi=hard -funsafe-math-optimizations '
55
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 commit comments

Comments
 (0)