| 1 | #!/bin/bash |
|
|
| 2 | # Copyright 1999-2002 Gentoo Technologies, Inc. |
1 | # Copyright 1999-2002 Gentoo Technologies, Inc. |
| 3 | # Distributed under the terms of the GNU General Public License v2 |
2 | # Distributed under the terms of the GNU General Public License v2 |
| 4 | # Author: Will Woods <wwoods@gentoo.org> |
3 | # Author: Will Woods <wwoods@gentoo.org> |
| 5 | # $Header: /var/cvsroot/gentoo-x86/eclass/gnuconfig.eclass,v 1.2 2002/10/25 19:55:52 vapier Exp $ |
4 | # $Header: /var/cvsroot/gentoo-x86/eclass/gnuconfig.eclass,v 1.3 2002/10/25 19:57:51 vapier Exp $ |
| 6 | # This eclass updates config.guess and config.sub. This is useful if |
5 | # This eclass updates config.guess and config.sub. This is useful if |
| 7 | # configure dies from misguessing your canonical system name (CHOST). |
6 | # configure dies from misguessing your canonical system name (CHOST). |
| 8 | |
7 | |
| 9 | ECLASS=gnuconfig |
8 | ECLASS=gnuconfig |
| 10 | INHERITED="$INHERITED $ECLASS" |
9 | INHERITED="$INHERITED $ECLASS" |