b2g/config/mozconfigs/ics_armv7a_gecko/nightly

Wed, 31 Dec 2014 06:09:35 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 06:09:35 +0100
changeset 0
6474c204b198
permissions
-rw-r--r--

Cloned upstream origin tor-browser at tor-browser-31.3.0esr-4.5-1-build1
revision ID fc1c9ff7c1b2defdbc039f12214767608f46423f for hacking purpose.

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 ac_add_options --enable-updater
michael@0 8
michael@0 9 ac_add_options --target=arm-linux-androideabi
michael@0 10 ac_add_options --with-gonk="$topsrcdir/gonk-toolchain"
michael@0 11 export TOOLCHAIN_HOST=linux-x86
michael@0 12 export GONK_PRODUCT=generic
michael@0 13 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 14 ac_add_options --disable-elf-hack
michael@0 15 ac_add_options --enable-debug-symbols
michael@0 16 # ac_add_options --enable-profiling
michael@0 17 #. "$topsrcdir/build/mozconfig.cache"
michael@0 18 ENABLE_MARIONETTE=1
michael@0 19
michael@0 20 # Enable dump() from JS.
michael@0 21 export CXXFLAGS="-DMOZ_ENABLE_JS_DUMP -include $topsrcdir/gonk-toolchain/gonk-misc/Unicode.h -include $topsrcdir/gonk-toolchain/system/vold/ResponseCode.h"
michael@0 22
michael@0 23 . "$topsrcdir/b2g/config/mozconfigs/common.override"

mercurial