Mail Archives: cygwin-developers/1998/05/02/06:45:54
>Ian Lance Taylor wrote:
>> 4. Mark ix86-mingw32 and ix86-cygwin32 as obsolescent configurations.
>>
>> Comments?
>>
>> Just that I don't see any need to make the ix86-cygwin32 configuration
>> obsolescent. Some people will always want to develop cygwin32
>> programs, and since we already have a configuration triplet for them I
>> don't see why we need to take it away and force them to use -mcygwin32
>> all the time.
>
>Will I have an ability to set default gcc behavior (cygwin32 or
>mingw32) with some environment variable (like MAKE_MODE for b19 make)?
That's a good question. Otherwise we'll have to remember to change
the CFLAGS every time we build.
Another thing occurred to me, too. If we start building applications
without the -mcygwin32 they will not respond to cygwin32 signals and
they will not inherit cygwin32 file descriptors. That could cause
unexpected behavior. For instance, sending a SIGTERM to the application
may not cause it to be terminated.
cgf
- Raw text -