aboutsummaryrefslogtreecommitdiffstats
path: root/docs/CFEBuildInstrs.html
Commit message (Collapse)AuthorAgeFilesLines
...
* Note: do not use GNU binutils under AIX, they're not stable.Misha Brukman2004-08-231-0/+14
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16000 91177308-0d34-0410-b5e6-96231b3b80d8
* Use the `tools-only' target to avoid getting warnings about not having a CFE.Misha Brukman2004-08-141-6/+3
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15744 91177308-0d34-0410-b5e6-96231b3b80d8
* * CFE builds on AIX/PowerPCMisha Brukman2004-08-091-5/+6
| | | | | | | * Wrap long code lines git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15584 91177308-0d34-0410-b5e6-96231b3b80d8
* Just run 'make', not all-gccChris Lattner2004-07-191-3/+3
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15007 91177308-0d34-0410-b5e6-96231b3b80d8
* Mention the requirement of dlcompat for MacOS X.Misha Brukman2004-06-211-2/+2
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14282 91177308-0d34-0410-b5e6-96231b3b80d8
* Capitalize Cygwin.Misha Brukman2004-06-181-4/+4
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14235 91177308-0d34-0410-b5e6-96231b3b80d8
* cygwin apparently doesn't have widechar support. But when disabled, the wholeChris Lattner2004-06-021-4/+12
| | | | | | | C/C++ front-end and runtime libraries finally build! git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13963 91177308-0d34-0410-b5e6-96231b3b80d8
* * Make it HTML4.01Chris Lattner2004-06-011-21/+41
| | | | | | | | | | * Add information about cygwin * Simplify instructions a little and make it more robust (have people just reconfig and build after buildint the CFE) * Remove some obsolete stuff git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13920 91177308-0d34-0410-b5e6-96231b3b80d8
* Make use of the new doc_author class. "Seperate content from presentation" ↵Chris Lattner2004-05-231-2/+2
| | | | | | they said. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13675 91177308-0d34-0410-b5e6-96231b3b80d8
* Made to be HTML-4.01 (Strict)-compliant.Misha Brukman2004-05-121-14/+16
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13500 91177308-0d34-0410-b5e6-96231b3b80d8
* Added a header indicating that the Linux and MacOS configure procedures areJohn Criswell2004-03-121-0/+22
| | | | | | | | | the same. Added LLVM copyright and warranty disclaimer information. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12337 91177308-0d34-0410-b5e6-96231b3b80d8
* Recommend using install-bytecode targetBrian Gaeke2004-03-101-1/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12270 91177308-0d34-0410-b5e6-96231b3b80d8
* I think this is a more robust fix for the Solaris wchar problems (PR206).Brian Gaeke2004-01-281-22/+10
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11004 91177308-0d34-0410-b5e6-96231b3b80d8
* Merged in RELEASE_11.John Criswell2003-12-181-1/+60
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10516 91177308-0d34-0410-b5e6-96231b3b80d8
* Fixed a comma error.John Criswell2003-12-101-3/+3
| | | | | | | | Added the --disable-threads option to GCC configure (to avoid pthread errors when building code with LLVM). git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10380 91177308-0d34-0410-b5e6-96231b3b80d8
* Added the --host= option to the Sparc configuration directions.John Criswell2003-12-101-1/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10364 91177308-0d34-0410-b5e6-96231b3b80d8
* Updated build instructions for Sparc.John Criswell2003-12-081-0/+23
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10323 91177308-0d34-0410-b5e6-96231b3b80d8
* Make the beginning of this page look like the beginnings of other pages.Brian Gaeke2003-11-121-3/+22
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9930 91177308-0d34-0410-b5e6-96231b3b80d8
* * Put LLVM in title of page so readers know which CFE we're talking aboutMisha Brukman2003-10-281-14/+16
| | | | | | | | | * Use <ol> instead of <ul> if we're gonna number the list items * Close <li> tags * Stylize the document footer to be consistent git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9558 91177308-0d34-0410-b5e6-96231b3b80d8
* Merged in RELEASE_1.John Criswell2003-10-271-3/+8
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9538 91177308-0d34-0410-b5e6-96231b3b80d8
* Add note about multilibs. THis should go into the 1.0 release if possibleChris Lattner2003-10-241-0/+5
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9467 91177308-0d34-0410-b5e6-96231b3b80d8
* Minor editsChris Lattner2003-10-231-14/+21
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9399 91177308-0d34-0410-b5e6-96231b3b80d8
* * Use UTF-8 instead of ISO-8859-1Misha Brukman2003-10-231-38/+47
| | | | | | | | | * Use stylesheet instead of explicit <font> formatting * Stop using <ul> for layout * Close <li> tags git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9393 91177308-0d34-0410-b5e6-96231b3b80d8
* Add C/C++ build instructions, first draft.Brian Gaeke2003-10-211-0/+140
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9355 91177308-0d34-0410-b5e6-96231b3b80d8