index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Makefile.Linux
Age
Commit message (
Expand
)
Author
2003-06-30
Removed these files as they are replaced by autoconf.
John Criswell
2003-06-17
Add variable named PLATFORMLIBDL to control OS-specific usage of libdl.
Brian Gaeke
2003-05-25
Predicate things better
Chris Lattner
2003-05-09
Switch over to using the new C front-end by default.
Chris Lattner
2003-01-31
Fix strip issue Joel ran into
Chris Lattner
2003-01-13
Add an option (which will go away in the future) signfifying that there is a ...
Chris Lattner
2002-12-06
Export a new ARCH variable indicating what platform is being compiled
Chris Lattner
2002-11-04
Generalize ExportSymbols into PLATFORMLINKOPTS
Chris Lattner
2002-09-23
Allow LLC to be executed on Linux; only the LLC output should not be executed.
Vikram S. Adve
2002-09-19
Don't run llc tests on linux, they won't work.
Chris Lattner
2002-09-19
Platform specific makefiles specify where to find the GCC frontend for their
Chris Lattner
2002-09-13
Factor platform specific makefile directives out into their own makefile
Chris Lattner