diff options
author | John David Anglin <danglin@gcc.gnu.org> | 2021-08-21 18:53:44 +0000 |
---|---|---|
committer | John David Anglin <danglin@gcc.gnu.org> | 2021-08-21 18:53:44 +0000 |
commit | 776bd8a4e09646d0f77b5cd47c47bc42cf437ecd (patch) | |
tree | d12fb475072047aeac598e4442e619bd63384ddb /libgcc | |
parent | 304ec0d1d9f177e059e695fbe11d93f99f6f14e0 (diff) | |
download | gcc-776bd8a4e09646d0f77b5cd47c47bc42cf437ecd.zip gcc-776bd8a4e09646d0f77b5cd47c47bc42cf437ecd.tar.gz gcc-776bd8a4e09646d0f77b5cd47c47bc42cf437ecd.tar.bz2 |
Don't build libgcc_stub.a on hppa[12]*-*-hpux11*.
2021-08-21 John David Anglin <danglin@gcc.gnu.org>
libgcc/ChangeLog:
* config.host: Remove extra_parts from hppa[12]*-*-hpux11* case.
Diffstat (limited to 'libgcc')
-rw-r--r-- | libgcc/config.host | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libgcc/config.host b/libgcc/config.host index 8ca7a00..8b63674 100644 --- a/libgcc/config.host +++ b/libgcc/config.host @@ -667,7 +667,6 @@ hppa[12]*-*-hpux11*) tmake_file="$tmake_file pa/t-slibgcc-dwarf-ver" fi tmake_file="$tmake_file pa/t-slibgcc-hpux t-slibgcc-hpux" - extra_parts="libgcc_stub.a" md_unwind_header=pa/hpux-unwind.h ;; hppa*-*-openbsd*) |