[cfe-dev] Fix libcxx build with gcc
Howard Hinnant
hhinnant at apple.com
Tue May 31 06:23:32 PDT 2011
On May 31, 2011, at 3:41 AM, Fletcher, John P wrote:
> I am trying to figure out how to build libc++ on Linux (Ubuntu 10.4 64 bit). As far as I can see lib/buildit is only set up to work on Apple. What is the triple needed? What else needs to be defined?
I believe people are using the default case in the TRIPLE switch for linux. However I don't have a linux box myself, so I'm not positive.
The generic algorithm is to compile everything in src, with a pointer to the include directory for includes. src is only one directory deep (trying to keep things simple).
Howard
More information about the cfe-dev
mailing list