Linux-x86 and Solaris Makefile configuration

ISSUE: Changing definitions in Makefile.common by hand from Solaris to Linux values offends me.

ACTION: As a quick fix to this (i.e., w/o autoconf) I have separated out the different settings into new files Makefile.$(PLATFORM) in the top-level directory of llvm. A dirty hack to Makefile.common automatically includes the proper arch-specific file by setting PLATFORM to the output of uname.

patch (1.44 KB)

ISSUE: Changing definitions in Makefile.common by hand from Solaris to
Linux values offends me.

ACTION: As a quick fix to this (i.e., w/o autoconf) I have separated out
the different settings into new files Makefile.$(PLATFORM) in the
top-level directory of llvm. A dirty hack to Makefile.common
automatically includes the proper arch-specific file by setting PLATFORM
to the output of uname.

Agreed:
http://mail.cs.uiuc.edu/pipermail/llvm-commits/2002-September/000173.html

-Chris

http://llvm.cs.uiuc.edu/
http://www.nondot.org/~sabre/Projects/