aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.SunOS
Commit message (Collapse)AuthorAgeFilesLines
* Predicate things betterChris Lattner2003-05-251-1/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6331 91177308-0d34-0410-b5e6-96231b3b80d8
* Switch over to using the New CFE on SparcChris Lattner2003-05-111-1/+2
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6094 91177308-0d34-0410-b5e6-96231b3b80d8
* Fix strip issue Joel ran intoChris Lattner2003-01-311-0/+7
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@5449 91177308-0d34-0410-b5e6-96231b3b80d8
* Export a new ARCH variable indicating what platform is being compiledChris Lattner2002-12-061-0/+3
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4936 91177308-0d34-0410-b5e6-96231b3b80d8
* Fix typo.Nick Hildenbrandt2002-11-041-1/+1
| | | | | | | -Chris git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4545 91177308-0d34-0410-b5e6-96231b3b80d8
* Link to -lmallocChris Lattner2002-11-041-4/+3
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4544 91177308-0d34-0410-b5e6-96231b3b80d8
* Switch over to the right sparc c frontendChris Lattner2002-10-101-1/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4105 91177308-0d34-0410-b5e6-96231b3b80d8
* Platform specific makefiles specify where to find the GCC frontend for theirChris Lattner2002-09-191-1/+6
| | | | | | | | architecture. The location of the GCC frontend may be overridden by the Makefile.config file. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3830 91177308-0d34-0410-b5e6-96231b3b80d8
* Factor platform specific makefile directives out into their own makefileChris Lattner2002-09-131-0/+18
fragments. This is gross, but having tons of confusing conditionals all throughout the build system seems worst. Credits got to Casey Carter for the idea. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3705 91177308-0d34-0410-b5e6-96231b3b80d8