bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: hierarchical projects with configure scripts


From: Tom Tromey
Subject: Re: hierarchical projects with configure scripts
Date: Sat, 01 Sep 2018 00:05:26 -0600
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1.50 (gnu/linux)

>>>>> "Sergio" == Sergio Durigan Junior <address@hidden> writes:

>   Another possibility that may be simpler for GDB, is to change its
>   configure.ac files to require C99 or later everywhere. At this point
>   it's more trouble than it's worth to tweak source code or makefiles to
>   cater to compilers operating in C89 mode. Just tell your C compiler to
>   support C99-or-better everywhere, and your life will surely be
>   simpler.

Sergio> I don't know if just requiring C99 or later would be enough to solve
Sergio> this problem, but it's something to consider for GDB, I think.

I personally think it would be fine -- C99 is nearly 20 years old now,
surely we can afford to upgrade -- but I think this would have to be run
by the binutils list as well.

Also there's the question of how it would be implemented.  Like, if it
relied on modifying CFLAGS, then that would still interfere how this is
supposed to be a user-controlled variable.

Tom



reply via email to

[Prev in Thread] Current Thread [Next in Thread]