From: Richard Stallman Date: Wed, 12 Aug 1992 06:51:16 +0000 (+0000) Subject: (amigaunix/amix): Use sysv4 as os. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=d56f7c6c55618ba00e2fb9a91d2bbbc1699f69be;p=gcc.git (amigaunix/amix): Use sysv4 as os. From-SVN: r1803 --- diff --git a/gcc/config.sub b/gcc/config.sub index b69b37c9c36..231355e89b4 100755 --- a/gcc/config.sub +++ b/gcc/config.sub @@ -335,7 +335,7 @@ case $basic_machine in ;; amigaunix | amix) basic_machine=m68k-cbm - os=-amix + os=-sysv4 ;; cray | ymp) basic_machine=ymp-cray @@ -470,7 +470,7 @@ case $os in # Each alternative must end in a *, to match a version number. -bsd* | -sysv* | -mach* | -minix* | -genix* | -ultrix* | -irix* \ | -vms* | -sco* | -esix* | -isc* | -aix* | -sunos* | -hpux* \ - | -unos* | -osf* | -luna* | -dgux* | -solari* | -sym* | -amix* \ + | -unos* | -osf* | -luna* | -dgux* | -solari* | -sym* \ | -amigados* | -msdos* | -newsos* | -unicos* | -aos* \ | -nindy* | -vxworks* | -ebmon* | -hds* | -m88kbcs*) ;;