[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: OXS Lion and Xcode with Lua
- From: Michal Kottman <k0mpjut0r@...>
- Date: Sun, 18 Mar 2012 10:34:29 +0100
On 18 March 2012 10:05, Eric Wing <ewmailing@gmail.com> wrote:
>> 4. You can now use gcc and make.
>
> That does remind me. I was told gcc is no longer distributed with the
> command line tools. Apple has moved to clang/llvm.
Apparently, gcc in Mac OS X uses the llvm backend:
$ gcc -v
Using built-in specs.
Target: i686-apple-darwin11
Configured with:
/private/var/tmp/llvmgcc42/llvmgcc42-2335.15~18/src/configure ...
Thread model: posix
gcc version 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2335.15.00)
Of course, you can also use clang...