On Mon, Oct 27, 2025, at 8:14 PM, Jose E. Marchesi wrote:
> This commit adds support for building the Algol 68 front-end to the
> build system.

> diff --git a/gcc/config.gcc b/gcc/config.gcc
> index c678b801f70..6ef8d721dae 100644
> --- a/gcc/config.gcc
> +++ b/gcc/config.gcc
> @@ -93,6 +93,9 @@
>  #  tm_rust_file              list of headers with definitions of target hook
>  #                    macros for the Rust compiler.
>  #
> +#  tm_algol68_file   list of headers with definitions of target hook
> +#                    macros for the Algol68 compiler.
> +#
>  #  out_file          The name of the machine description C support
>  #                    file, if different from "$cpu_type/$cpu_type.c".
>  #
> @@ -158,6 +161,9 @@
>  #  rust_target_objs  List of extra target-dependent objects that be
>  #                    linked into the Rust compiler only.
>  #
> +#  algol68_target_objs       List of extra target-dependent objects that be
> +#                    linked into the Algol68 compiler only.
> +#
>  #  target_gtfiles       List of extra source files with type 
> information.
>  #
>  #  xm_defines                List of macros to define when compiling for the
> @@ -216,6 +222,9 @@
>  #
>  #  target_has_targetjitm     Set to yes or no depending on whether the 
> target
>  #                    has its own definition of targetjitm.
> +#  target_has_targetalgol68m
> +#                    Set to yes or no depending on whether the target
> +#                    has its own deinition of targetdm.

definition of targetalgol68m

I noticed this when doing the gcc-15 rebase.

pietro

Reply via email to