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. -- Casey Carter Casey at Carter.net ccarter at uiuc.edu AIM: cartec69 -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: patch URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20020913/2d84aadd/attachment.ksh>
Chris Lattner
2002-Sep-13 17:17 UTC
[LLVMdev] 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.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/