Wed, 31 Dec 2014 06:55:50 +0100
Added tag UPSTREAM_283F7C6 for changeset ca08bd8f51b2
michael@0 | 1 | . "$topsrcdir/b2g/config/mozconfigs/common" |
michael@0 | 2 | |
michael@0 | 3 | mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/obj-b2g |
michael@0 | 4 | |
michael@0 | 5 | ac_add_options --enable-application=b2g |
michael@0 | 6 | ac_add_options --enable-b2g-camera |
michael@0 | 7 | |
michael@0 | 8 | ac_add_options --target=arm-linux-androideabi |
michael@0 | 9 | ac_add_options --with-gonk="$topsrcdir/gonk-toolchain" |
michael@0 | 10 | export TOOLCHAIN_HOST=linux-x86 |
michael@0 | 11 | export GONK_PRODUCT=generic |
michael@0 | 12 | ac_add_options --with-gonk-toolchain-prefix="$topsrcdir/gonk-toolchain/prebuilt/$TOOLCHAIN_HOST/toolchain/arm-linux-androideabi-4.4.x/bin/arm-linux-androideabi-" |
michael@0 | 13 | ac_add_options --disable-elf-hack |
michael@0 | 14 | ac_add_options --enable-debug-symbols |
michael@0 | 15 | ac_add_options --enable-debug |
michael@0 | 16 | #. "$topsrcdir/build/mozconfig.cache" |
michael@0 | 17 | ENABLE_MARIONETTE=1 |
michael@0 | 18 | |
michael@0 | 19 | # Enable dump() from JS. |
michael@0 | 20 | export CXXFLAGS="-DMOZ_ENABLE_JS_DUMP -include $topsrcdir/gonk-toolchain/gonk-misc/Unicode.h -include $topsrcdir/gonk-toolchain/system/vold/ResponseCode.h" |
michael@0 | 21 | |
michael@0 | 22 | . "$topsrcdir/b2g/config/mozconfigs/common.override" |