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

Re: [PATCH] sha1dc: update from upstream

2019-05-16 Thread Osipov, Michael
Am 2019-05-16 um 10:31 schrieb Ævar Arnfjörð Bjarmason: On Thu, May 16 2019, Osipov, Michael wrote: Am 2019-05-15 um 13:48 schrieb Ævar Arnfjörð Bjarmason: On Tue, May 14 2019, Osipov, Michael wrote: Hi, Am 2019-05-14 um 00:17 schrieb Ævar Arnfjörð Bjarmason: Update sha1dc from the

Re: [PATCH] sha1dc: update from upstream

2019-05-16 Thread Osipov, Michael
Am 2019-05-15 um 13:48 schrieb Ævar Arnfjörð Bjarmason: On Tue, May 14 2019, Osipov, Michael wrote: Hi, Am 2019-05-14 um 00:17 schrieb Ævar Arnfjörð Bjarmason: Update sha1dc from the latest version by the upstream maintainer[1]. See 07a20f569b ("Makefile: fix unaligned loads in s

Re: [PATCH] sha1dc: update from upstream

2019-05-14 Thread Osipov, Michael
arcstevens/sha1collisiondetection/pull/50 Signed-off-by: Ævar Arnfjörð Bjarmason --- n Thu, May 09 2019, Osipov, Michael wrote: Hey there, Am 2019-05-09 um 09:32 schrieb Ævar Arnfjörð Bjarmason: On Wed, May 08 2019, Osipov, Michael wrote: Hi folks, Hi see Documentation/SubmittingPatches for how

Re: [PATCH] Improving HP-UX support

2019-05-09 Thread Osipov, Michael
Hey there, Am 2019-05-09 um 09:32 schrieb Ævar Arnfjörð Bjarmason: On Wed, May 08 2019, Osipov, Michael wrote: Hi folks, Hi see Documentation/SubmittingPatches for how to submit patches inline instead of as attachments. Do you want me to resend the configure.ac change as per wiki article

[PATCH] Improving HP-UX support

2019-05-08 Thread Osipov, Michael
Hi folks, please find a patch attached to properly compile and link Git 2.21.0 on HP-UX IA64. The patch includes basically two changes: * Detection of big endian on HP-UX otherwise SHA1 calc is broken * Detection of linking style with HP aCC export PREFIX=/opt/ports export LIBDIR=$PREFIX/li