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]

Re: [PATCH, GCC/x86 mingw32] Add configure option to force wildcard behavior on Windows


Here you are:

2017-01-24  Thomas Preud'homme  <thomas.preudhomme@arm.com>

        * configure.ac (--enable-mingw-wildcard): Add new configurable feature.
        * configure: Regenerate.
        * config.in: Regenerate.
        * config/i386/driver-mingw32.c: new file.
        * config/i386/x-mingw32: Add rule to build driver-mingw32.o.
        * config.host: Link driver-mingw32.o on MinGW host.
        * doc/install.texi: Document new --enable-mingw-wildcard configure
        option.

Must have forgotten to paste it.

On 17/02/17 10:52, JonY wrote:
On 02/14/2017 10:42 AM, JonY wrote:
On 02/14/2017 09:32 AM, Thomas Preudhomme wrote:

Looks good, be sure to emphasize this option affects mingw hosted GCC
only, not the compiler output.

I think that should be pretty clear in the latest version of the patch,
doc/install.texi contains:

"Note that this option only affects wildcard expansion for GCC itself.
It does
not affect wildcard expansion of executables built by the resulting GCC."

If you think a part of that sentence is still confusing please let me
know and I'll improve it.

Best regards,

Thomas


Yes, that should be good, no more objections.



Before I forget, please also provide a changelog, thanks.




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