diff options
Diffstat (limited to 'Makefile.target')
-rw-r--r-- | Makefile.target | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.target b/Makefile.target index 68563299e7..78e3e7f106 100644 --- a/Makefile.target +++ b/Makefile.target @@ -188,7 +188,7 @@ OP_CFLAGS=$(CFLAGS) endif ifeq ($(ARCH),arm) -OP_CFLAGS=$(CFLAGS) -mno-sched-prolog +OP_CFLAGS=$(CFLAGS) -mno-sched-prolog -fno-omit-frame-pointer LDFLAGS+=-Wl,-T,$(SRC_PATH)/arm.ld endif |