зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1585700 - Remove unconditional -mwindows from the mingw compilation r=nalexander
Differential Revision: https://phabricator.services.mozilla.com/D47921 --HG-- extra : moz-landing-system : lando
This commit is contained in:
Родитель
397d3a1156
Коммит
7b8567a9f0
|
@ -532,9 +532,6 @@ case "$target" in
|
||||||
AC_MSG_ERROR(Firefox cannot be built with mingw-gcc and requires a mingw-clang toolchain to work)
|
AC_MSG_ERROR(Firefox cannot be built with mingw-gcc and requires a mingw-clang toolchain to work)
|
||||||
fi
|
fi
|
||||||
|
|
||||||
CC="$CC -mwindows"
|
|
||||||
CXX="$CXX -mwindows"
|
|
||||||
CPP="$CPP -mwindows"
|
|
||||||
DSO_LDOPTS='-shared'
|
DSO_LDOPTS='-shared'
|
||||||
# Use temp file for windres (bug 213281)
|
# Use temp file for windres (bug 213281)
|
||||||
RCFLAGS='-O coff --use-temp-file'
|
RCFLAGS='-O coff --use-temp-file'
|
||||||
|
|
|
@ -650,9 +650,6 @@ case "$target" in
|
||||||
AC_MSG_ERROR(Firefox cannot be built with mingw-gcc and requires a mingw-clang toolchain to work)
|
AC_MSG_ERROR(Firefox cannot be built with mingw-gcc and requires a mingw-clang toolchain to work)
|
||||||
fi
|
fi
|
||||||
|
|
||||||
CC="$CC -mwindows"
|
|
||||||
CXX="$CXX -mwindows"
|
|
||||||
CPP="$CPP -mwindows"
|
|
||||||
DSO_LDOPTS='-shared'
|
DSO_LDOPTS='-shared'
|
||||||
# Use temp file for windres (bug 213281)
|
# Use temp file for windres (bug 213281)
|
||||||
RCFLAGS='-O coff --use-temp-file'
|
RCFLAGS='-O coff --use-temp-file'
|
||||||
|
|
Загрузка…
Ссылка в новой задаче