summaryrefslogtreecommitdiff
path: root/config/config.sub
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2003-10-06 17:42:22 +0000
committerJim Meyering <jim@meyering.net>2003-10-06 17:42:22 +0000
commit159100e71061b96b612d6a76130fef01729670f0 (patch)
treef8e8c3825bb9b08a7707babeb3a59dcb1c53ea7c /config/config.sub
parent8ae169aa8d415fbd171de02119545a626816c117 (diff)
downloadcoreutils-159100e71061b96b612d6a76130fef01729670f0.tar.xz
.
Diffstat (limited to 'config/config.sub')
-rw-r--r--config/config.sub7
1 files changed, 5 insertions, 2 deletions
diff --git a/config/config.sub b/config/config.sub
index 6eea72728..689009918 100644
--- a/config/config.sub
+++ b/config/config.sub
@@ -3,7 +3,7 @@
# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
# 2000, 2001, 2002, 2003 Free Software Foundation, Inc.
-timestamp='2003-07-17'
+timestamp='2003-08-18'
# This file is (in principle) common to ALL GNU software.
# The presence of a machine in this file suggests that SOME GNU software
@@ -118,7 +118,7 @@ esac
# Here we must recognize all the valid KERNEL-OS combinations.
maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'`
case $maybe_os in
- nto-qnx* | linux-gnu* | kfreebsd*-gnu* | netbsd*-gnu* | storm-chaos* | os2-emx* | rtmk-nova*)
+ nto-qnx* | linux-gnu* | linux-dietlibc | kfreebsd*-gnu* | netbsd*-gnu* | storm-chaos* | os2-emx* | rtmk-nova*)
os=-$maybe_os
basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`
;;
@@ -1165,6 +1165,9 @@ case $os in
-mac*)
os=`echo $os | sed -e 's|mac|macos|'`
;;
+ -linux-dietlibc)
+ os=-linux-dietlibc
+ ;;
-linux*)
os=`echo $os | sed -e 's|linux|linux-gnu|'`
;;