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 20c082586d..695ca35dc0 100644 --- a/config.h.in +++ b/config.h.in @@ -243,6 +243,9 @@ /* The ARM hard-float ABI is being used. */ #undef HAVE_ARM_PCS_VFP +/* The ARM movw/movt instructions using PC-relative relocs work right. */ +#define ARM_PCREL_MOVW_OK 0 + /* The pt_chown binary is being built and used by grantpt. */ #define HAVE_PT_CHOWN 0 |