Re: [committed] Fix hppa64-hpux11 build to remove source paths from embedded path.

2020-12-01 Thread John David Anglin
On 2020-12-01 4:29 a.m., Iain Sandoe wrote: > It seems that you didn’t apply (or generate?) the gcc/configure change from > the libtool one. > > Happy to do that before applying mine - but thought you might want to check > first, > thanks Yes please.  It should have been regenerated. Thanks, Dav

Re: [committed] Fix hppa64-hpux11 build to remove source paths from embedded path.

2020-12-01 Thread Iain Sandoe
Hi Dave, John David Anglin wrote: Fix hppa64-hpux11 build to remove source build 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. Without this options, the emebedded path fo

[committed] Fix hppa64-hpux11 build to remove source paths from embedded path.

2020-11-29 Thread John David Anglin
Fix hppa64-hpux11 build to remove source build 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. Without this options, the emebedded path for installed shared libraries contains pat