ARM host configure tweaks (Paul Brook)

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1327 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
bellard 2005-03-13 09:49:52 +00:00
parent 6f7e9aec5e
commit ba68055eab
2 changed files with 3 additions and 3 deletions

View File

@ -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

4
configure vendored
View File

@ -32,10 +32,10 @@ case "$cpu" in
i386|i486|i586|i686|i86pc|BePC)
cpu="i386"
;;
armv4b)
armv*b)
cpu="armv4b"
;;
armv4l)
armv*l)
cpu="armv4l"
;;
alpha)