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]
Other format: [Raw text]

Re: fixing vs WARN_CFLAGS vs cross builds


Jim Wilson <wilson@specifixinc.com> writes:

>  > underlying problem.  The recursive make command in the fixinc.sh rule
>  > should perhaps be setting ALL_CFLAGS instead of CFLAGS because the
>  > default .c.o rule uses ALL_CFLAGS.
>
> My last reply got messed up somehow.  Sorry.
>
> Or maybe the recursive make command in the fixinc.sh rule should be
> setting WARN_CFLAGS to empty, because it is already included in
> BUILD_CFLAGS if it is supposed to be used?  I haven't checked to see
> which makes more sense.  I'm guessing that my first suggestion was the
> right one though.

It would be nice to be rid of the recursive make invocation here, but
that's too much work to ask for.

zw


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