aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoland McGrath <roland@gcc.gnu.org>1993-09-10 05:01:21 +0000
committerRoland McGrath <roland@gcc.gnu.org>1993-09-10 05:01:21 +0000
commit94a6c46f8ca1fe46992bc8c8e209b0d5fbdfda9f (patch)
treec60af01690af68c5ca930f596db299584a9026d1
parent7a1487cd7790ad35898c4ba208935990fea1b846 (diff)
downloadgcc-94a6c46f8ca1fe46992bc8c8e209b0d5fbdfda9f.zip
gcc-94a6c46f8ca1fe46992bc8c8e209b0d5fbdfda9f.tar.gz
gcc-94a6c46f8ca1fe46992bc8c8e209b0d5fbdfda9f.tar.bz2
Recognize operating system `netbsd*'.
From-SVN: r5302
-rwxr-xr-xgcc/config.sub2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config.sub b/gcc/config.sub
index 0e6efcf..db61b9d 100755
--- a/gcc/config.sub
+++ b/gcc/config.sub
@@ -518,7 +518,7 @@ case $os in
| -amigados* | -msdos* | -newsos* | -unicos* | -aos* \
| -nindy* | -vxworks* | -ebmon* | -hms* | -mvs* | -clix* \
| -riscos* | -linux* | -uniplus* | -iris* | -rtu* | -xenix* \
- | -386bsd* | -lynxos*)
+ | -386bsd* | -netbsd* | -lynxos*)
;;
-sunos5*)
os=`echo $os | sed -e 's|sunos5|solaris2|'`