summaryrefslogtreecommitdiff
path: root/Makefile.SunOS
Commit message (Collapse)AuthorAge
* Fix typo.Nick Hildenbrandt2002-11-04
| | | | | | | -Chris git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4545 91177308-0d34-0410-b5e6-96231b3b80d8
* Link to -lmallocChris Lattner2002-11-04
| | | | 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-10
| | | | 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-19
| | | | | | | | 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-13
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