This is the mail archive of the gcc@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] Deprecate ia64*-*-*


Ok with me if no one steps up and the downstream projects like Debian gets
notice. This is just a reflection of this architecture's status in the
world.

--joel

On Thu, Jun 13, 2019, 4:13 AM Richard Biener <rguenther@suse.de> wrote:

>
> ia64 has no maintainer anymore so the following deprecates it
> with the goal of eliminating the port for GCC 11 if no maintainer
> steps up.
>
> OK?
>
> Thanks,
> Richard.
>
> 2019-06-13  Richard Biener  <rguenther@suse.de>
>
>         * config.gcc: Mark ia64*-*-* targets as deprecated/obsolete.
>
> Index: gcc/config.gcc
> ===================================================================
> --- gcc/config.gcc      (revision 272239)
> +++ gcc/config.gcc      (working copy)
> @@ -249,6 +249,7 @@ md_file=
>  case ${target} in
>    spu*-*-*                             \
>    | tile*-*-*                          \
> +  | ia64*-*-*                          \
>   )
>      if test "x$enable_obsolete" != xyes; then
>        echo "*** Configuration ${target} is obsolete." >&2
>


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