⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 config.sub

📁 Debian Linux下的通讯程序
💻 SUB
📖 第 1 页 / 共 2 页
字号:
		;;	pbd)		basic_machine=sparc-tti		;;	pbb)		basic_machine=m68k-tti		;;        pc532 | pc532-*)		basic_machine=ns32k-pc532		;;	pentium-*)		# We will change tis to say i586 once there has been		# time for various packages to start to recognize that.		basic_machine=i486-`echo $basic_machine | sed 's/^[^-]*-//'`		;;	pn)		basic_machine=pn-gould		;;	ps2)		basic_machine=i386-ibm		;;	rtpc | rtpc-*)		basic_machine=romp-ibm		;;	sequent)		basic_machine=i386-sequent		;;	sh)		basic_machine=sh-hitachi		os=-hms		;;	sps7)		basic_machine=m68k-bull		os=-sysv2		;;	spur)		basic_machine=spur-unknown		;;	sun2)		basic_machine=m68000-sun		;;	sun2os3)		basic_machine=m68000-sun		os=-sunos3		;;	sun2os4)		basic_machine=m68000-sun		os=-sunos4		;;	sun3os3)		basic_machine=m68k-sun		os=-sunos3		;;	sun3os4)		basic_machine=m68k-sun		os=-sunos4		;;	sun4os3)		basic_machine=sparc-sun		os=-sunos3		;;	sun4os4)		basic_machine=sparc-sun		os=-sunos4		;;	sun3 | sun3-*)		basic_machine=m68k-sun		;;	sun4)		basic_machine=sparc-sun		;;	sun386 | sun386i | roadrunner)		basic_machine=i386-sun		;;	symmetry)		basic_machine=i386-sequent		os=-dynix		;;	tower | tower-32)		basic_machine=m68k-ncr		;;	ultra3)		basic_machine=a29k-nyu		os=-sym1		;;	vaxv)		basic_machine=vax-dec		os=-sysv		;;	vms)		basic_machine=vax-dec		os=-vms		;;	vxworks960)		basic_machine=i960-wrs		os=-vxworks		;;	vxworks68)		basic_machine=m68k-wrs		os=-vxworks		;;	xmp)		basic_machine=xmp-cray		os=-unicos		;;        xps | xps100)		basic_machine=xps100-honeywell		;;	none)		basic_machine=none-none		os=-none		;;# Here we handle the default manufacturer of certain CPU types.  It is in# some cases the only manufacturer, in others, it is the most popular.	mips)		basic_machine=mips-mips		;;	romp)		basic_machine=romp-ibm		;;	rs6000)		basic_machine=rs6000-ibm		;;	vax)		basic_machine=vax-dec		;;	pdp11)		basic_machine=pdp11-dec		;;	we32k)		basic_machine=we32k-att		;;	sparc)		basic_machine=sparc-sun		;;        cydra)		basic_machine=cydra-cydrome		;;	orion)		basic_machine=orion-highlevel		;;	orion105)		basic_machine=clipper-highlevel		;;	*)		echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2		exit 1		;;esac# Here we canonicalize certain aliases for manufacturers.case $basic_machine in	*-digital*)		basic_machine=`echo $basic_machine | sed 's/digital.*/dec/'`		;;	*-commodore*)		basic_machine=`echo $basic_machine | sed 's/commodore.*/cbm/'`		;;	*)		;;esac# Decode manufacturer-specific aliases for certain operating systems.if [ x"$os" != x"" ]thencase $os in	# -solaris* is a basic system type, with this one exception.	-solaris1 | -solaris1.*)		os=`echo $os | sed -e 's|solaris1|sunos4|'`		;;	-solaris)		os=-solaris2		;;	-gnu/linux*)		os=`echo $os | sed -e 's|gnu/linux|linux|'`		;;	# First accept the basic system types.	# The portable systems comes first.	# Each alternative must end in a *, to match a version number.	# -sysv* is not here because it comes later, after sysvr4.	-gnu* | -bsd* | -mach* | -minix* | -genix* | -ultrix* | -irix* \	      | -vms* | -sco* | -esix* | -isc* | -aix* | -sunos | -sunos[345]* \	      | -hpux* | -unos* | -osf* | -luna* | -dgux* | -solaris* | -sym* \	      | -amigados* | -msdos* | -newsos* | -unicos* | -aos* \	      | -nindy* | -vxworks* | -ebmon* | -hms* | -mvs* | -clix* \	      | -riscos* | -linux* | -uniplus* | -iris* | -rtu* | -xenix* \	      | -hiux* | -386bsd* | -netbsd* | -freebsd* | -riscix* \	      | -lynxos* | -bosx* | -nextstep* | -cxux* | -aout* | -elf* \	      | -ptx* | -coff* | -winnt* | -mint)		;;	-sunos5*)		os=`echo $os | sed -e 's|sunos5|solaris2|'`		;;	-sunos6*)		os=`echo $os | sed -e 's|sunos6|solaris3|'`		;;	-osfrose*)		os=-osfrose		;;	-osf*)		os=-osf		;;	-utek*)		os=-bsd		;;	-dynix*)		os=-bsd		;;	-acis*)		os=-aos		;;	-ctix* | -uts*)		os=-sysv		;;	-triton*)		os=-sysv3		;;	-oss*)		os=-sysv3		;;	-svr4)		os=-sysv4		;;	-svr3)		os=-sysv3		;;	-sysvr4)		os=-sysv4		;;	# This must come after -sysvr4.	-sysv*)		;;	-xenix)		os=-xenix		;;	-none)		;;	-os2)		os=-os2		;;	*)		# Get rid of the `-' at the beginning of $os.		os=`echo $os | sed 's/[^-]*-//'`		echo Invalid configuration \`$1\': system \`$os\' not recognized 1>&2		exit 1		;;esacelse# Here we handle the default operating systems that come with various machines.# The value should be what the vendor currently ships out the door with their# machine or put another way, the most popular os provided with the machine.# Note that if you're going to try to match "-MANUFACTURER" here (say,# "-sun"), then you have to tell the case statement up towards the top# that MANUFACTURER isn't an operating system.  Otherwise, code above# will signal an error saying that MANUFACTURER isn't an operating# system, and we'll never get to this point.case $basic_machine in	*-acorn)		os=-riscix1.2		;;        pdp11-*)		os=-none		;;	*-dec | vax-*)		os=-ultrix4.2		;;	i386-sun)		os=-sunos4.0.2		;;	m68000-sun)		os=-sunos3		# This also exists in the configure program, but was not the		# default.		# os=-sunos4		;;	*-tti)	# must be before sparc entry or we get the wrong os.		os=-sysv3		;;	sparc-* | *-sun)		os=-sunos4.1.1		;;	*-ibm)		os=-aix		;;	*-hp)		os=-hpux		;;	*-hitachi)		os=-hiux		;;	i860-* | *-att | *-ncr | *-altos | *-motorola | *-convergent)		os=-sysv		;;	*-cbm)		os=-amigados		;;	*-dg)		os=-dgux		;;	*-dolphin)		os=-sysv3		;;	m68k-ccur)		os=-rtu		;;	m88k-omron*)		os=-luna		;;	*-sequent)		os=-ptx		;;	*-crds)		os=-unos		;;	*-ns)		os=-genix		;;	i370-*)		os=-mvs		;;	*-next)		os=-nextstep3		;;        *-gould)		os=-sysv		;;        *-highlevel)		os=-bsd		;;	*-encore)		os=-bsd		;;        *-sgi)		os=-irix		;;	*-masscomp)		os=-rtu		;;	*)		os=-none		;;esacfi# Here we handle the case where we know the os, and the CPU type, but not the# manufacturer.  We pick the logical manufacturer.vendor=unknowncase $basic_machine in	*-unknown)		case $os in			-riscix*)				vendor=acorn				;;			-sunos*)				vendor=sun				;;			-lynxos*)				vendor=lynx				;;			-aix*)				vendor=ibm				;;			-hpux*)				vendor=hp				;;			-hiux*)				vendor=hitachi				;;			-unos*)				vendor=crds				;;			-dgux*)				vendor=dg				;;			-luna*)				vendor=omron				;;			-genix*)				vendor=ns				;;			-mvs*)				vendor=ibm				;;			-ptx*)				vendor=sequent				;;		esac		basic_machine=`echo $basic_machine | sed "s/unknown/$vendor/"`		;;esacecho $basic_machine$os

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -