v86d: Force the correct configure options since it doesn't give sane defaults when cross compiling

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4584 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Richard Purdie 2008-06-05 10:31:58 +00:00
parent 2b2c8ec715
commit e284465a73
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ INITSCRIPT_NAME = "fbsetup"
INITSCRIPT_PARAMS = "start 0 S ."
do_configure () {
./configure --default
./configure --with-x86emu
}
do_compile () {