mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-03-01 05:48:26 +00:00
Merge m-c to inbound.
This commit is contained in:
commit
0fa6eef4e1
@ -6,6 +6,11 @@ elif [ -d "$topsrcdir/../clang" ]; then
|
||||
# comm-central based build
|
||||
export CC=$topsrcdir/../clang/bin/clang
|
||||
export CXX=$topsrcdir/../clang/bin/clang++
|
||||
else
|
||||
# SeaMonkey does not have clang installed so need
|
||||
# to set CC and CXX here.
|
||||
export CC=/usr/bin/gcc-4.2
|
||||
export CXX=/usr/bin/g++-4.2
|
||||
fi
|
||||
|
||||
ac_add_options --enable-stdcxx-compat
|
||||
|
Loading…
x
Reference in New Issue
Block a user