Parent Directory
|
Revision Log
Update SpiderMonkey from Firefox 3.6rc1.
1 | #!/bin/sh |
2 | |
3 | export CC=gcc |
4 | export CXX=g++ |
5 | export CPP="gcc -E" |
6 | export CXXCPP="g++ -E" |
7 | export LD=ld |
8 | export AS=as |
9 | |
10 | export MOZ_TOOLS=`pwd`/moztools |
11 | export PATH=$MOZ_TOOLS/bin:$PATH |
12 | |
13 | ./configure --disable-jit --disable-tests --enable-static --enable-js-static-build |
ViewVC Help | |
Powered by ViewVC 1.1.24 |