This is the mail archive of the gcc-patches@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]

[committed] fixincludes Makefile.in patch


This fixes a problem found by trying to do a CFLAGS=-fmudflap build. 
The fixincludes Makefile has 3 places where it does not include CFLAGS
in a link command, which prevents profiling options (like -fmudflap)
from working.

This was tested with an x86 FreeBSD bootstrap.  I also verified that the
fixincludes output was identical with and without the patch.  I have a
make check running, but this was obvious enough that I didn't think I
needed to wait for this to finish.
-- 
Jim Wilson, GNU Tools Support, http://www.SpecifixInc.com

Attachment: patch.mudflap.fixinc
Description: Text document


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