From 8c2b1ed8bbd20d35314c2a602b903159fa567ffb Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Wed, 22 Oct 2014 14:20:35 -0700 Subject: ARM: Use movw/movt more when available --- config.h.in | 3 +++ 1 file changed, 3 insertions(+) (limited to 'config.h.in') 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 -- cgit v1.2.3