This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Successful build on apple darwin5.2
- From: Janis Johnson <janis187 at us dot ibm dot com>
- To: Aldy Hernandez <aldyh at redhat dot com>
- Cc: Janis Johnson <janis187 at us dot ibm dot com>, gcc at gcc dot gnu dot org
- Date: Mon, 7 Jan 2002 09:54:13 -0800
- Subject: Re: Successful build on apple darwin5.2
- References: <m2d70orlg8.fsf_-_@culebra.cygnus.com>
On Sat, Jan 05, 2002 at 11:24:23PM -0800, Aldy Hernandez wrote:
> provided you do CC="cc -no-cpp-precomp"...
>
> Gcc bootstraps on macos x. Only for C.
>
> culebra:~$ cc -v
> Reading specs from /usr/libexec/gcc/darwin/ppc/2.95.2/specs
> Apple Computer, Inc. Version gcc-934.3, based on gcc version 2.95.2 19991024 (release)
>
> culebra:~$ uname -a
> Darwin culebra 5.2 Darwin Kernel Version 5.2: Fri Dec 7 21:39:35 PST 2001; root:xnu/xnu-201.14.obj~1/RELEASE_PPC Power Macintosh powerpc
>
> --host=powerpc-apple-darwin5.2
> --enable-languages=c
Which version of GCC did you build?
Janis