diff options
author | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2005-03-13 09:49:52 +0000 |
---|---|---|
committer | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2005-03-13 09:49:52 +0000 |
commit | ba68055eab1990ecbcd711d4f82578959e6e499d (patch) | |
tree | 049a1cf09bf9b5fa51057cfe71a24e0739b12995 /Makefile.target | |
parent | 6f7e9aec5eb5bdfa57a9e458e391b785c283a007 (diff) | |
download | qemu-ba68055eab1990ecbcd711d4f82578959e6e499d.zip |
ARM host configure tweaks (Paul Brook)
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1327 c046a42c-6fe2-441c-8c8c-71466251a162
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 |