Page "XcodeVersionInfo" was changed by ryandesign@macports.org Diff URL: <https://trac.macports.org/wiki/XcodeVersionInfo?action=diff&version=39> Revision 39 Comment: 10.5: add complete info for Xcode 3.1.x on Intel Changes: -------8<------8<------8<------8<------8<------8<------8<------8<-------- Index: XcodeVersionInfo ========================================================================= --- XcodeVersionInfo (version: 38) +++ XcodeVersionInfo (version: 39) @@ -9,7 +9,7 @@ {{{ #!sh -echo -e "=== $(/usr/bin/xcodebuild -version |head -n1) ===\n * '''Xcode''': $(/usr/bin/xcodebuild -version |tail -1)\n$(test -x /usr/bin/gcc-3.3 && echo " * '''gcc-3.3''': $(/usr/bin/gcc-3.3 --version 2>/dev/null |head -1)\n")$(test -x /usr/bin/gcc-4.0 && echo " * '''gcc-4.0''': $(/usr/bin/gcc-4.0 --version 2>/dev/null |head -1)\n")$(test -x /usr/bin/gcc-4.2 && echo " * '''gcc-4.2''': $(/usr/bin/gcc-4.2 --version 2>/dev/null |head -1)\n")$((test -x /usr/bin/llvm-gcc-4.2 || test -x /Developer/usr/bin/llvm-gcc-4.2) && echo " * '''llvm-gcc''': $((/usr/bin/llvm-gcc --version 2>/dev/null || /Developer/usr/bin/llvm-gcc --version 2>/dev/null) |head -1)\n")$((test -x /usr/bin/clang || test -x /Developer/usr/bin/clang) && echo " * '''clang''': $((test -x /usr/bin/clang && /usr/bin/clang --version 2>&1 || /Developer/usr/bin/clang --version 2>&1) |head -1)")" |tee /dev/tty |pbcopy +echo -en "=== $(/usr/bin/xcodebuild -version |head -n1) ===\n * '''Xcode''': $(/usr/bin/xcodebuild -version |tail -1)\n$(test -x /usr/bin/gcc-3.3 && echo " * '''gcc-3.3''': $(/usr/bin/gcc-3.3 --version 2>/dev/null |head -1)\n")$(test -x /usr/bin/gcc-4.0 && echo " * '''gcc-4.0''': $(/usr/bin/gcc-4.0 --version 2>/dev/null |head -1)\n")$(test -x /usr/bin/gcc-4.2 && echo " * '''gcc-4.2''': $(/usr/bin/gcc-4.2 --version 2>/dev/null |head -1)\n")$((test -x /usr/bin/llvm-gcc-4.2 || test -x /Developer/usr/bin/llvm-gcc-4.2) && echo " * '''llvm-gcc''': $((/usr/bin/llvm-gcc --version 2>/dev/null || /Developer/usr/bin/llvm-gcc --version 2>/dev/null) |head -1)\n")$((test -x /usr/bin/clang || test -x /Developer/usr/bin/clang) && echo " * '''clang''': $((test -x /usr/bin/clang && /usr/bin/clang --version 2>&1 || /Developer/usr/bin/clang --version 2>&1) |head -1)\n")" |tee /dev/tty |pbcopy }}} The toolchain version of the Xcode releases are also [https://en.wikipedia.org/wiki/Xcode#Toolchain_Versions documented on Wikipedia]. @@ -140,20 +140,11 @@ * '''clang''': clang version 1.0 (http://llvm.org/svn/llvm-project/cfe/tags/Apple/clang-23 exported) == Mac OS X 10.5 == -=== Xcode 3.0 === - * '''gcc-4.0''': i686-apple-darwin9-gcc-4.0.1 (GCC) 4.0.1 (Apple Inc. build 5465) - -=== Xcode 3.1 === - * gcc4 is 4.0.1 - * gcc42 is 4.2.1 - -=== Xcode 3.1.1 === - * gcc4 is 4.0.1 (Apple build 5488) - * gcc42 is 4.2.1 (Apple build 5564) - -=== Xcode 3.1.2 === - * gcc4 is 4.0.1 (Apple build 5490) - * gcc42 is 4.2.1 (Apple build 5566) +=== Xcode 3.1.4 === + * '''Xcode''': BuildVersion: 9M2809 + * '''gcc-4.0''': i686-apple-darwin9-gcc-4.0.1 (GCC) 4.0.1 (Apple Inc. build 5493) + * '''gcc-4.2''': i686-apple-darwin9-gcc-4.2.1 (GCC) 4.2.1 (Apple Inc. build 5577) + * '''llvm-gcc''': i686-apple-darwin9-llvm-gcc-4.2 (GCC) 4.2.1 (Based on Apple Inc. build 5555) (LLVM build 2064.3) === Xcode 3.1.3 === * '''Xcode''': BuildVersion: 9M2736 @@ -161,11 +152,27 @@ * '''gcc-4.2''': i686-apple-darwin9-gcc-4.2.1 (GCC) 4.2.1 (Apple Inc. build 5574) * '''llvm-gcc''': i686-apple-darwin9-llvm-gcc-4.2 (GCC) 4.2.1 (Based on Apple Inc. build 5555) (LLVM build 2064.3) -=== Xcode 3.1.4 === - * '''Xcode''': BuildVersion: 9M2809 - * '''gcc-4.0''': i686-apple-darwin9-gcc-4.0.1 (GCC) 4.0.1 (Apple Inc. build 5493) - * '''gcc-4.2''': i686-apple-darwin9-gcc-4.2.1 (GCC) 4.2.1 (Apple Inc. build 5577) - * '''llvm-gcc''': i686-apple-darwin9-llvm-gcc-4.2 (GCC) 4.2.1 (Based on Apple Inc. build 5555) (LLVM build 2064.3) +=== Xcode 3.1.2 === + * '''Xcode''': BuildVersion: 9M2621 + * '''gcc-4.0''': i686-apple-darwin9-gcc-4.0.1 (GCC) 4.0.1 (Apple Inc. build 5490) + * '''gcc-4.2''': i686-apple-darwin9-gcc-4.2.1 (GCC) 4.2.1 (Apple Inc. build 5566) + * '''llvm-gcc''': i686-apple-darwin9-llvm-gcc-4.2 (GCC) 4.2.1 (Based on Apple Inc. build 5555) (LLVM build 2056) + +=== Xcode 3.1.1 === + * '''Xcode''': BuildVersion: 9M2517 + * '''gcc-4.0''': i686-apple-darwin9-gcc-4.0.1 (GCC) 4.0.1 (Apple Inc. build 5488) + * '''gcc-4.2''': i686-apple-darwin9-gcc-4.2.1 (GCC) 4.2.1 (Apple Inc. build 5564) + * '''llvm-gcc''': i686-apple-darwin9-llvm-gcc-4.2 (GCC) 4.2.1 (Based on Apple Inc. build 5555) (LLVM build 2056) + +=== Xcode 3.1 === + * '''Xcode''': BuildVersion: 9M2199 + * '''gcc-4.0''': i686-apple-darwin9-gcc-4.0.1 (GCC) 4.0.1 (Apple Inc. build 5484) + * '''gcc-4.2''': i686-apple-darwin9-gcc-4.2.1 (GCC) 4.2.1 (Apple Inc. build 5564) + * '''llvm-gcc''': i686-apple-darwin9-llvm-gcc-4.2 (GCC) 4.2.1 (Based on Apple Inc. build 5555) (LLVM build 2039) + +=== Xcode 3.0 === + * '''Xcode''': Component versions: DevToolsCore-921.0; DevToolsSupport-893.0 + * '''gcc-4.0''': i686-apple-darwin9-gcc-4.0.1 (GCC) 4.0.1 (Apple Inc. build 5465) == Mac OS X 10.4 == === Xcode 2.0 === -------8<------8<------8<------8<------8<------8<------8<------8<-------- -- Page URL: <https://trac.macports.org/wiki/XcodeVersionInfo> MacPorts <http://www.macports.org/> Ports system for OS X This is an automated message. Someone added your email address to be notified of changes on 'XcodeVersionInfo' page. If it was not you, please report to .