diff options
author | Matt A. Tobin <email@mattatobin.com> | 2018-02-03 06:25:10 -0500 |
---|---|---|
committer | Matt A. Tobin <email@mattatobin.com> | 2018-02-03 06:25:10 -0500 |
commit | 8b8c65072aedef94610748ce92c2ed3a19fd5517 (patch) | |
tree | 8614d386acf5db7a77b08d19a5854a7d75dab015 /b2g/dev/config/mozconfigs/linux64 | |
parent | 8c3a46bd13a0660a3ff1e0379dbf515873a852d2 (diff) | |
download | UXP-8b8c65072aedef94610748ce92c2ed3a19fd5517.tar UXP-8b8c65072aedef94610748ce92c2ed3a19fd5517.tar.gz UXP-8b8c65072aedef94610748ce92c2ed3a19fd5517.tar.lz UXP-8b8c65072aedef94610748ce92c2ed3a19fd5517.tar.xz UXP-8b8c65072aedef94610748ce92c2ed3a19fd5517.zip |
Purge b2g/
Diffstat (limited to 'b2g/dev/config/mozconfigs/linux64')
-rw-r--r-- | b2g/dev/config/mozconfigs/linux64/mulet | 10 | ||||
-rw-r--r-- | b2g/dev/config/mozconfigs/linux64/mulet-hazards | 13 | ||||
-rw-r--r-- | b2g/dev/config/mozconfigs/linux64/mulet_dbg | 14 |
3 files changed, 0 insertions, 37 deletions
diff --git a/b2g/dev/config/mozconfigs/linux64/mulet b/b2g/dev/config/mozconfigs/linux64/mulet deleted file mode 100644 index 4aaa6b78d..000000000 --- a/b2g/dev/config/mozconfigs/linux64/mulet +++ /dev/null @@ -1,10 +0,0 @@ -MOZ_AUTOMATION_L10N_CHECK=0 -MOZ_AUTOMATION_UPLOAD_SYMBOLS=0 -MOZ_AUTOMATION_UPDATE_PACKAGING=0 -MOZ_AUTOMATION_SDK=0 -. "$topsrcdir/browser/config/mozconfigs/linux64/nightly" - -ac_add_options --enable-application=b2g/dev - -# Include Firefox OS fonts. -MOZTTDIR=$topsrcdir/moz-tt diff --git a/b2g/dev/config/mozconfigs/linux64/mulet-hazards b/b2g/dev/config/mozconfigs/linux64/mulet-hazards deleted file mode 100644 index 2c3609c99..000000000 --- a/b2g/dev/config/mozconfigs/linux64/mulet-hazards +++ /dev/null @@ -1,13 +0,0 @@ -MOZ_AUTOMATION_L10N_CHECK=0 -MOZ_AUTOMATION_UPLOAD_SYMBOLS=0 -MOZ_AUTOMATION_UPDATE_PACKAGING=0 -MOZ_AUTOMATION_SDK=0 -. "$topsrcdir/browser/config/mozconfigs/linux64/nightly" - -ac_add_options --enable-application=b2g/dev -ac_add_options --with-compiler-wrapper=$TOOLTOOL_DIR/sixgill/usr/libexec/sixgill/scripts/wrap_gcc/basecc -ac_add_options --without-ccache -ac_add_options --disable-warnings-as-errors - -# Include Firefox OS fonts. -MOZTTDIR=$topsrcdir/moz-tt diff --git a/b2g/dev/config/mozconfigs/linux64/mulet_dbg b/b2g/dev/config/mozconfigs/linux64/mulet_dbg deleted file mode 100644 index 08baad0e9..000000000 --- a/b2g/dev/config/mozconfigs/linux64/mulet_dbg +++ /dev/null @@ -1,14 +0,0 @@ -MOZ_AUTOMATION_L10N_CHECK=0 -MOZ_AUTOMATION_UPLOAD_SYMBOLS=0 -MOZ_AUTOMATION_UPDATE_PACKAGING=0 -MOZ_AUTOMATION_SDK=0 -. "$topsrcdir/browser/config/mozconfigs/linux64/nightly" - -ac_add_options --enable-application=b2g/dev -ac_add_options --enable-debug -MOZ_DEMANGLE_SYMBOLS=1 -MOZ_DEBUG=1 -MOZ_DEBUG_SYMBOLS=1 - -# Include Firefox OS fonts. -MOZTTDIR=$topsrcdir/moz-tt |