This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Default options


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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]