Subject: Re: gcc question
To: Todd Whitesel <toddpw@best.com>
From: Bill Studenmund <wrstuden@nas.nasa.gov>
List: port-macppc
Date: 12/14/1999 15:50:43
On Mon, 13 Dec 1999, Todd Whitesel wrote:

> > Is there a way to override global  gcc compiler settings like
> > __CHAR_UNSIGNED__ for example, without recompiling it?
> 
> Have you tried -fsigned-char ?

Why would you want to override this? You really should change your code to
deal w/ unsigned characters. Unless of course you're going to recompile
EVERYTHING (including the libraries) and you'll audit the assembly
language glue code used in some of the libs. :-)

Take care,

Bill