diff options
author | Sergey Bugaev <bugaevc@gmail.com> | 2024-03-23 17:35:11 +0300 |
---|---|---|
committer | Thomas Schwinge <tschwinge@baylibre.com> | 2024-04-09 09:23:32 +0200 |
commit | 532c57f8c3a15b109a46d3e2b14d60a5c40979d5 (patch) | |
tree | 9c0f570c5990aa6b4368fb60f35bfc99b1f1148e /libgcc | |
parent | d76df699b8ff792575e9df4d214c21fed0ed3b6b (diff) | |
download | gcc-532c57f8c3a15b109a46d3e2b14d60a5c40979d5.zip gcc-532c57f8c3a15b109a46d3e2b14d60a5c40979d5.tar.gz gcc-532c57f8c3a15b109a46d3e2b14d60a5c40979d5.tar.bz2 |
Move GNU/Hurd startfile spec from config/i386/gnu.h to config/gnu.h
Since it's not i386-specific; this makes it possible to reuse it for other
architectures.
Also, add a warning for the case gnu.h is specified before gnu-user.h, which
would cause gnu-user's version of the spec to override gnu's, and not the other
way around as it's intended. The i?86-gnu target currently specifies them in
the right order, but it's easy to accidentally put them in a wrong order.
gcc/Changelog:
* config/i386/gnu.h: Move GNU/Hurd STARTFILE_SPEC from here...
* config/gnu.h: ...to here.
Signed-off-by: Sergey Bugaev <bugaevc@gmail.com>
Diffstat (limited to 'libgcc')
0 files changed, 0 insertions, 0 deletions