Skip to content
Snippets Groups Projects

build: Disable generation of unaligned accesses

Merged Imported Congregate Migrate requested to merge github/fork/ronald-cron-arm/ck/unaligned_access into master
1 file
+ 1
0
Compare changes
  • Side-by-side
  • Inline
+ 1
0
@@ -21,6 +21,7 @@ ifneq ($(findstring $(BS_FIRMWARE_CPU),$(ARMV7M_CPUS)),)
$(call add_once,CFLAGS_CLANG,--target=arm-arm-none-eabi)
CFLAGS += -mfloat-abi=soft # No hardware floating point support
CFLAGS += -mno-unaligned-access # Disable unaligned access code generation
else ifeq ($(BS_FIRMWARE_CPU),host)
BS_ARCH_ARCH := host
Loading