This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: proposal: Default settings from environment
Op di 11-03-2003, om 19:21 schreef Neal D. Becker:
> On Tuesday 11 March 2003 01:03 pm, Andrew Haley wrote:
> > I'm a bit mystified by this. Why can't you use $CC instead of gcc,
> > with $CC set to "gcc arg arg..." ?
>
> The problem is not for me to modify my makefiles. The problem is to setup
> defaults for my users. They may or may not know anything about gcc or make.
# alias yourgcc='gcc -fyour-favorite-flags', then just tell your users
to use yourgcc?
Greetz
Steven