On 14 November 2018 12:35:27 CET, Jakub Jelinek <[email protected]> wrote:
>> --- a/gcc/config/gnu-user.h
>> +++ b/gcc/config/gnu-user.h
>> @@ -170,3 +170,6 @@ see the files COPYING3 and COPYING.RUNTIME
>respectively. If not, see
>> LD_STATIC_OPTION " --whole-archive -llsan --no-whole-archive " \
>> LD_DYNAMIC_OPTION "}}%{!static-liblsan:-llsan}"
>> #endif
>> +
>> +#undef TARGET_F951_NOSTDINC_OPTIONS
>> +#define TARGET_F951_NOSTDINC_OPTIONS
>"%:fortran-header-file(-fpre-include= math-vector-fortran.h)"
>
>Too long line, use some \s to split it up.
>
Can we use plain -include like in C?
This has an established meaning and is already documented.
Thanks,