Commit 5cd90940 authored by Dianna Smith's avatar Dianna Smith
Browse files

Backed out 4 changesets (bug 1654448), a=backout

Backed out changeset 79fa1cfba14e (bug 1654448)
Backed out changeset 0300b32b7de7 (bug 1654448)
Backed out changeset 559dc402b912 (bug 1654448)
Backed out changeset f6cb3f02f642 (bug 1654448)
parent ce7275b2
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -92,8 +92,6 @@ elif [ "x$SYS_NAME" = "xMINGW32_NT-6.2" ]; then
  CONFIGS="$CONFIGS x64_True_x64_win x64_False_x64_win"
  CONFIGS="$CONFIGS x64_True_x86_win x64_False_x86_win"
  IS_WIN=1
elif [ "x$SYS_NAME" = "xOpenBSD" ]; then
  CONFIGS="x64_False_x64_openbsd x64_True_x64_openbsd"
else
  # Ensure rust has the correct targets for building x86 and arm64.  These
  # operations succeed quickly if previously completed.
+0 −39399

File deleted.

Preview size limit exceeded, changes collapsed.

+0 −11
Original line number Diff line number Diff line
mk_add_options PYTHON=/usr/local/bin/python3.9
export M4=/usr/local/bin/gm4
export CC=/usr/local/bin/clang
export CXX=/usr/local/bin/clang++
ac_add_options --with-libclang-path=/usr/local/lib

ac_add_options --without-wasm-sandboxed-libraries

ac_add_options --enable-bootstrap

mk_add_options MOZ_OBJDIR=obj-x64_False_x64_openbsd
+0 −37946

File deleted.

Preview size limit exceeded, changes collapsed.

+0 −12
Original line number Diff line number Diff line
mk_add_options PYTHON=/usr/local/bin/python3.9
export M4=/usr/local/bin/gm4
export CC=/usr/local/bin/clang
export CXX=/usr/local/bin/clang++
ac_add_options --with-libclang-path=/usr/local/lib

ac_add_options --without-wasm-sandboxed-libraries

ac_add_options --enable-debug
ac_add_options --enable-bootstrap

mk_add_options MOZ_OBJDIR=obj-x64_True_x64_openbsd
Loading