diff options
author | Chris Lattner <sabre@nondot.org> | 2004-10-06 03:13:47 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2004-10-06 03:13:47 +0000 |
commit | 37874058f440b9700578b7d27fb002cc9080c646 (patch) | |
tree | 266382c02a38751873e26098b629b16e0fd83462 /docs/CFEBuildInstrs.html | |
parent | e789a6bfffac759af13ec567409f1a960e5a56ed (diff) | |
download | external_llvm-37874058f440b9700578b7d27fb002cc9080c646.zip external_llvm-37874058f440b9700578b7d27fb002cc9080c646.tar.gz external_llvm-37874058f440b9700578b7d27fb002cc9080c646.tar.bz2 |
Fix the path to the fixinc'd headers. Patch contributed by Jeff Cohen!
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16755 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/CFEBuildInstrs.html')
-rw-r--r-- | docs/CFEBuildInstrs.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/CFEBuildInstrs.html b/docs/CFEBuildInstrs.html index 5d3cddc..dff9eb2 100644 --- a/docs/CFEBuildInstrs.html +++ b/docs/CFEBuildInstrs.html @@ -172,7 +172,7 @@ functions from C as referenced from C++, so we typically configure with <li><p><b>Fix 1:</b> If you have system header files that include inline assembly, you may have to modify them to remove the inline assembly, and install the modified versions in - <code>$CFEINSTALL/<i>target-triplet</i>/sys-include</code>.</li> + <code>$CFEINSTALL/lib/gcc/<i>target-triplet</i>/3.4-llvm/include</code>.</li> <li><b>Fix 2:</b> If you are building the C++ front-end on a CPU we haven't tried yet, you will probably have to edit the appropriate |