Bug 974205 - Use mozconfig.cache in android mozconfigs. r=glandium

This commit is contained in:
Mike Shal 2014-02-25 15:41:57 +09:00
parent ce7803af61
commit 0ca5e733bb
5 changed files with 5 additions and 5 deletions

View File

@ -34,6 +34,6 @@ ac_add_options --with-branding=mobile/android/branding/nightly
ac_add_options --enable-warnings-as-errors
# Use ccache
ac_add_options --with-ccache=/usr/bin/ccache
. "$topsrcdir/build/mozconfig.cache"
. "$topsrcdir/mobile/android/config/mozconfigs/common.override"

View File

@ -32,7 +32,7 @@ ac_add_options --with-branding=mobile/android/branding/nightly
ac_add_options --enable-warnings-as-errors
# Use ccache
ac_add_options --with-ccache=/usr/bin/ccache
. "$topsrcdir/build/mozconfig.cache"
# This will overwrite the default of stripping everything and keep the symbol table.
# This is useful for profiling with eideticker. See bug 788680

View File

@ -32,6 +32,6 @@ ac_add_options --with-branding=mobile/android/branding/nightly
ac_add_options --enable-warnings-as-errors
# Use ccache
ac_add_options --with-ccache=/usr/bin/ccache
. "$topsrcdir/build/mozconfig.cache"
. "$topsrcdir/mobile/android/config/mozconfigs/common.override"

View File

@ -32,6 +32,6 @@ ac_add_options --with-branding=mobile/android/branding/nightly
ac_add_options --enable-warnings-as-errors
# Use ccache
ac_add_options --with-ccache=/usr/bin/ccache
. "$topsrcdir/build/mozconfig.cache"
. "$topsrcdir/mobile/android/config/mozconfigs/common.override"

View File

@ -43,7 +43,7 @@ ac_add_options --enable-warnings-as-errors
export MOZ_PACKAGE_JSSHELL=1
# Use ccache
ac_add_options --with-ccache=/usr/bin/ccache
. "$topsrcdir/build/mozconfig.cache"
HOST_CC="/tools/gcc-4.7.2-0moz1/bin/gcc"
HOST_CXX="/tools/gcc-4.7.2-0moz1/bin/g++"