Skip to content
Snippets Groups Projects
Commit 33511f74 authored by Timothy B. Terriberry's avatar Timothy B. Terriberry
Browse files

Minor configure adjustment.

Define ARMv4_ASM to 1 like the other ARM defines.
parent cc6e26a2
No related branches found
No related tags found
No related merge requests found
......@@ -167,7 +167,7 @@ if test "x${ac_enable_asm}" = xyes ; then
AS_GCC_INLINE_ASSEMBLY([asm_optimization="ARM"],
[asm_optimization="disabled"])
if test "x${asm_optimization}" = "xARM" ; then
AC_DEFINE([ARMv4_ASM], [], [Use generic ARMv4 asm optimizations])
AC_DEFINE([ARMv4_ASM], 1, [Use generic ARMv4 asm optimizations])
AS_ASM_ARM_EDSP([ARMv5E_ASM=1],[ARMv5E_ASM=0])
if test "x${ARMv5E_ASM}" = "x1" ; then
AC_DEFINE(ARMv5E_ASM, 1, [Use ARMv5E asm optimizations])
......
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