aboutsummaryrefslogtreecommitdiff
path: root/Makefile.Linux
AgeCommit message (Collapse)Author
2003-06-30Removed these files as they are replaced by autoconf.John Criswell
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7015 91177308-0d34-0410-b5e6-96231b3b80d8
2003-06-17Add variable named PLATFORMLIBDL to control OS-specific usage of libdl.Brian Gaeke
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6752 91177308-0d34-0410-b5e6-96231b3b80d8
2003-05-25Predicate things betterChris Lattner
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6331 91177308-0d34-0410-b5e6-96231b3b80d8
2003-05-09Switch over to using the new C front-end by default.Chris Lattner
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6064 91177308-0d34-0410-b5e6-96231b3b80d8
2003-01-31Fix strip issue Joel ran intoChris Lattner
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@5449 91177308-0d34-0410-b5e6-96231b3b80d8
2003-01-13Add an option (which will go away in the future) signfifying that there is a ↵Chris Lattner
JIT under Linux git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@5205 91177308-0d34-0410-b5e6-96231b3b80d8
2002-12-06Export a new ARCH variable indicating what platform is being compiledChris Lattner
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4936 91177308-0d34-0410-b5e6-96231b3b80d8
2002-11-04Generalize ExportSymbols into PLATFORMLINKOPTSChris Lattner
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4542 91177308-0d34-0410-b5e6-96231b3b80d8
2002-09-23Allow LLC to be executed on Linux; only the LLC output should not be executed.Vikram S. Adve
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3886 91177308-0d34-0410-b5e6-96231b3b80d8
2002-09-19Don't run llc tests on linux, they won't work.Chris Lattner
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3835 91177308-0d34-0410-b5e6-96231b3b80d8
2002-09-19Platform specific makefiles specify where to find the GCC frontend for theirChris Lattner
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
2002-09-13Factor platform specific makefile directives out into their own makefileChris Lattner
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