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]

[patch mingw]: Keep inhibit_libc set to false on cross-compilation of mingw targets


Hello,

this patch makes sure that with_headers is set to yes for mingw
cross-compilers. So profiling code is enabled by default. As mingw
targets won't be able to build libgcc/libgcov without their private
header-set, it is not reasonable why it gets disabled later.

ChangeLog

2010-10-15  Kai Tietz

        * configure.ac: Make sure inhibit_libc remains false for mingw targets
        as cross.
        * configure: Regenerated.

Tested for x86_64-w64-mingw32, and i686-pc-cygwin. Ok for apply?

Regards,
Kai

-- 
|? (\_/) This is Bunny. Copy and paste
| (='.'=) Bunny into your signature to help
| (")_(") him gain world domination

Attachment: cross_prof.diff
Description: Binary data


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