Commit 6d7afc4f by Roland McGrath

(os handling): Recognize `linux' as a valid os.

From-SVN: r2282
parent a06865af
......@@ -473,7 +473,8 @@ case $os in
| -vms* | -sco* | -esix* | -isc* | -aix* | -sunos* | -hpux* \
| -unos* | -osf* | -luna* | -dgux* | -solari* | -sym* \
| -amigados* | -msdos* | -newsos* | -unicos* | -aos* \
| -nindy* | -vxworks* | -ebmon* | -hds* | -m88kbcs* | -riscos*)
| -nindy* | -vxworks* | -ebmon* | -hds* | -m88kbcs* \
| -riscos* | -linux* )
;;
-osfrose*)
os=-osfrose
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment