We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80f9e99 commit c6295f0Copy full SHA for c6295f0
arch.mk
@@ -272,7 +272,8 @@ ifeq ($(ARCH),ARM)
272
273
ifeq ($(CORTEX_A5),1)
274
FPU=-mfpu=vfp4-d16
275
- CFLAGS+=-mcpu=cortex-a5 -mtune=cortex-a5 -static -z noexecstack
+ CFLAGS+=-mcpu=cortex-a5 -mtune=cortex-a5 -static -z noexecstack \
276
+ -mno-unaligned-access
277
LDLAGS+=-mcpu=cortex-a5 -mtune=cortex-a5 -mtune=cortex-a5 -static \
278
-z noexecstack -Ttext 0x300000
279
# Cortex-A uses boot_arm32.o
0 commit comments