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 a8dccf0e11894870acae2b4e3a1e0351f1c3462b..4e935ce0c6ce30b541c7744a1d383a085ce684b0 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 a0eb9019ac4e7d9373f3848bf55a2d77bbeb0887..9b6cc1b90033be0ba58ae105255765c3835b31af 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