From ec99415abd627de3715d5fb38066620aa5788302 Mon Sep 17 00:00:00 2001 From: "munkyu.im" Date: Tue, 11 Dec 2012 17:14:37 +0900 Subject: [PATCH] configure: add x86 option Signed-off-by: munkyu.im --- package/build.ubuntu-32 | 4 ++-- package/build.ubuntu-64 | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package/build.ubuntu-32 b/package/build.ubuntu-32 index a8dccf0..4e935ce 100755 --- a/package/build.ubuntu-32 +++ b/package/build.ubuntu-32 @@ -7,7 +7,7 @@ clean() cd $SRCDIR/tizen if test -e "Makefile" then - ./emulator_configure.sh + ./emulator_configure.sh x86 make distclean fi rm -rf $SRCDIR/*.zip @@ -30,7 +30,7 @@ prepare() build() { cd $SRCDIR/tizen/ - ./emulator_configure.sh + ./emulator_configure.sh x86 make all_dibs if [ $? -eq 0 ] then diff --git a/package/build.ubuntu-64 b/package/build.ubuntu-64 index a0eb901..9b6cc1b 100755 --- a/package/build.ubuntu-64 +++ b/package/build.ubuntu-64 @@ -7,7 +7,7 @@ clean() cd $SRCDIR/tizen/ if test -e "Makefile" then - ./emulator_configure.sh + ./emulator_configure.sh x86 make distclean fi rm -rf $SRCDIR/*.zip @@ -30,7 +30,7 @@ prepare() build() { cd $SRCDIR/tizen/ - ./emulator_configure.sh + ./emulator_configure.sh x86 make all_dibs if [ $? -eq 0 ] then -- 2.7.4