[oe-commits] Koen Kooi : emacs.inc: use QEMU_OPTIONS

GIT User account git at amethyst.openembedded.net
Thu Dec 4 14:28:27 UTC 2008


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 89c56a215079fc53e2c8a7f01654de7324d62f94
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=89c56a215079fc53e2c8a7f01654de7324d62f94

Author: Koen Kooi <koen at openembedded.org>
Date:   Thu Dec  4 15:26:36 2008 +0100

emacs.inc: use QEMU_OPTIONS

---

 packages/emacs/emacs.inc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/packages/emacs/emacs.inc b/packages/emacs/emacs.inc
index 95dd6e0..05acd82 100644
--- a/packages/emacs/emacs.inc
+++ b/packages/emacs/emacs.inc
@@ -17,7 +17,7 @@ FILES_${PN} += "${datadir}/emacs"
 FILES_${PN}-dbg += "${libexecdir}/emacs/*/*/.debug ${datadir}/emacs/*/*/.debug"
 
 # Large stack is required at least on x86_64 host, otherwise random segfaults appear:
-QEMU = "qemu-${TARGET_ARCH} -s 1048576 -L ${STAGING_DIR_TARGET}"
+QEMU = "qemu-${TARGET_ARCH} ${QEMU_OPTIONS} -s 1048576 -L ${STAGING_DIR_TARGET}"
 
 do_compile_prepend() {
 	sed -i ':1;s:\(START.* \|LIB_STANDARD.* \|LIBES.* \)/usr/lib:\1${STAGING_LIBDIR}:;t1' ${S}/src/s/gnu-linux.h `find "${S}" -name Makefile`





More information about the Openembedded-commits mailing list