Backed out changeset 58a2788fad8e (bug 1175359)

This commit is contained in:
Birunthan Mohanathas 2015-06-26 12:49:12 -07:00
parent 7cf721d3c5
commit 388f8c1ef2
5 changed files with 0 additions and 13 deletions

View File

@ -4,6 +4,4 @@ ac_add_options --enable-official-branding
mk_add_options MOZ_PGO=1
. "$topsrcdir/build/unix/mozconfig.rust.linux"
. "$topsrcdir/build/mozconfig.common.override"

View File

@ -21,6 +21,4 @@ export MOZ_PACKAGE_JSSHELL=1
ac_add_options --with-branding=browser/branding/nightly
. "$topsrcdir/build/unix/mozconfig.rust.linux"
. "$topsrcdir/build/mozconfig.common.override"

View File

@ -16,6 +16,4 @@ ac_add_options --with-branding=browser/branding/nightly
# Use ccache
. "$topsrcdir/build/mozconfig.cache"
. "$topsrcdir/build/unix/mozconfig.rust.linux"
. "$topsrcdir/build/mozconfig.common.override"

View File

@ -10,6 +10,4 @@ mk_add_options MOZ_PGO=1
# defines.sh during the beta cycle
export BUILDING_RELEASE=1
. "$topsrcdir/build/unix/mozconfig.rust.linux"
. "$topsrcdir/build/mozconfig.common.override"

View File

@ -1,5 +0,0 @@
# Options to enable rust in automation builds.
RUSTC="$topsrcdir/rustc/bin/rustc"
mk_add_options "export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$topsrcdir/rustc/lib"
ac_add_options --enable-rust