This is the mail archive of the gcc-bugs@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: GCC 3.0.3 build-procedure incompatibilities with POSIX 1003.1-2001


On Tue, Feb 19, 2002 at 12:24:17AM -0800, Paul Eggert wrote:
> The new POSIX standard is now official (IEEE Std 1003.1-2001), and it
> has removed support for some obsolete utility options that the GCC
> build procedure still uses.  Here is a proposed patch, relative to GCC
> 3.0.3, to ensure that GCC still will build on POSIX 1003.1-2001 hosts.

I think changes along these lines should be made when and only when
there is a system in wide general use which does not support the older
options and commands.  Many older systems do not support the options
you would use unconditionally.  For backward compatibility, most newer
systems will continue to support the deprecated options for years to
come.  Therefore, your patch decreases portability.

zw


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