blob: 5fedb04819015e14c663271f53ca6f6d496933ff (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
--- a/src/arm/sysv.S
+++ b/src/arm/sysv.S
@@ -120,11 +120,9 @@
#endif
-#ifndef __clang__
/* We require interworking on LDM, which implies ARMv5T,
which implies the existance of BLX. */
.arch armv5t
-#endif
/* Note that we use STC and LDC to encode VFP instructions,
so that we do not need ".fpu vfp", nor get that added to
|