Revision: 19422
Author:   [email protected]
Date:     Tue Feb 18 08:22:20 2014 UTC
Log: Wiki page BuildingWithGYP: added "export LINK=/path/to/clang++" to clang build instructions
http://code.google.com/p/v8/source/detail?r=19422

Modified:
 /wiki/BuildingWithGYP.wiki

=======================================
--- /wiki/BuildingWithGYP.wiki  Fri Dec 20 14:26:01 2013 UTC
+++ /wiki/BuildingWithGYP.wiki  Tue Feb 18 08:22:20 2014 UTC
@@ -92,8 +92,8 @@

Building with clang works on both Mac and Linux. You can use the same Makefile and instructions as when building with GCC, just a few extra steps are required first:
 {{{
-export CC=/path/to/clang
 export CXX=/path/to/clang++
+export LINK=/path/to/clang++
 export GYP_DEFINES="clang=1"
 }}}
After that, you can simply call {{{make}}} with any target as discussed in the [BuildingWithGYP#GCC_+_make GCC + make] section.

--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to