summaryrefslogtreecommitdiff
path: root/config.h.in
diff options
context:
space:
mode:
authorRoland McGrath <roland@hack.frob.com>2014-10-22 14:20:35 -0700
committerRoland McGrath <roland@hack.frob.com>2014-10-22 14:20:35 -0700
commit8c2b1ed8bbd20d35314c2a602b903159fa567ffb (patch)
tree4a9e06786fdb32c5558cdae218af3b4ff0b78af6 /config.h.in
parentb5af9297d51a43f96c5be1bafab032184690dd6f (diff)
ARM: Use movw/movt more when available
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in3
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