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