This is the mail archive of the fortran@gcc.gnu.org mailing list for the GNU Fortran 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: Remove fortran from unsupported_languages on cris and mmix


François-Xavier Coudert wrote:
> --- configure.ac        (revision 128540)
> +++ configure.ac        (working copy)
> @@ -567,15 +567,15 @@ case "${target}" in
> -       unsupported_languages="$unsupported_languages fortran"
> +       unsupported_languages="$unsupported_languages"
>   
The new line does not make sense: It does nothing. You probably want to
remove the whole line.

Tobias


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