Subject: Re: compiling 1.5 with -current toolchain
To: Darrin B. Jewell <dbj@netbsd.org>
From: Bill Studenmund <wrstuden@netbsd.org>
List: port-powerpc
Date: 01/17/2002 10:31:51
On 17 Jan 2002, Darrin B. Jewell wrote:

>
> Compiling with the old toolchain should still work, although it
> would be tested first.
>
> They are protected by
>   ``#if __GNUC_PREREQ__(2, 95)''
>
> Darrin

The resulting binaries work the same way, don't they? i.e. if we make this
change & install the new headers, we can compile variargs programs (say
something using printf()) that will work with programs built on the old
toolchain (say libc)?

Take care,

Bill