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

📄 configure.in

📁 早期freebsd实现
💻 IN
字号:
# This file is a shell script fragment that supplies the information# necessary for a configure script to process the program in# this directory.  For more information, look at ../configure.configdirs=srctrigger=getopt1.csrcname="-liberty library"# per-host:files="alloca-norm.h"links="alloca-conf.h"case "${host}" in  mips-sgi-irix4)	  host_makefile_frag=config/mh-irix4	  ;;  rs6000-ibm-aix*)	  host_makefile_frag=config/mh-aix	  files="alloca-botch.h"	  ;;  m68k-apollo-bsd*)	  host_makefile_frag=config/mh-a68bsd 	  ;;  m68k-apollo-sysv*)	  host_makefile_frag=config/mh-apollo68	  ;;  i[34]86-ncr-sysv4*)	  host_makefile_frag=config/mh-ncr3000 	  ;;  *-*-sysv* | m88k-dg-dgux | mips-sgi-irix* | m88k-motorola-m88kbcs )	  host_makefile_frag=config/mh-sysv	  ;;  *-sun-solaris2* )	  host_makefile_frag=config/mh-solaris	  ;;  *-*-sysv4 )	  host_makefile_frag=config/mh-sysv4	  ;;esac# per-target:

⌨️ 快捷键说明

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