亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

? 歡迎來到蟲蟲下載站! | ?? 資源下載 ?? 資源專輯 ?? 關于我們
? 蟲蟲下載站

?? configure

?? embedded system 檔案格式轉換工具源代碼
??
?? 第 1 頁 / 共 4 頁
字號:
fiac_test_CFLAGS="${CFLAGS+set}"ac_save_CFLAGS="$CFLAGS"CFLAGS=echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6echo "configure:812: checking whether ${CC-cc} accepts -g" >&5if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then  echo $ac_n "(cached) $ac_c" 1>&6else  echo 'void f(){}' > conftest.cif test -z "`${CC-cc} -g -c conftest.c 2>&1`"; then  ac_cv_prog_cc_g=yeselse  ac_cv_prog_cc_g=nofirm -f conftest*fiecho "$ac_t""$ac_cv_prog_cc_g" 1>&6if test "$ac_test_CFLAGS" = set; then  CFLAGS="$ac_save_CFLAGS"elif test $ac_cv_prog_cc_g = yes; then  if test "$GCC" = yes; then    CFLAGS="-g -O2"  else    CFLAGS="-g"  fielse  if test "$GCC" = yes; then    CFLAGS="-O2"  else    CFLAGS=  fifi# Find a good install program.  We prefer a C program (faster),# so one script is as good as another.  But avoid the broken or# incompatible versions:# SysV /etc/install, /usr/sbin/install# SunOS /usr/etc/install# IRIX /sbin/install# AIX /bin/install# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag# AFS /usr/afsws/bin/install, which mishandles nonexistent args# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"# ./install, which can be erroneously created by make from ./install.sh.echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6echo "configure:855: checking for a BSD compatible install" >&5if test -z "$INSTALL"; thenif eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then  echo $ac_n "(cached) $ac_c" 1>&6else    IFS="${IFS= 	}"; ac_save_IFS="$IFS"; IFS=":"  for ac_dir in $PATH; do    # Account for people who put trailing slashes in PATH elements.    case "$ac_dir/" in    /|./|.//|/etc/*|/usr/sbin/*|/usr/etc/*|/sbin/*|/usr/afsws/bin/*|/usr/ucb/*) ;;    *)      # OSF1 and SCO ODT 3.0 have their own names for install.      # Don't use installbsd from OSF since it installs stuff as root      # by default.      for ac_prog in ginstall scoinst install; do        if test -f $ac_dir/$ac_prog; then	  if test $ac_prog = install &&            grep dspmsg $ac_dir/$ac_prog >/dev/null 2>&1; then	    # AIX install.  It has an incompatible calling convention.	    :	  else	    ac_cv_path_install="$ac_dir/$ac_prog -c"	    break 2	  fi	fi      done      ;;    esac  done  IFS="$ac_save_IFS"fi  if test "${ac_cv_path_install+set}" = set; then    INSTALL="$ac_cv_path_install"  else    # As a last resort, use the slow shell script.  We don't cache a    # path for INSTALL within a source directory, because that will    # break other packages using the cache if that directory is    # removed, or if the path is relative.    INSTALL="$ac_install_sh"  fifiecho "$ac_t""$INSTALL" 1>&6# Use test -z because SunOS4 sh mishandles braces in ${var-val}.# It thinks the first close brace ends the variable substitution.test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL_PROGRAM}'test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'if test "$ac_libbfd" = "NONE" -o "$ac_libiberty" = "NONE" ; then	echo	echo "You need to specify the location of the libfd.a and libiberty.a"	echo "host libraries from the binutils package."	echo	echo "Run configure again specifying these options:"	echo	echo "  ./configure --target=<ARCH> --with-libbfd=<libbfd.a> --with-libiberty=<libiberty.a>"	echo	exit 1fiLDFLAGS="$LDFLAGS $ac_libbfd $ac_libiberty"echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6echo "configure:922: checking how to run the C preprocessor" >&5# On Suns, sometimes $CPP names a directory.if test -n "$CPP" && test -d "$CPP"; then  CPP=fiif test -z "$CPP"; thenif eval "test \"`echo '$''{'ac_cv_prog_CPP'+set}'`\" = set"; then  echo $ac_n "(cached) $ac_c" 1>&6else    # This must be in double quotes, not single quotes, because CPP may get  # substituted into the Makefile and "${CC-cc}" will confuse make.  CPP="${CC-cc} -E"  # On the NeXT, cc -E runs the code through the compiler's parser,  # not just through cpp.  cat > conftest.$ac_ext <<EOF#line 937 "configure"#include "confdefs.h"#include <assert.h>Syntax ErrorEOFac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"{ (eval echo configure:943: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`if test -z "$ac_err"; then  :else  echo "$ac_err" >&5  echo "configure: failed program was:" >&5  cat conftest.$ac_ext >&5  rm -rf conftest*  CPP="${CC-cc} -E -traditional-cpp"  cat > conftest.$ac_ext <<EOF#line 954 "configure"#include "confdefs.h"#include <assert.h>Syntax ErrorEOFac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"{ (eval echo configure:960: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`if test -z "$ac_err"; then  :else  echo "$ac_err" >&5  echo "configure: failed program was:" >&5  cat conftest.$ac_ext >&5  rm -rf conftest*  CPP="${CC-cc} -nologo -E"  cat > conftest.$ac_ext <<EOF#line 971 "configure"#include "confdefs.h"#include <assert.h>Syntax ErrorEOFac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"{ (eval echo configure:977: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`if test -z "$ac_err"; then  :else  echo "$ac_err" >&5  echo "configure: failed program was:" >&5  cat conftest.$ac_ext >&5  rm -rf conftest*  CPP=/lib/cppfirm -f conftest*firm -f conftest*firm -f conftest*  ac_cv_prog_CPP="$CPP"fi  CPP="$ac_cv_prog_CPP"else  ac_cv_prog_CPP="$CPP"fiecho "$ac_t""$CPP" 1>&6echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6echo "configure:1002: checking for ANSI C header files" >&5if eval "test \"`echo '$''{'ac_cv_header_stdc'+set}'`\" = set"; then  echo $ac_n "(cached) $ac_c" 1>&6else  cat > conftest.$ac_ext <<EOF#line 1007 "configure"#include "confdefs.h"#include <stdlib.h>#include <stdarg.h>#include <string.h>#include <float.h>EOFac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"{ (eval echo configure:1015: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`if test -z "$ac_err"; then  rm -rf conftest*  ac_cv_header_stdc=yeselse  echo "$ac_err" >&5  echo "configure: failed program was:" >&5  cat conftest.$ac_ext >&5  rm -rf conftest*  ac_cv_header_stdc=nofirm -f conftest*if test $ac_cv_header_stdc = yes; then  # SunOS 4.x string.h does not declare mem*, contrary to ANSI.cat > conftest.$ac_ext <<EOF#line 1032 "configure"#include "confdefs.h"#include <string.h>EOFif (eval "$ac_cpp conftest.$ac_ext") 2>&5 |  egrep "memchr" >/dev/null 2>&1; then  :else  rm -rf conftest*  ac_cv_header_stdc=nofirm -f conftest*fiif test $ac_cv_header_stdc = yes; then  # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.cat > conftest.$ac_ext <<EOF#line 1050 "configure"#include "confdefs.h"#include <stdlib.h>EOFif (eval "$ac_cpp conftest.$ac_ext") 2>&5 |  egrep "free" >/dev/null 2>&1; then  :else  rm -rf conftest*  ac_cv_header_stdc=nofirm -f conftest*fiif test $ac_cv_header_stdc = yes; then  # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.if test "$cross_compiling" = yes; then  :else  cat > conftest.$ac_ext <<EOF#line 1071 "configure"#include "confdefs.h"#include <ctype.h>#define ISLOWER(c) ('a' <= (c) && (c) <= 'z')#define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))#define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))int main () { int i; for (i = 0; i < 256; i++)if (XOR (islower (i), ISLOWER (i)) || toupper (i) != TOUPPER (i)) exit(2);exit (0); }EOFif { (eval echo configure:1082: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/nullthen  :else  echo "configure: failed program was:" >&5  cat conftest.$ac_ext >&5  rm -fr conftest*  ac_cv_header_stdc=nofirm -fr conftest*fififiecho "$ac_t""$ac_cv_header_stdc" 1>&6if test $ac_cv_header_stdc = yes; then  cat >> confdefs.h <<\EOF#define STDC_HEADERS 1EOFfifor ac_hdr in fcntl.h unistd.hdoac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6echo "configure:1109: checking for $ac_hdr" >&5if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then  echo $ac_n "(cached) $ac_c" 1>&6else  cat > conftest.$ac_ext <<EOF#line 1114 "configure"#include "confdefs.h"#include <$ac_hdr>EOFac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"{ (eval echo configure:1119: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`if test -z "$ac_err"; then  rm -rf conftest*  eval "ac_cv_header_$ac_safe=yes"else  echo "$ac_err" >&5  echo "configure: failed program was:" >&5  cat conftest.$ac_ext >&5  rm -rf conftest*  eval "ac_cv_header_$ac_safe=no"firm -f conftest*fiif eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then  echo "$ac_t""yes" 1>&6    ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`  cat >> confdefs.h <<EOF#define $ac_tr_hdr 1EOF else  echo "$ac_t""no" 1>&6fidoneecho $ac_n "checking for working const""... $ac_c" 1>&6echo "configure:1147: checking for working const" >&5if eval "test \"`echo '$''{'ac_cv_c_const'+set}'`\" = set"; then  echo $ac_n "(cached) $ac_c" 1>&6else  cat > conftest.$ac_ext <<EOF#line 1152 "configure"#include "confdefs.h"int main() {/* Ultrix mips cc rejects this.  */typedef int charset[2]; const charset x;/* SunOS 4.1.1 cc rejects this.  */char const *const *ccp;char **p;/* NEC SVR4.0.2 mips cc rejects this.  */struct point {int x, y;};static struct point const zero = {0,0};/* AIX XL C 1.02.0.0 rejects this.   It does not let you subtract one const X* pointer from another in an arm   of an if-expression whose if-part is not a constant expression */const char *g = "string";ccp = &g + (g ? g-g : 0);/* HPUX 7.0 cc rejects these. */++ccp;p = (char**) ccp;ccp = (char const *const *) p;{ /* SCO 3.2v4 cc rejects this.  */  char *t;  char const *s = 0 ? (char *) 0 : (char const *) 0;  *t++ = 0;}{ /* Someone thinks the Sun supposedly-ANSI compiler will reject this.  */  int x[] = {25, 17};  const int *foo = &x[0];  ++foo;}{ /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */  typedef const int *iptr;  iptr p = 0;  ++p;}{ /* AIX XL C 1.02.0.0 rejects this saying     "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */  struct s { int j; const int *ap[3]; };  struct s *b; b->j = 5;}{ /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */  const int foo = 10;}; return 0; }EOFif { (eval echo configure:1201: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then  rm -rf conftest*  ac_cv_c_const=yeselse  echo "configure: failed program was:" >&5  cat conftest.$ac_ext >&5  rm -rf conftest*

