aboutsummaryrefslogtreecommitdiff
path: root/libgcc/config/arm/lib1funcs.S
diff options
context:
space:
mode:
Diffstat (limited to 'libgcc/config/arm/lib1funcs.S')
-rw-r--r--libgcc/config/arm/lib1funcs.S4
1 files changed, 4 insertions, 0 deletions
diff --git a/libgcc/config/arm/lib1funcs.S b/libgcc/config/arm/lib1funcs.S
index 45c3251bd..ac3c995a8 100644
--- a/libgcc/config/arm/lib1funcs.S
+++ b/libgcc/config/arm/lib1funcs.S
@@ -109,6 +109,10 @@ see the files COPYING3 and COPYING.RUNTIME respectively. If not, see
# define __ARM_ARCH__ 7
#endif
+#if defined(__ARM_ARCH_8A__)
+# define __ARM_ARCH__ 8
+#endif
+
#ifndef __ARM_ARCH__
#error Unable to determine architecture.
#endif