Mail Archives: djgpp-workers/2003/06/11/12:26:48
Eli Zaretskii wrote:
>
> > Date: Wed, 11 Jun 2003 01:07:46 -0400
> > From: CBFalconer <cbfalconer AT yahoo DOT com>
> > >
> > > You should use gcc.opt from the CVS, it should already solve these
> > > warnings.
> >
> > I just changed the options here.
>
> If you changed them to the exact list of options in the CVS version of
> gcc.opt, fine. If not, please do that if you can, since otherwise
> those options you did not use in your compilations could cause further
> warnings when Richard integrates your sources into the library. You
> have a better understanding of your code, so it's better if you are
> the first person to see the warnings and deal with them.
I just edited the gcc.opt in djlsr203.zip of 2002-01-20 to
eliminate -nostdlib and replace the ones gcc said were obsolete
with the replacements (f... in place of m...). The result was:
-MD
-O2
-fno-strength-reduce
-m486
-falign-loops=2
-falign-jumps=2
-falign-functions=2
-Wall
-Wbad-function-cast
-Wcast-qual
-Werror
-Wmissing-declarations
-Wmissing-prototypes
-Wpointer-arith
-Wshadow
-Wstrict-prototypes
-Wtraditional
-Wwrite-strings
BTW, I still don't find any reference to using @file in the gcc
command line. Am I looking in the wrong place?
Around the end of this month I expect to be unavailable for the
summer, so we had better resolve anything as quickly as possible.
--
Chuck F (cbfalconer AT yahoo DOT com) (cbfalconer AT worldnet DOT att DOT net)
Available for consulting/temporary embedded and systems.
<http://cbfalconer.home.att.net> USE worldnet address!
- Raw text -