arch-$(CONFIG_CPU_ARM946ES) =-march=armv5te
arch-$(CONFIG_CPU_ARM1136) =-march=armv5t
arch-$(CONFIG_CPU_ARM1176) =-march=armv5t
-arch-$(CONFIG_CPU_V7A) =$(call cc-option, -march=armv7-a, \
- $(call cc-option, -march=armv7))
+arch-$(CONFIG_CPU_V7A) =-march=armv7-a
arch-$(CONFIG_CPU_V7M) =-march=armv7-m
arch-$(CONFIG_CPU_V7R) =-march=armv7-r
ifeq ($(CONFIG_ARM64_CRC32),y)
[changes introduced in 2024.01+dfsg-5+rpi1 by Peter Michael Green]
* Don't build mips* targets for quemu either. I don't want to add
more cross-compilers to raspbian.
+ * Always pass armv7 flags when building for armv7 (don't use cc-option,
+ whatever that is).
-- Peter Michael Green <plugwash@raspbian.org> Thu, 19 Sep 2024 15:59:18 +0000