summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabian Groffen <grobian@gentoo.org>2009-10-08 19:54:40 +0000
committerFabian Groffen <grobian@gentoo.org>2009-10-08 19:54:40 +0000
commit3e0ddf1bf6091cdda991136bfa3945ee89c5a3ef (patch)
tree78759f54c455d1f11b52a2adfa3b979c4b467061 /eclass/multilib.eclass
parentfixed modprobe.d file (.conf extension) + removed old version. (diff)
downloadgentoo-2-3e0ddf1bf6091cdda991136bfa3945ee89c5a3ef.tar.gz
gentoo-2-3e0ddf1bf6091cdda991136bfa3945ee89c5a3ef.tar.bz2
gentoo-2-3e0ddf1bf6091cdda991136bfa3945ee89c5a3ef.zip
add hppa*-hpux support to get_libname
Diffstat (limited to 'eclass/multilib.eclass')
-rw-r--r--eclass/multilib.eclass3
1 files changed, 2 insertions, 1 deletions
diff --git a/eclass/multilib.eclass b/eclass/multilib.eclass
index 9a7e1d2b6182..23c6d09f3060 100644
--- a/eclass/multilib.eclass
+++ b/eclass/multilib.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/multilib.eclass,v 1.74 2009/06/14 11:40:14 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/multilib.eclass,v 1.75 2009/10/08 19:54:40 grobian Exp $
# @ECLASS: multilib.eclass
# @MAINTAINER:
@@ -532,6 +532,7 @@ get_libname() {
*-darwin*) libname="dylib";;
*-aix*) libname="a";;
*-mint*) libname="irrelevant";;
+ hppa*-hpux*) libname="sl";;
*) libname="so";;
esac