summaryrefslogtreecommitdiff
path: root/libgcc/config/arm/bpabi-lib.h
diff options
context:
space:
mode:
Diffstat (limited to 'libgcc/config/arm/bpabi-lib.h')
-rw-r--r--libgcc/config/arm/bpabi-lib.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/libgcc/config/arm/bpabi-lib.h b/libgcc/config/arm/bpabi-lib.h
index e0e46a6583c..7c6b489bd0d 100644
--- a/libgcc/config/arm/bpabi-lib.h
+++ b/libgcc/config/arm/bpabi-lib.h
@@ -75,3 +75,7 @@
helper functions - not everything in libgcc - in the interests of
maintaining backward compatibility. */
#define LIBGCC2_FIXEDBIT_GNU_PREFIX
+
+#if (!defined(__ARM_ARCH_EXT_IDIV__))
+# define TARGET_HAS_NO_HW_DIVIDE
+#endif