зеркало из https://github.com/mozilla/gecko-dev.git
17 строки
467 B
Plaintext
17 строки
467 B
Plaintext
. "$topsrcdir/build/unix/mozconfig.linux"
|
|
|
|
export PKG_CONFIG_LIBDIR=/usr/lib/pkgconfig:/usr/share/pkgconfig
|
|
|
|
export MOZ_LINUX_32_SSE2_STARTUP_ERROR=1
|
|
|
|
CFLAGS="$CFLAGS -msse -msse2 -mfpmath=sse"
|
|
CXXFLAGS="$CXXFLAGS -msse -msse2 -mfpmath=sse"
|
|
|
|
if test `uname -m` = "x86_64"; then
|
|
CC="$CC -m32 -march=pentium-m"
|
|
CXX="$CXX -m32 -march=pentium-m"
|
|
ac_add_options --target=i686-pc-linux
|
|
ac_add_options --host=i686-pc-linux
|
|
ac_add_options --x-libraries=/usr/lib
|
|
fi
|