Skip to content

Instantly share code, notes, and snippets.

@JonRowe
Created June 27, 2010 13:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save JonRowe/454891 to your computer and use it in GitHub Desktop.
Save JonRowe/454891 to your computer and use it in GitHub Desktop.
ls -al /usr/llvm-gcc-4.2/bin/
total 9280
drwxrwxr-x 11 root admin 374 20 Jan 06:46 .
drwxrwxr-x 7 root admin 238 20 Jan 06:45 ..
-rwxrwxr-x 1 root admin 201664 20 Jan 06:45 gcov-4.2
-rwxrwxr-x 1 root admin 859664 20 Jan 06:45 i686-apple-darwin10-llvm-g++-4.2
-rwxrwxr-x 1 root admin 851472 20 Jan 06:45 i686-apple-darwin10-llvm-gcc-4.2
-rwxrwxr-x 1 root admin 182512 20 Jan 06:45 llvm-c++-4.2
-rwxrwxr-x 1 root admin 562896 20 Jan 06:45 llvm-cpp-4.2
-rwxrwxr-x 1 root admin 182512 20 Jan 06:45 llvm-g++-4.2
-rwxrwxr-x 1 root admin 182512 20 Jan 06:45 llvm-gcc-4.2
-rwxrwxr-x 1 root admin 859664 20 Jan 06:45 powerpc-apple-darwin10-llvm-g++-4.2
-rwxrwxr-x 1 root admin 855568 20 Jan 06:45 powerpc-apple-darwin10-llvm-gcc-4.2
ls -al /usr/bin/llvm*
lrwxr-xr-x 1 root admin 32 14 Jun 07:25 /usr/bin/llvm-cpp-4.2 -> ../llvm-gcc-4.2/bin/llvm-cpp-4.2
lrwxr-xr-x 1 root admin 32 14 Jun 07:25 /usr/bin/llvm-g++ -> ../llvm-gcc-4.2/bin/llvm-g++-4.2
lrwxr-xr-x 1 root admin 32 14 Jun 07:25 /usr/bin/llvm-g++-4.2 -> ../llvm-gcc-4.2/bin/llvm-g++-4.2
lrwxr-xr-x 1 root admin 32 14 Jun 07:25 /usr/bin/llvm-gcc -> ../llvm-gcc-4.2/bin/llvm-gcc-4.2
lrwxr-xr-x 1 root admin 32 14 Jun 07:25 /usr/bin/llvm-gcc-4.2 -> ../llvm-gcc-4.2/bin/llvm-gcc-4.2
ls -al /Developer/usr/llvm-gcc-4.2/bin/
total 6696
drwxrwxr-x 6 root admin 204 14 Jun 07:26 .
drwxrwxr-x 6 root admin 204 14 Jun 07:26 ..
-rwxrwxr-x 1 root admin 859664 20 Jan 06:45 i686-apple-darwin10-llvm-g++-4.2
-rwxrwxr-x 1 root admin 851472 20 Jan 06:45 i686-apple-darwin10-llvm-gcc-4.2
-rwxrwxr-x 1 root admin 859664 20 Jan 06:45 powerpc-apple-darwin10-llvm-g++-4.2
-rwxrwxr-x 1 root admin 855568 20 Jan 06:45 powerpc-apple-darwin10-llvm-gcc-4.2
ls -al /Developer/usr/bin/*llvm*
lrwxr-xr-x 1 root admin 52 14 Jun 07:19 /Developer/usr/bin/i686-apple-darwin10-llvm-g++-4.2 -> ../llvm-gcc-4.2/bin/i686-apple-darwin10-llvm-g++-4.2
lrwxr-xr-x 1 root admin 52 14 Jun 07:19 /Developer/usr/bin/i686-apple-darwin10-llvm-gcc-4.2 -> ../llvm-gcc-4.2/bin/i686-apple-darwin10-llvm-gcc-4.2
lrwxr-xr-x 1 root admin 55 14 Jun 07:19 /Developer/usr/bin/powerpc-apple-darwin10-llvm-g++-4.2 -> ../llvm-gcc-4.2/bin/powerpc-apple-darwin10-llvm-g++-4.2
lrwxr-xr-x 1 root admin 55 14 Jun 07:19 /Developer/usr/bin/powerpc-apple-darwin10-llvm-gcc-4.2 -> ../llvm-gcc-4.2/bin/powerpc-apple-darwin10-llvm-gcc-4.2
@barracuda156
Copy link

@JonRowe Could you tell which are those PowerPC versions of LLVM?
powerpc-apple-darwin10-llvm

Are these identical to those bundled with 10A190 or some other? Very much interested in the matter since I am building software now on a PowerPC running 10.6.

@JonRowe
Copy link
Author

JonRowe commented Dec 11, 2021

Sorry I have no recollection of what this was for

@barracuda156
Copy link

barracuda156 commented Dec 11, 2021 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment