aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.config
Commit message (Collapse)AuthorAgeFilesLines
* 'whoami' doesn't exist on solarisChris Lattner2002-09-221-1/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3882 91177308-0d34-0410-b5e6-96231b3b80d8
* Let CC invoke gcc and not cc. The latter doesn't work with either ourVikram S. Adve2002-09-201-1/+1
| | | | | | | source or some of our tests. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3853 91177308-0d34-0410-b5e6-96231b3b80d8
* Native CC compiler has the same problem as CXX compiler.Chris Lattner2002-09-191-0/+5
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3836 91177308-0d34-0410-b5e6-96231b3b80d8
* Reorder options to be sorted basically by how important they are.Chris Lattner2002-09-191-12/+13
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3832 91177308-0d34-0410-b5e6-96231b3b80d8
* * Move the burg option into Makefile.common, since it is no longer configurableChris Lattner2002-09-191-8/+6
| | | | | | | | * Makefile.config now should only specify the location of the gcc frontend if it is not in the place specified by the platform makefile. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3829 91177308-0d34-0410-b5e6-96231b3b80d8
* Switch over to using the x86 version of the C frontend, by default.Chris Lattner2002-09-191-1/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3825 91177308-0d34-0410-b5e6-96231b3b80d8
* Change Makefile.config to support building on the group's linux machinesChris Lattner2002-09-181-2/+9
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3814 91177308-0d34-0410-b5e6-96231b3b80d8
* Use locally built burgChris Lattner2002-09-171-1/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3793 91177308-0d34-0410-b5e6-96231b3b80d8
* Add LLVMGCCDIR variable to eliminate hardcoded paths from test/Makefile.tests.Vikram S. Adve2002-08-301-0/+3
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3528 91177308-0d34-0410-b5e6-96231b3b80d8
* Local configuration options for a particular installation of LLVM.Vikram S. Adve2002-08-291-0/+23
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3526 91177308-0d34-0410-b5e6-96231b3b80d8