> This is necessary as gcc selects the highest flags thus:
> 
>       # CFLAGS=-O make
> 
> would be overridden by the default value in CFLAGS.

This is not true.  GCC always uses the last -O argument, overriding the
earlier ones.  In -v, you'll see they're all passed through to cc1.
cc1 uses the last value given.

_______________________________________________
Bug-hurd mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-hurd

Reply via email to