diff options
author | Steve Chamberlain <steve@cygnus> | 1991-10-11 16:50:53 +0000 |
---|---|---|
committer | Steve Chamberlain <steve@cygnus> | 1991-10-11 16:50:53 +0000 |
commit | 273663141e48c619dfd3ca5ae69fa2b469744118 (patch) | |
tree | 4404472367b0879b2bc0af7663940c202436df5e /config.sub | |
parent | 23d44ec95802740e3742f2bab0282c908d8c7dcd (diff) | |
download | binutils-273663141e48c619dfd3ca5ae69fa2b469744118.tar.gz binutils-273663141e48c619dfd3ca5ae69fa2b469744118.tar.bz2 binutils-273663141e48c619dfd3ca5ae69fa2b469744118.zip |
Added ebmon to os list
Diffstat (limited to 'config.sub')
-rwxr-xr-x | config.sub | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/config.sub b/config.sub index 6c9012dfce6..d8d47316e49 100755 --- a/config.sub +++ b/config.sub @@ -430,7 +430,8 @@ esac # verify that the os is known, if it exists. case "${os}" in -aix* | aout | bout | bsd* | coff | ctix* | dgux* | dynix* | esix* | hpux* \ +aix* | aout | bout | bsd* | coff | ctix* | dgux* | dynix* | esix* \ + | ebmon | hpux* \ | hds | irix* | isc* | kern | mach* | msdos* | newsos* | nindy* | none \ | osf* | sco* | sunos* | sysv* | ultrix* | unos* | v88r* \ | vms* | vxworks* | sym[1-9]* | unicos* | uts | svr4 \ |