]> git.ipfire.org Git - thirdparty/gcc.git/commit - gcc/Makefile.in
Extend locations where to seach for Fortran pre-include.
authormarxin <marxin@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 16 Jan 2019 09:38:21 +0000 (09:38 +0000)
committermarxin <marxin@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 16 Jan 2019 09:38:21 +0000 (09:38 +0000)
commit86a3ecf2148699f298dcd7dd852b9a28c212bceb
tree27e1eeb13ffb1c747f0fe076af34c37e544f6cce
parent45fb810dd925f000ab70d18933fc77fb18327b49
Extend locations where to seach for Fortran pre-include.

2019-01-16  Martin Liska  <mliska@suse.cz>

* Makefile.in: Set TOOL_INCLUDE_DIR and NATIVE_SYSTEM_HEADER_DIR
for GCC driver.
* config/gnu-user.h (TARGET_F951_OPTIONS): Add 'finclude%s/' as
a new argument.
* gcc.c (add_sysrooted_hdrs_prefix): New function.
(path_prefix_reset): Move up in the source file.
(find_fortran_preinclude_file): Make complex search for the
fortran header files.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@267967 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/Makefile.in
gcc/config/gnu-user.h
gcc/gcc.c