----- Original Message ----- From: "FuLLBLaSTstorm" <fullblaststorm_at_gmail.com> > On 2009-01-15 09:45, Roman Divacky wrote: >> I really dont see any reason why there must be only ONE compiler that >> can be used to compile FreeBSD. > > I fully agree with it, too. Why not to put something like > OPTION_COMPILER=`gcc|clang|llvm' so every portion of system designed > for particular compiler could use the right one? In principla I like the above idea, but... My own personal feeling is that we should have a single compiler for the entire base (world && kernel). Use that compiler as the system compiler and call it "cc". Any other additional compiler can be installed by the user, if he chooses to do so. If each package / section of the base is compiled with a undefined and developer choosen one, wouldent we have to include all three compilers in the base? (Or am I reading this wrong?) I dont know clang, llvm, pcc, etc. very well, but.. Would this solve our problem where we will still need an assembler, linker, archiver, et al? ~PegReceived on Thu Jan 15 2009 - 11:22:25 UTC
This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:39:40 UTC