comparison configure @ 49214:36655436667a

(m68k-motorola-sysv): Removed (obsolete).
author Francesco Potortì <pot@gnu.org>
date Mon, 13 Jan 2003 23:12:05 +0000
parents df17d939ba8b
children 2cbb0b823e83
comparison
equal deleted inserted replaced
49213:07f70ad1cf1e 49214:36655436667a
1872 ;; 1872 ;;
1873 mips-dec-mach_bsd4.3* ) 1873 mips-dec-mach_bsd4.3* )
1874 machine=pmax opsys=mach-bsd4-3 1874 machine=pmax opsys=mach-bsd4-3
1875 ;; 1875 ;;
1876 1876
1877 ## Motorola Delta machines 1877 ## Motorola Delta m88k
1878 m68k-motorola-sysv* | m68000-motorola-sysv* )
1879 machine=delta opsys=usg5-3
1880 if test -z "`type gnucc | grep 'not found'`"
1881 then
1882 if test -s /etc/167config
1883 then CC="gnucc -m68040"
1884 else CC="gnucc -m68881"
1885 fi
1886 else
1887 if test -z "`type gcc | grep 'not found'`"
1888 then CC=gcc
1889 else CC=cc
1890 fi
1891 fi
1892 ;;
1893 m88k-motorola-sysv4* ) 1878 m88k-motorola-sysv4* )
1894 # jbotte@bnr.ca says that UNIX_System_V <hostName> 4.0 R40V4.3 m88k mc88110 1879 # jbotte@bnr.ca says that UNIX_System_V <hostName> 4.0 R40V4.3 m88k mc88110
1895 # needs POSIX_SIGNALS and therefore needs usg5-4-2. 1880 # needs POSIX_SIGNALS and therefore needs usg5-4-2.
1896 # I hope there are not other 4.0 versions for this machine 1881 # I hope there are not other 4.0 versions for this machine
1897 # which really need usg5-4 instead. 1882 # which really need usg5-4 instead.