delorie.com/archives/browse.cgi | search |
> Date: Wed, 11 Jun 2003 12:20:40 -0400 > From: CBFalconer <cbfalconer AT yahoo DOT com> > > 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 Sigh. This is not the list of options in CVS. Here's what's in CVS; please use that: -MD -O2 -mcpu=pentium -march=i386 -Wall -Wbad-function-cast -Wcast-qual -Werror -Wmissing-declarations -Wmissing-prototypes -Wpointer-arith -Wshadow -Wstrict-prototypes -Wwrite-strings -Wundef -Wcast-align -Wsign-compare > BTW, I still don't find any reference to using @file in the gcc > command line. Am I looking in the wrong place? Yes. One place to look is in the DJGPP FAQ, section 16.4.
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |