I notice that the crt .o and .a files are installed as scripts rather than data, which causes their file mode to be installed as executable (in a cross compile environment)
Is there a specific reason for this? It seems to me that files such as crt32_SCRIPTS, lib32_SCRIPTS, etc should actually be crt32_DATA, lib32_DATA, etc, as these are not SCRIPTS (targets that are executable), but built DATA (static linker input files) Or am I missing something (as in behavior in an msys/cygwin/win32 type environment)? ------------------------------------------------------------------------------ Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev _______________________________________________ Mingw-w64-public mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mingw-w64-public
