summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2004-10-20 14:29:26 +0000
committerMike Frysinger <vapier@gentoo.org>2004-10-20 14:29:26 +0000
commit4b0262f028b90e3691cb2789ce8c2ce88eec4210 (patch)
treed339a9ad4ed924725b88c8227bdf032207916e04 /eclass/libtool.eclass
parentstable on ia64 (Manifest recommit) (diff)
downloadgentoo-2-4b0262f028b90e3691cb2789ce8c2ce88eec4210.tar.gz
gentoo-2-4b0262f028b90e3691cb2789ce8c2ce88eec4210.tar.bz2
gentoo-2-4b0262f028b90e3691cb2789ce8c2ce88eec4210.zip
and add a --no-uclibc in case we already took care of uclibc
Diffstat (limited to 'eclass/libtool.eclass')
-rw-r--r--eclass/libtool.eclass5
1 files changed, 4 insertions, 1 deletions
diff --git a/eclass/libtool.eclass b/eclass/libtool.eclass
index a41d03340fa5..ee763d5f6a9e 100644
--- a/eclass/libtool.eclass
+++ b/eclass/libtool.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/libtool.eclass,v 1.39 2004/10/20 14:27:10 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/libtool.eclass,v 1.40 2004/10/20 14:29:26 vapier Exp $
#
# Author: Martin Schlemmer <azarah@gentoo.org>
#
@@ -158,6 +158,9 @@ elibtoolize() {
my_dirlist=
fi
;;
+ "--no-uclibc")
+ NO_UCLIBCTOOLIZE=1
+ ;;
esac
done