The updated config.guess now calls linux "linux" instead of "linux-gnu"

This commit is contained in:
Brian Wellington
2001-03-16 21:44:35 +00:00
parent 1df8f692cc
commit 298273b535

View File

@@ -15,7 +15,7 @@
# NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
# WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
# $Id: ifconfig.sh,v 1.27 2001/02/12 23:06:44 bwelling Exp $
# $Id: ifconfig.sh,v 1.28 2001/03/16 21:44:35 bwelling Exp $
#
# Set up interface aliases for bind9 system tests.
@@ -44,7 +44,7 @@ case "$1" in
ifconfig lo0:$ns plumb
ifconfig lo0:$ns 10.53.0.$ns up
;;
*-*-linux-gnu)
*-*-linux*)
ifconfig lo:$ns 10.53.0.$ns up netmask 255.255.255.0
;;
*-unknown-freebsdelf3.[45])
@@ -89,7 +89,7 @@ case "$1" in
ifconfig lo0:$ns 10.53.0.$ns down
ifconfig lo0:$ns 10.53.0.$ns unplumb
;;
*-*-linux-gnu)
*-*-linux*)
ifconfig lo:$ns 10.53.0.$ns down
;;
*-unknown-freebsdelf3.[45])