?? 快捷鍵說明

復制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
国产一区二区免费在线| 日韩精品一区二区在线| 日韩一区二区高清| 中文字幕一区av| 青青草国产成人av片免费| 91网站黄www| 久久久精品日韩欧美| 亚洲狠狠爱一区二区三区| 久久精品国产亚洲一区二区三区| 99久久99久久免费精品蜜臀| 久久亚洲欧美国产精品乐播| 亚洲va欧美va国产va天堂影院| 成人午夜视频福利| 精品少妇一区二区三区免费观看| 亚洲永久精品大片| 97国产精品videossex| 久久综合av免费| 日本一区中文字幕| 欧美性色欧美a在线播放| 国产精品久久久久aaaa樱花 | 777久久久精品| 一区二区激情小说| 色呦呦网站一区| 亚洲色图清纯唯美| av一区二区不卡| 欧美激情在线免费观看| 国产高清亚洲一区| 欧美国产国产综合| 国产精品一卡二卡| 亚洲国产精品成人综合 | 亚洲成人久久影院| 欧美午夜精品电影| 亚洲综合视频在线| 欧美亚洲禁片免费| 视频一区免费在线观看| 欧美一区二区美女| 美国十次综合导航| 久久综合色8888| 成人性色生活片免费看爆迷你毛片| 精品国产免费人成在线观看| 男人操女人的视频在线观看欧美| 欧美一区二区三区小说| 精品夜夜嗨av一区二区三区| 久久影院视频免费| av不卡一区二区三区| 亚洲欧美日韩系列| 欧美日韩美少妇| 蜜桃av一区二区三区| 26uuu亚洲综合色欧美| 成人永久aaa| 一二三四社区欧美黄| 7777精品伊人久久久大香线蕉经典版下载 | 337p亚洲精品色噜噜| 免费在线观看不卡| 国产日产欧产精品推荐色| 成人美女在线视频| 亚洲va天堂va国产va久| 日韩精品一区二区三区四区 | 一本色道a无线码一区v| 午夜av一区二区| 欧美成人免费网站| 99久久久久久| 婷婷久久综合九色综合伊人色| 欧美成人激情免费网| aa级大片欧美| 亚洲国产成人porn| 久久嫩草精品久久久久| 91精品办公室少妇高潮对白| 免费av成人在线| 国产精品美女久久久久高潮| 欧美日韩一区二区在线观看视频| 久久精品免费观看| 亚洲欧美另类图片小说| 日韩精品专区在线影院观看 | 欧美老女人第四色| 国产精品一区三区| 午夜一区二区三区视频| 中文字幕欧美日本乱码一线二线| 91成人免费在线| 国产成人免费在线视频| 肉丝袜脚交视频一区二区| 国产精品每日更新| 精品盗摄一区二区三区| 欧美在线观看一区二区| 粉嫩一区二区三区在线看| 五月综合激情日本mⅴ| 国产精品国产三级国产aⅴ原创| 欧美日韩国产高清一区二区| 不卡免费追剧大全电视剧网站| 美女诱惑一区二区| 夜夜揉揉日日人人青青一国产精品| 久久青草欧美一区二区三区| 91精品综合久久久久久| 欧美在线不卡视频| 91亚洲精华国产精华精华液| 精品亚洲成a人| 日韩黄色免费电影| 亚洲高清视频中文字幕| 亚洲免费观看高清| 中文字幕一区三区| 国产精品色一区二区三区| wwwwxxxxx欧美| 精品国产在天天线2019| 91精品蜜臀在线一区尤物| 一本大道久久a久久精二百| 国产69精品久久99不卡| 国产精品99久久久久久久女警| 日本少妇一区二区| 秋霞电影一区二区| 日韩av一二三| 日韩有码一区二区三区| 亚洲1区2区3区视频| 亚洲超碰精品一区二区| 香蕉乱码成人久久天堂爱免费| 亚洲午夜日本在线观看| 亚洲福利电影网| 五月综合激情网| 日本aⅴ免费视频一区二区三区| 午夜国产精品影院在线观看| 爽好久久久欧美精品| 日韩高清不卡一区二区三区| 美女视频黄久久| 激情久久五月天| 丁香啪啪综合成人亚洲小说| 成人精品高清在线| 色狠狠综合天天综合综合| 欧美性xxxxxx少妇| 欧美一区二区精品在线| 久久久噜噜噜久久人人看| 国产欧美一区二区三区网站| 国产精品久久一卡二卡| 亚洲精品高清视频在线观看| 亚洲成av人片在www色猫咪| 日韩电影在线观看一区| 国产一区在线观看麻豆| 99久久夜色精品国产网站| 色哟哟国产精品免费观看| 精品视频在线免费看| 日韩欧美成人午夜| 国产精品欧美一区喷水| 亚洲一区在线看| 精品一区二区精品| 91麻豆国产精品久久| 91精品国产一区二区三区 | 一区二区三区在线播| 日韩vs国产vs欧美| 国产精品亚洲一区二区三区妖精| 91污片在线观看| 日韩精品在线一区二区| 国产精品夫妻自拍| 青青草97国产精品免费观看 | 捆绑紧缚一区二区三区视频| 懂色av一区二区在线播放| 欧美午夜宅男影院| 久久九九久精品国产免费直播| 亚洲欧美另类在线| 韩国欧美国产一区| 91国模大尺度私拍在线视频| 日韩精品资源二区在线| 亚洲免费在线观看| 精品一区二区国语对白| 91免费观看在线| 精品国产三级电影在线观看| 亚洲制服丝袜在线| 成人精品鲁一区一区二区| 欧美一二三四在线| 亚洲色欲色欲www| 国产伦精品一区二区三区免费迷 | 亚洲成在人线在线播放| 国产精品小仙女| 91精品婷婷国产综合久久性色 | 国产福利一区二区三区视频在线| 一本一道久久a久久精品| 精品99999| 蜜臀av性久久久久蜜臀aⅴ流畅| www.亚洲激情.com| 久久这里只精品最新地址| 丝袜美腿成人在线| 在线观看日韩国产| 国产精品国产三级国产普通话99| 久久成人久久爱| 欧美日韩国产小视频| 有码一区二区三区| 91丨porny丨国产| 国产精品美女一区二区在线观看| 国精产品一区一区三区mba桃花| 欧美日韩国产美| 亚洲国产日韩一区二区| 色综合久久中文综合久久97| 中文一区二区在线观看| 国产精品中文字幕一区二区三区| 欧美大度的电影原声| 蜜桃av一区二区在线观看| 91麻豆精品国产综合久久久久久| 亚洲宅男天堂在线观看无病毒| 色视频欧美一区二区三区| 亚洲日本韩国一区| 91成人免费在线| 亚洲成av人**亚洲成av**| 欧美日韩成人一区二区|