summaryrefslogtreecommitdiff
path: root/Makefile.SunOS
Commit message (Collapse)AuthorAge
* Add variable named PLATFORMLIBDL to control OS-specific usage of libdl.Brian Gaeke2003-06-17
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6752 91177308-0d34-0410-b5e6-96231b3b80d8
* Predicate things betterChris Lattner2003-05-25
| | | | 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-11
| | | | 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-31
| | | | 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-06
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4936 91177308-0d34-0410-b5e6-96231b3b80d8
* 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