OpenSDE Packages Database (without history before r20070)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

34 lines
1.3 KiB

  1. # --- SDE-COPYRIGHT-NOTE-BEGIN ---
  2. # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
  3. #
  4. # Filename: package/.../qemu/qemu-0.9.0-enforce-16byte-boundaries.patch
  5. # Copyright (C) 2007 The OpenSDE Project
  6. #
  7. # More information can be found in the files COPYING and README.
  8. #
  9. # This patch file is dual-licensed. It is available under the license the
  10. # patched project is licensed under, as long as it is an OpenSource license
  11. # as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
  12. # of the GNU General Public License as published by the Free Software
  13. # Foundation; either version 2 of the License, or (at your option) any later
  14. # version.
  15. # --- SDE-COPYRIGHT-NOTE-END ---
  16. 2007-04-12 rediffed for qemu 0.9.0
  17. 2006-02-12 Gwenole Beauchesne <gbeauchesne@mandriva.com>
  18. * Enforce 16-byte boundaries.
  19. diff -ruN qemu-0.9.0/Makefile.target qemu-0.9.0-enforce-16byte-boundaries/Makefile.target
  20. --- qemu-0.9.0/Makefile.target 2007-02-06 00:01:54.000000000 +0100
  21. +++ qemu-0.9.0-enforce-16byte-boundaries/Makefile.target 2007-04-12 17:29:20.000000000 +0200
  22. @@ -74,7 +74,7 @@
  23. ifeq ($(ARCH),i386)
  24. HELPER_CFLAGS+=-fomit-frame-pointer
  25. -OP_CFLAGS+=-mpreferred-stack-boundary=2 -fomit-frame-pointer
  26. +OP_CFLAGS+=-fomit-frame-pointer
  27. ifeq ($(HAVE_GCC3_OPTIONS),yes)
  28. OP_CFLAGS+= -falign-functions=0 -fno-gcse
  29. else