configure: add x86 option
authormunkyu.im <munkyu.im@samsung.com>
Tue, 11 Dec 2012 08:14:37 +0000 (17:14 +0900)
committermunkyu.im <munkyu.im@samsung.com>
Tue, 11 Dec 2012 08:14:37 +0000 (17:14 +0900)
Signed-off-by: munkyu.im <munkyu.im@samsung.com>
package/build.ubuntu-32
package/build.ubuntu-64

index a8dccf0..4e935ce 100755 (executable)
@@ -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
index a0eb901..9b6cc1b 100755 (executable)
@@ -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