diff options
author | Andre McCurdy <armccurdy@gmail.com> | 2015-06-04 12:21:05 -0700 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2015-06-08 14:15:23 +0200 |
commit | 234ab5fb48c8d4e174a1bc27da4fc70dd50f4c0d (patch) | |
tree | 2cc6d8fec8088c1eaf38239595cd230ac2b18ee3 /meta-oe/recipes-support/emacs | |
parent | 88837f187f7a67e420e28ffdef517bc20bd268d5 (diff) | |
download | meta-openembedded-234ab5fb48c8d4e174a1bc27da4fc70dd50f4c0d.tar.gz |
emacs.inc: use x86 over-ride instead of i586
Support i686 without needing to duplicate the i586 over-ride.
Signed-off-by: Andre McCurdy <armccurdy@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support/emacs')
-rw-r--r-- | meta-oe/recipes-support/emacs/emacs.inc | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/meta-oe/recipes-support/emacs/emacs.inc b/meta-oe/recipes-support/emacs/emacs.inc index a1a4965ab..e706b18c9 100644 --- a/meta-oe/recipes-support/emacs/emacs.inc +++ b/meta-oe/recipes-support/emacs/emacs.inc | |||
@@ -36,9 +36,7 @@ FILES_${PN}-dbg += "${libexecdir}/emacs/*/*/.debug ${datadir}/emacs/*/*/.debug" | |||
36 | TREEDIR = "${WORKDIR}/qemu-treedir" | 36 | TREEDIR = "${WORKDIR}/qemu-treedir" |
37 | 37 | ||
38 | QEMUARCH= "${TARGET_ARCH}" | 38 | QEMUARCH= "${TARGET_ARCH}" |
39 | QEMUARCH_i486 = "i386" | 39 | QEMUARCH_x86 = "i386" |
40 | QEMUARCH_i586 = "i386" | ||
41 | QEMUARCH_i686 = "i386" | ||
42 | 40 | ||
43 | # Large stack is required at least on x86_64 host, otherwise random segfaults appear: | 41 | # Large stack is required at least on x86_64 host, otherwise random segfaults appear: |
44 | QEMU = "qemu-${QEMUARCH} ${QEMU_OPTIONS} -s 1048576 -L ${TREEDIR} " | 42 | QEMU = "qemu-${QEMUARCH} ${QEMU_OPTIONS} -s 1048576 -L ${TREEDIR} " |