[cfe-commits] [PATCH] AddGnuCPlusPlusIncludePaths for Fedora 11, 12 x86_64

mike mikem.llvm at gmail.com
Thu Apr 22 20:16:46 PDT 2010


Attached patch adds GNU C++ include paths for Fedora 11,12 x86_64; fixes the following error when building clang self-host:

In file included from /home/mike/work/trunk/lib/System/Atomic.cpp:14:
In file included from /home/mike/work/trunk/include/llvm/System/Atomic.h:17:
In file included from /home/mike/work/trunk/out.self/include/llvm/System/DataTypes.h:35:
/usr/include/c++/4.4.3/cmath:42:10: fatal error: 'bits/c++config.h' file not found
#include <bits/c++config.h>
         ^
1 error generated.

-------------- next part --------------
A non-text attachment was scrubbed...
Name: fedora-gnucppincl.patch
Type: application/octet-stream
Size: 1349 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20100422/1d10ec41/attachment.obj>


More information about the cfe-commits mailing list