git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c5dd5bf
)
conf/machine/qemux86.conf: define TARGET_CC_ARCH, fixes build failure for glibc ...
author
Jeremy Laine
<jeremy.laine@m4x.org>
Wed, 30 Jan 2008 14:25:16 +0000
(14:25 +0000)
committer
Jeremy Laine
<jeremy.laine@m4x.org>
Wed, 30 Jan 2008 14:25:16 +0000
(14:25 +0000)
conf/machine/qemux86.conf
patch
|
blob
|
history
diff --git
a/conf/machine/qemux86.conf
b/conf/machine/qemux86.conf
index
fe811ba
..
7fbdbfb
100644
(file)
--- a/
conf/machine/qemux86.conf
+++ b/
conf/machine/qemux86.conf
@@
-3,6
+3,7
@@
#@DESCRIPTION: Machine configuration for running an x86 system under qemu emulation
TARGET_ARCH = "i586"
+TARGET_CC_ARCH = "-march=i586"
PACKAGE_EXTRA_ARCHS = "x86"
require conf/machine/include/qemu.inc