Which compiler compiled system?

2012-03-12 Thread kaltheat
Hi, Is there a way to determine whether a FreeBSD-system was compiled with gcc or clang? I thought of some libs or so that might significantly differ. Regards, kaltheat ___ freebsd-questions@freebsd.org mailing list

Re: Which compiler compiled system?

2012-03-12 Thread Pierre-Luc Drouin
If Java is broken, then you know FreeBSD was compiled with clang... On Mon, Mar 12, 2012 at 3:45 PM, kalth...@googlemail.com wrote: Hi, Is there a way to determine whether a FreeBSD-system was compiled with gcc or clang? I thought of some libs or so that might significantly differ.

Re: Which compiler compiled system?

2012-03-12 Thread Da Rock
On 03/13/12 06:49, Pierre-Luc Drouin wrote: If Java is broken, then you know FreeBSD was compiled with clang... I wouldn't say that is categorical. On Mon, Mar 12, 2012 at 3:45 PM,kalth...@googlemail.com wrote: Hi, Is there a way to determine whether a FreeBSD-system was compiled with gcc

Re: Which compiler compiled system?

2012-03-12 Thread Matthew Story
On Mon, Mar 12, 2012 at 6:55 PM, Da Rock freebsd-questi...@herveybayaustralia.com.au wrote: On 03/13/12 06:49, Pierre-Luc Drouin wrote: If Java is broken, then you know FreeBSD was compiled with clang... I wouldn't say that is categorical. On Mon, Mar 12, 2012 at 3:45

Re: Which compiler compiled system?

2012-03-12 Thread Chad Perrin
On Mon, Mar 12, 2012 at 04:49:38PM -0400, Pierre-Luc Drouin wrote: If Java is broken, then you know FreeBSD was compiled with clang... It's probably more accurate to say If Java is not broken, it's almost certainly built with GCC. If it's broken, it could go either way. (No offense to the

Re: Which compiler compiled system?

2012-03-12 Thread Chuck Swiger
On Mar 12, 2012, at 12:45 PM, kalth...@googlemail.com wrote: Is there a way to determine whether a FreeBSD-system was compiled with gcc or clang? I thought of some libs or so that might significantly differ. It's fairly easy to determine whether assembly code was compiled with gcc or clang