diff options
Diffstat (limited to 'config.h.in')
-rw-r--r-- | config.h.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in index 81704a1ff6..787873b4c0 100644 --- a/config.h.in +++ b/config.h.in @@ -218,4 +218,7 @@ #define HAVE_REGEX 1 +/* The ARM hard-float ABI is being used. */ +#undef HAVE_ARM_PCS_VFP + #endif |