Subject: Re: port-xen/29887: sysctl kern.consdev coredumps
To: Alan Barrett <apb@cequrux.com>
From: Jason Thorpe <thorpej@shagadelic.org>
List: netbsd-bugs
Date: 06/20/2005 10:35:22
On Jun 20, 2005, at 3:03 AM, Alan Barrett wrote:
> 3. Fix gcc to make it perform or not perform the printf/puts
> conversion depending on what combination of "-std=<standard>",
> "-ansi", "-pedantic", "-ffreestanding" and similar options were
> specified. Possibly also add a "-fno-convert-printf-to-puts" or
> similar option.
GCC already has -ffreestanding to suppress this behavior. If you're
not freestanding, you're hosted, so there is no need for any other
option.
-- thorpej