| 1 | # Copyright 1999-2011 Gentoo Foundation |
1 | # Copyright 1999-2012 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.98 2011/12/21 21:21:04 vapier Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/eclass/libtool.eclass,v 1.99 2012/05/06 10:41:48 grobian Exp $ |
| 4 | |
4 | |
| 5 | # @ECLASS: libtool.eclass |
5 | # @ECLASS: libtool.eclass |
| 6 | # @MAINTAINER: |
6 | # @MAINTAINER: |
| 7 | # base-system@gentoo.org |
7 | # base-system@gentoo.org |
| 8 | # @BLURB: quickly update bundled libtool code |
8 | # @BLURB: quickly update bundled libtool code |
| … | |
… | |
| 180 | [[ ${do_uclibc} == "yes" ]] && elt_patches+=" uclibc-conf uclibc-ltconf" |
180 | [[ ${do_uclibc} == "yes" ]] && elt_patches+=" uclibc-conf uclibc-ltconf" |
| 181 | |
181 | |
| 182 | case ${CHOST} in |
182 | case ${CHOST} in |
| 183 | *-aix*) elt_patches+=" hardcode aixrtl aix-noundef" ;; #213277 |
183 | *-aix*) elt_patches+=" hardcode aixrtl aix-noundef" ;; #213277 |
| 184 | *-darwin*) elt_patches+=" darwin-ltconf darwin-ltmain darwin-conf" ;; |
184 | *-darwin*) elt_patches+=" darwin-ltconf darwin-ltmain darwin-conf" ;; |
|
|
185 | *-solaris*) elt_patches+=" sol2-conf" ;; |
| 185 | *-freebsd*) elt_patches+=" fbsd-conf fbsd-ltconf" ;; |
186 | *-freebsd*) elt_patches+=" fbsd-conf fbsd-ltconf" ;; |
| 186 | *-hpux*) elt_patches+=" hpux-conf deplibs hc-flag-ld hardcode hardcode-relink relink-prog no-lc" ;; |
187 | *-hpux*) elt_patches+=" hpux-conf deplibs hc-flag-ld hardcode hardcode-relink relink-prog no-lc" ;; |
| 187 | *-irix*) elt_patches+=" irix-ltmain" ;; |
188 | *-irix*) elt_patches+=" irix-ltmain" ;; |
| 188 | *-mint*) elt_patches+=" mint-conf" ;; |
189 | *-mint*) elt_patches+=" mint-conf" ;; |
| 189 | esac |
190 | esac |