From 234b9459eb851bdf2d64861e596cf0a8acbb1e92 Mon Sep 17 00:00:00 2001 From: Michael Osipov <1983-01-06@gmx.net> Date: Thu, 14 Aug 2014 15:48:11 +0200 Subject: Fix HP-UX build support Rename hpux10.exports to hpux.exports. In the HP-UX section of shlib.conf, remove '+s' because it just specifies a default, add a MAKE_SHLIB_COMMAND, and set SHLIBEXT based on the host CPU. [ghudson@mit.edu: squashed commits, condensed commit message] (cherry picked from commit fdd1c69471bbe5fec0da9f9bcaa9d0a7739db77f) ticket: 7990 version_fixed: 1.13 status: resolved --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 96cf3c3..716b322 100644 --- a/.gitignore +++ b/.gitignore @@ -7,6 +7,7 @@ *.so binutils.versions darwin.exports +hpux.exports lib*.so.* Makefile OBJS.* -- cgit v1.1