diff options
Diffstat (limited to 'cpu/arm1136/config.mk')
-rw-r--r-- | cpu/arm1136/config.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cpu/arm1136/config.mk b/cpu/arm1136/config.mk index 077514aa26f..ca9dc2564e7 100644 --- a/cpu/arm1136/config.mk +++ b/cpu/arm1136/config.mk @@ -22,4 +22,5 @@ # PLATFORM_RELFLAGS += -fno-strict-aliasing -fno-common -ffixed-r8 \ -PLATFORM_CPPFLAGS += -mapcs-32 -march=armv6 +# Make ARMv5 to allow more compilers to work, even though its v6. +PLATFORM_CPPFLAGS += -mapcs-32 -march=armv5 |