Commit | Line | Data |
---|---|---|
252b5132 RH |
1 | # This is the linker host specific file. This is invoked by the |
2 | # autoconf generated configure script. Putting it in a separate shell | |
3 | # file lets us skip running autoconf when modifying host specific | |
4 | # information. | |
5bf135a7 | 5 | # |
b3adc24a | 6 | # Copyright (C) 2012-2020 Free Software Foundation, Inc. |
5bf135a7 NC |
7 | # |
8 | # This file is free software; you can redistribute it and/or modify | |
9 | # it under the terms of the GNU General Public License as published by | |
10 | # the Free Software Foundation; either version 3 of the License, or | |
11 | # (at your option) any later version. | |
995da1ff | 12 | # |
5bf135a7 NC |
13 | # This program is distributed in the hope that it will be useful, |
14 | # but WITHOUT ANY WARRANTY; without even the implied warranty of | |
15 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |
16 | # GNU General Public License for more details. | |
995da1ff | 17 | # |
5bf135a7 NC |
18 | # You should have received a copy of the GNU General Public License |
19 | # along with this program; see the file COPYING3. If not see | |
20 | # <http://www.gnu.org/licenses/>. | |
21 | # | |
252b5132 RH |
22 | |
23 | # This file sets the following shell variables: | |
24 | # HDEFINES host specific compiler flags | |
252b5132 RH |
25 | |
26 | HDEFINES= |