mirror of
https://github.com/gwenhael-le-moine/x49gp.git
synced 2024-12-27 21:58:33 +01:00
19 lines
605 B
Diff
19 lines
605 B
Diff
2007-02-01 Mike kronenberg <mike.kronenberg@kronenberg.org>
|
|
|
|
* Fix for QEMU 0.9.0.
|
|
|
|
2006-02-12 Gwenole Beauchesne <gbeauchesne@mandriva.com>
|
|
|
|
* Enforce 16-byte boundaries.
|
|
|
|
--- qemu-0.8.0/Makefile.target.enforce-16byte-stack-boundary 2006-02-12 17:46:54.000000000 +0100
|
|
+++ qemu-0.8.0/Makefile.target 2006-02-12 17:55:24.000000000 +0100
|
|
@@ -67,7 +67,7 @@ endif
|
|
|
|
ifeq ($(ARCH),i386)
|
|
HELPER_CFLAGS+=-fomit-frame-pointer
|
|
-OP_CFLAGS+=-mpreferred-stack-boundary=2 -fomit-frame-pointer
|
|
+OP_CFLAGS+=-fomit-frame-pointer
|
|
ifeq ($(HAVE_GCC3_OPTIONS),yes)
|
|
OP_CFLAGS+= -falign-functions=0 -fno-gcse
|
|
else
|