forked from mirrors/gecko-dev
With patches from other bugs in place to use the right C compiler and cflags, we can enable geckodriver on cross-compiles for macOS. MozReview-Commit-ID: 5wqBiA6UCf
8 lines
248 B
Text
8 lines
248 B
Text
. "$topsrcdir/build/unix/mozconfig.linux"
|
|
|
|
export MOZ_LINUX_32_SSE2_STARTUP_ERROR=1
|
|
|
|
CFLAGS="$CFLAGS -march=pentium-m -msse -msse2 -mfpmath=sse"
|
|
CXXFLAGS="$CXXFLAGS -march=pentium-m -msse -msse2 -mfpmath=sse"
|
|
|
|
ac_add_options --target=i686-pc-linux
|