diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-10-20 14:29:26 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-10-20 14:29:26 +0000 |
commit | 62652ff1ac5c88a0d6d5cc37b430176ee383c64d (patch) | |
tree | bab114a0d7b382c956492813903a571d2a440a63 /eclass/libtool.eclass | |
parent | stable on ia64 (diff) | |
download | historical-62652ff1ac5c88a0d6d5cc37b430176ee383c64d.tar.gz historical-62652ff1ac5c88a0d6d5cc37b430176ee383c64d.tar.bz2 historical-62652ff1ac5c88a0d6d5cc37b430176ee383c64d.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.eclass | 5 |
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 |