| 1 | # Copyright 1999-2004 Gentoo Foundation |
1 | # Copyright 1999-2004 Gentoo Foundation |
| 2 | # Distributed under the terms of the GNU General Public License v2 |
2 | # Distributed under the terms of the GNU General Public License v2 |
| 3 | # $Header: /var/cvsroot/gentoo-x86/eclass/libtool.eclass,v 1.39 2004/10/20 14:27:10 vapier Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/eclass/libtool.eclass,v 1.40 2004/10/20 14:29:26 vapier Exp $ |
| 4 | # |
4 | # |
| 5 | # Author: Martin Schlemmer <azarah@gentoo.org> |
5 | # Author: Martin Schlemmer <azarah@gentoo.org> |
| 6 | # |
6 | # |
| 7 | # This eclass patches ltmain.sh distributed with libtoolized packages with the |
7 | # This eclass patches ltmain.sh distributed with libtoolized packages with the |
| 8 | # relink and portage patch among others |
8 | # relink and portage patch among others |
| … | |
… | |
| 155 | then |
155 | then |
| 156 | my_dirlist="${S}" |
156 | my_dirlist="${S}" |
| 157 | else |
157 | else |
| 158 | my_dirlist= |
158 | my_dirlist= |
| 159 | fi |
159 | fi |
|
|
160 | ;; |
|
|
161 | "--no-uclibc") |
|
|
162 | NO_UCLIBCTOOLIZE=1 |
| 160 | ;; |
163 | ;; |
| 161 | esac |
164 | esac |
| 162 | done |
165 | done |
| 163 | |
166 | |
| 164 | if use ppc-macos ; then |
167 | if use ppc-macos ; then |