search for: virgon

Displaying 2 results from an estimated 2 matches for "virgon".

Did you mean: virgin
2008 Feb 05
3
[LLVMdev] Makefile dependencies and configure test fix
...e check into a compile-time check for __GNUC__ version. Since autoconf already does this to determine if you're using GCC or not, it should be pretty safe. Believe it or not, I dusted off a copy of gcc 2.95.2 for Mac OS X for PowerPC and ran it under Rosetta to verify this fix: [ssen at virgon]$ gcc-2.95.2 -v Reading specs from /usr/libexec/gcc/darwin/ppc/2.95.2/specs Apple Computer, Inc. version gcc-926, based on gcc version 2.95.2 19991024 (release) [ssen at virgon]$ ./configure CC=gcc-2.95.2 CXX=g++-2.95.2 ... checking for llvm-gcc... no checking for llvm-g++... no checking tool com...
2008 Feb 05
0
[LLVMdev] Makefile dependencies and configure test fix
...for > __GNUC__ version. Since autoconf already does this to determine if > you're using GCC or not, it should be pretty safe. > > Believe it or not, I dusted off a copy of gcc 2.95.2 for Mac OS X > for PowerPC and ran it under Rosetta to verify this fix: > > [ssen at virgon]$ gcc-2.95.2 -v > Reading specs from /usr/libexec/gcc/darwin/ppc/2.95.2/specs > Apple Computer, Inc. version gcc-926, based on gcc version 2.95.2 > 19991024 (release) > [ssen at virgon]$ ./configure CC=gcc-2.95.2 CXX=g++-2.95.2 > ... > checking for llvm-gcc... no > checking f...