Default options
Alexandre Oliva
aoliva@redhat.com
Sun Jan 7 03:27:00 GMT 2001
On Jan 6, 2001, Richard Browne <richb@pobox.com.au> wrote:
> Is there an environment variable and/or (preferrably) a configuration
> file somewhere?
That would probably be the specs file. A simpler alternative might be
to create a wrapper shell-script that you'd run instead of gcc.
Something like:
#! /bin/sh
exec /path/to/actual/gcc -march=i686 ${1+"$@"}
--
Alexandre Oliva Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/
Red Hat GCC Developer aoliva@{cygnus.com, redhat.com}
CS PhD student at IC-Unicamp oliva@{lsd.ic.unicamp.br, gnu.org}
Free Software Evangelist *Please* write to mailing lists, not to me
More information about the Gcc
mailing list