1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-22 12:33:33 +02:00
Commit Graph

7 Commits

Author SHA1 Message Date
Chris Lattner
24fa7a9a85 Fix strip issue Joel ran into
llvm-svn: 5449
2003-01-31 19:00:26 +00:00
Chris Lattner
f4473e1727 Export a new ARCH variable indicating what platform is being compiled
llvm-svn: 4936
2002-12-06 03:45:20 +00:00
Nick Hildenbrandt
51ba360672 Fix typo.
-Chris

llvm-svn: 4545
2002-11-04 21:03:13 +00:00
Chris Lattner
7ef1cdf44a Link to -lmalloc
llvm-svn: 4544
2002-11-04 20:53:27 +00:00
Chris Lattner
4c762876f3 Switch over to the right sparc c frontend
llvm-svn: 4105
2002-10-10 19:28:10 +00:00
Chris Lattner
ffe9bf6ca8 Platform specific makefiles specify where to find the GCC frontend for their
architecture.  The location of the GCC frontend may be overridden by the
Makefile.config file.

llvm-svn: 3830
2002-09-19 19:44:28 +00:00
Chris Lattner
64ea4a3bd2 Factor platform specific makefile directives out into their own makefile
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.

llvm-svn: 3705
2002-09-13 22:14:47 +00:00