comparison gcc/config/darwin-f.c @ 145:1830386684a0

gcc-9.2.0
author anatofuz
date Thu, 13 Feb 2020 11:34:05 +0900
parents 84e7813d76e9
children
comparison
equal deleted inserted replaced
131:84e7813d76e9 145:1830386684a0
1 /* Darwin support needed only by Fortran frontends. 1 /* Darwin support needed only by Fortran frontends.
2 Copyright (C) 2008-2018 Free Software Foundation, Inc. 2 Copyright (C) 2008-2020 Free Software Foundation, Inc.
3 Contributed by Daniel Franke. 3 Contributed by Daniel Franke.
4 4
5 This file is part of GCC. 5 This file is part of GCC.
6 6
7 GCC is free software; you can redistribute it and/or modify 7 GCC is free software; you can redistribute it and/or modify
20 20
21 21
22 /* Provide stubs for the hooks defined by darwin.h 22 /* Provide stubs for the hooks defined by darwin.h
23 TARGET_EXTRA_PRE_INCLUDES, TARGET_EXTRA_INCLUDES 23 TARGET_EXTRA_PRE_INCLUDES, TARGET_EXTRA_INCLUDES
24 24
25 As both, gcc and gfortran link in incpath.o, we can not 25 As both, gcc and gfortran link in incpath.o, we cannot
26 conditionally undefine said hooks if fortran is build. 26 conditionally undefine said hooks if fortran is build.
27 However, we can define do-nothing stubs of said hooks as 27 However, we can define do-nothing stubs of said hooks as
28 we are not interested in objc include files in Fortran. 28 we are not interested in objc include files in Fortran.
29 29
30 The hooks original purpose (see also darwin-c.c): 30 The hooks original purpose (see also darwin-c.c):