]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
Fix hppa64-hpux11 build to remove source paths from embedded path.
authorJohn David Anglin <danglin@gcc.gnu.org>
Mon, 7 Aug 2023 11:07:34 +0000 (13:07 +0200)
committerAlan Modra <amodra@gmail.com>
Sat, 12 Aug 2023 00:55:06 +0000 (10:25 +0930)
commita55212c34e401e667808d0bf0a2f6b6b9f8db3ed
treef252ce249a00e4454b01ac5183e933b059f89938
parentf34b00a4362dd9bd6a05ca796d40e42656291d23
Fix hppa64-hpux11 build to remove source paths from embedded path.

This change adds the +nodefaultrpath ld option to remove all library
paths that were specified with the -L option from the embedded path.

* libtool.m4 (archive_cmds): Add +nodefaultrpath ld option on
hppa64-*-hpux11*.
libtool.m4