mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-24 13:21:05 +00:00
eb72babf41
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
9 lines
248 B
Plaintext
9 lines
248 B
Plaintext
. "$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
|