aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.Linux
Commit message (Collapse)AuthorAgeFilesLines
* Generalize ExportSymbols into PLATFORMLINKOPTSChris Lattner2002-11-041-3/+3
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4542 91177308-0d34-0410-b5e6-96231b3b80d8
* Allow LLC to be executed on Linux; only the LLC output should not be executed.Vikram S. Adve2002-09-231-3/+4
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3886 91177308-0d34-0410-b5e6-96231b3b80d8
* Don't run llc tests on linux, they won't work.Chris Lattner2002-09-191-0/+4
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3835 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