Re: [PATCH] configure: Detect linking style for HP aCC on HP-UX

2019-06-07 Thread Junio C Hamano
"Osipov, Michael" writes: > Am 2019-05-16 um 11:34 schrieb Ævar Arnfjörð Bjarmason: >> From: Michael Osipov >> >> HP aCC does not accept any of the previously tested CC_LD_DYNPATH >> formats, but only its own[1] "-Wl,+b" format. Add it to configure.ac. >> >> 1. http://nixdoc.net/man-pages/hp-ux/

Re: [PATCH] configure: Detect linking style for HP aCC on HP-UX

2019-06-07 Thread Osipov, Michael
Am 2019-05-16 um 11:34 schrieb Ævar Arnfjörð Bjarmason: From: Michael Osipov HP aCC does not accept any of the previously tested CC_LD_DYNPATH formats, but only its own[1] "-Wl,+b" format. Add it to configure.ac. 1. http://nixdoc.net/man-pages/hp-ux/man1/ld_pa.1.html Signed-off-by: Michael

[PATCH] configure: Detect linking style for HP aCC on HP-UX

2019-05-16 Thread Ævar Arnfjörð Bjarmason
From: Michael Osipov HP aCC does not accept any of the previously tested CC_LD_DYNPATH formats, but only its own[1] "-Wl,+b" format. Add it to configure.ac. 1. http://nixdoc.net/man-pages/hp-ux/man1/ld_pa.1.html Signed-off-by: Michael Osipov Signed-off-by: Ævar Arnfjörð Bjarmason --- I took