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

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

?? configure

?? 對做ARM的人來說
??
?? 第 1 頁 / 共 5 頁
字號:
  fidonedonefifiCC=$ac_cv_prog_CCif test -n "$CC"; then  echo "$as_me:$LINENO: result: $CC" >&5echo "${ECHO_T}$CC" >&6else  echo "$as_me:$LINENO: result: no" >&5echo "${ECHO_T}no" >&6fi    test -n "$CC" && break  donefiif test -z "$CC"; then  ac_ct_CC=$CC  for ac_prog in cldo  # Extract the first word of "$ac_prog", so it can be a program name with args.set dummy $ac_prog; ac_word=$2echo "$as_me:$LINENO: checking for $ac_word" >&5echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6if test "${ac_cv_prog_ac_ct_CC+set}" = set; then  echo $ECHO_N "(cached) $ECHO_C" >&6else  if test -n "$ac_ct_CC"; then  ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.elseas_save_IFS=$IFS; IFS=$PATH_SEPARATORfor as_dir in $PATHdo  IFS=$as_save_IFS  test -z "$as_dir" && as_dir=.  for ac_exec_ext in '' $ac_executable_extensions; do  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then    ac_cv_prog_ac_ct_CC="$ac_prog"    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5    break 2  fidonedonefifiac_ct_CC=$ac_cv_prog_ac_ct_CCif test -n "$ac_ct_CC"; then  echo "$as_me:$LINENO: result: $ac_ct_CC" >&5echo "${ECHO_T}$ac_ct_CC" >&6else  echo "$as_me:$LINENO: result: no" >&5echo "${ECHO_T}no" >&6fi  test -n "$ac_ct_CC" && breakdone  CC=$ac_ct_CCfifitest -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATHSee \`config.log' for more details." >&5echo "$as_me: error: no acceptable C compiler found in \$PATHSee \`config.log' for more details." >&2;}   { (exit 1); exit 1; }; }# Provide some information about the compiler.echo "$as_me:$LINENO:" \     "checking for C compiler version" >&5ac_compiler=`set X $ac_compile; echo $2`{ (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5  (eval $ac_compiler --version </dev/null >&5) 2>&5  ac_status=$?  echo "$as_me:$LINENO: \$? = $ac_status" >&5  (exit $ac_status); }{ (eval echo "$as_me:$LINENO: \"$ac_compiler -v </dev/null >&5\"") >&5  (eval $ac_compiler -v </dev/null >&5) 2>&5  ac_status=$?  echo "$as_me:$LINENO: \$? = $ac_status" >&5  (exit $ac_status); }{ (eval echo "$as_me:$LINENO: \"$ac_compiler -V </dev/null >&5\"") >&5  (eval $ac_compiler -V </dev/null >&5) 2>&5  ac_status=$?  echo "$as_me:$LINENO: \$? = $ac_status" >&5  (exit $ac_status); }cat >conftest.$ac_ext <<_ACEOF/* confdefs.h.  */_ACEOFcat confdefs.h >>conftest.$ac_extcat >>conftest.$ac_ext <<_ACEOF/* end confdefs.h.  */intmain (){  ;  return 0;}_ACEOFac_clean_files_save=$ac_clean_filesac_clean_files="$ac_clean_files a.out a.exe b.out"# Try to create an executable without -o first, disregard a.out.# It will help us diagnose broken compilers, and finding out an intuition# of exeext.echo "$as_me:$LINENO: checking for C compiler default output file name" >&5echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`if { (eval echo "$as_me:$LINENO: \"$ac_link_default\"") >&5  (eval $ac_link_default) 2>&5  ac_status=$?  echo "$as_me:$LINENO: \$? = $ac_status" >&5  (exit $ac_status); }; then  # Find the output, starting from the most likely.  This scheme is# not robust to junk in `.', hence go to wildcards (a.*) only as a last# resort.# Be careful to initialize this variable, since it used to be cached.# Otherwise an old cache value of `no' led to `EXEEXT = no' in a Makefile.ac_cv_exeext=# b.out is created by i960 compilers.for ac_file in a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.outdo  test -f "$ac_file" || continue  case $ac_file in    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj )	;;    conftest.$ac_ext )	# This is the source file.	;;    [ab].out )	# We found the default executable, but exeext='' is most	# certainly right.	break;;    *.* )	ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`	# FIXME: I believe we export ac_cv_exeext for Libtool,	# but it would be cool to find out if it's true.  Does anybody	# maintain Libtool? --akim.	export ac_cv_exeext	break;;    * )	break;;  esacdoneelse  echo "$as_me: failed program was:" >&5sed 's/^/| /' conftest.$ac_ext >&5{ { echo "$as_me:$LINENO: error: C compiler cannot create executablesSee \`config.log' for more details." >&5echo "$as_me: error: C compiler cannot create executablesSee \`config.log' for more details." >&2;}   { (exit 77); exit 77; }; }fiac_exeext=$ac_cv_exeextecho "$as_me:$LINENO: result: $ac_file" >&5echo "${ECHO_T}$ac_file" >&6# Check the compiler produces executables we can run.  If not, either# the compiler is broken, or we cross compile.echo "$as_me:$LINENO: checking whether the C compiler works" >&5echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6# FIXME: These cross compiler hacks should be removed for Autoconf 3.0# If not cross compiling, check that we can run a simple program.if test "$cross_compiling" != yes; then  if { ac_try='./$ac_file'  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5  (eval $ac_try) 2>&5  ac_status=$?  echo "$as_me:$LINENO: \$? = $ac_status" >&5  (exit $ac_status); }; }; then    cross_compiling=no  else    if test "$cross_compiling" = maybe; then	cross_compiling=yes    else	{ { echo "$as_me:$LINENO: error: cannot run C compiled programs.If you meant to cross compile, use \`--host'.See \`config.log' for more details." >&5echo "$as_me: error: cannot run C compiled programs.If you meant to cross compile, use \`--host'.See \`config.log' for more details." >&2;}   { (exit 1); exit 1; }; }    fi  fifiecho "$as_me:$LINENO: result: yes" >&5echo "${ECHO_T}yes" >&6rm -f a.out a.exe conftest$ac_cv_exeext b.outac_clean_files=$ac_clean_files_save# Check the compiler produces executables we can run.  If not, either# the compiler is broken, or we cross compile.echo "$as_me:$LINENO: checking whether we are cross compiling" >&5echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6echo "$as_me:$LINENO: result: $cross_compiling" >&5echo "${ECHO_T}$cross_compiling" >&6echo "$as_me:$LINENO: checking for suffix of executables" >&5echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5  (eval $ac_link) 2>&5  ac_status=$?  echo "$as_me:$LINENO: \$? = $ac_status" >&5  (exit $ac_status); }; then  # If both `conftest.exe' and `conftest' are `present' (well, observable)# catch `conftest.exe'.  For instance with Cygwin, `ls conftest' will# work properly (i.e., refer to `conftest.exe'), while it won't with# `rm'.for ac_file in conftest.exe conftest conftest.*; do  test -f "$ac_file" || continue  case $ac_file in    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj ) ;;    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`	  export ac_cv_exeext	  break;;    * ) break;;  esacdoneelse  { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and linkSee \`config.log' for more details." >&5echo "$as_me: error: cannot compute suffix of executables: cannot compile and linkSee \`config.log' for more details." >&2;}   { (exit 1); exit 1; }; }firm -f conftest$ac_cv_exeextecho "$as_me:$LINENO: result: $ac_cv_exeext" >&5echo "${ECHO_T}$ac_cv_exeext" >&6rm -f conftest.$ac_extEXEEXT=$ac_cv_exeextac_exeext=$EXEEXTecho "$as_me:$LINENO: checking for suffix of object files" >&5echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6if test "${ac_cv_objext+set}" = set; then  echo $ECHO_N "(cached) $ECHO_C" >&6else  cat >conftest.$ac_ext <<_ACEOF/* confdefs.h.  */_ACEOFcat confdefs.h >>conftest.$ac_extcat >>conftest.$ac_ext <<_ACEOF/* end confdefs.h.  */intmain (){  ;  return 0;}_ACEOFrm -f conftest.o conftest.objif { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5  (eval $ac_compile) 2>&5  ac_status=$?  echo "$as_me:$LINENO: \$? = $ac_status" >&5  (exit $ac_status); }; then  for ac_file in `(ls conftest.o conftest.obj; ls conftest.*) 2>/dev/null`; do  case $ac_file in    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg ) ;;    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`       break;;  esacdoneelse  echo "$as_me: failed program was:" >&5sed 's/^/| /' conftest.$ac_ext >&5{ { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compileSee \`config.log' for more details." >&5echo "$as_me: error: cannot compute suffix of object files: cannot compileSee \`config.log' for more details." >&2;}   { (exit 1); exit 1; }; }firm -f conftest.$ac_cv_objext conftest.$ac_extfiecho "$as_me:$LINENO: result: $ac_cv_objext" >&5echo "${ECHO_T}$ac_cv_objext" >&6OBJEXT=$ac_cv_objextac_objext=$OBJEXTecho "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6if test "${ac_cv_c_compiler_gnu+set}" = set; then  echo $ECHO_N "(cached) $ECHO_C" >&6else  cat >conftest.$ac_ext <<_ACEOF/* confdefs.h.  */_ACEOFcat confdefs.h >>conftest.$ac_extcat >>conftest.$ac_ext <<_ACEOF/* end confdefs.h.  */intmain (){#ifndef __GNUC__       choke me#endif  ;  return 0;}_ACEOFrm -f conftest.$ac_objextif { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5  (eval $ac_compile) 2>conftest.er1  ac_status=$?  grep -v '^ *+' conftest.er1 >conftest.err  rm -f conftest.er1  cat conftest.err >&5  echo "$as_me:$LINENO: \$? = $ac_status" >&5  (exit $ac_status); } &&	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5  (eval $ac_try) 2>&5  ac_status=$?  echo "$as_me:$LINENO: \$? = $ac_status" >&5  (exit $ac_status); }; } &&	 { ac_try='test -s conftest.$ac_objext'  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5  (eval $ac_try) 2>&5  ac_status=$?  echo "$as_me:$LINENO: \$? = $ac_status" >&5  (exit $ac_status); }; }; then  ac_compiler_gnu=yeselse  echo "$as_me: failed program was:" >&5sed 's/^/| /' conftest.$ac_ext >&5ac_compiler_gnu=nofirm -f conftest.err conftest.$ac_objext conftest.$ac_extac_cv_c_compiler_gnu=$ac_compiler_gnufiecho "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6GCC=`test $ac_compiler_gnu = yes && echo yes`ac_test_CFLAGS=${CFLAGS+set}ac_save_CFLAGS=$CFLAGSCFLAGS="-g"echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6if test "${ac_cv_prog_cc_g+set}" = set; then  echo $ECHO_N "(cached) $ECHO_C" >&6else  cat >conftest.$ac_ext <<_ACEOF/* confdefs.h.  */_ACEOFcat confdefs.h >>conftest.$ac_extcat >>conftest.$ac_ext <<_ACEOF/* end confdefs.h.  */intmain (){  ;  return 0;}_ACEOFrm -f conftest.$ac_objextif { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5  (eval $ac_compile) 2>conftest.er1  ac_status=$?  grep -v '^ *+' conftest.er1 >conftest.err  rm -f conftest.er1  cat conftest.err >&5  echo "$as_me:$LINENO: \$? = $ac_status" >&5  (exit $ac_status); } &&	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5  (eval $ac_try) 2>&5  ac_status=$?  echo "$as_me:$LINENO: \$? = $ac_status" >&5  (exit $ac_status); }; } &&	 { ac_try='test -s conftest.$ac_objext'  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5  (eval $ac_try) 2>&5  ac_status=$?  echo "$as_me:$LINENO: \$? = $ac_status" >&5  (exit $ac_status); }; }; then  ac_cv_prog_cc_g=yeselse  echo "$as_me: failed program was:" >&5sed 's/^/| /' conftest.$ac_ext >&5ac_cv_prog_cc_g=nofirm -f conftest.err conftest.$ac_objext conftest.$ac_extfiecho "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5echo "${ECHO_T}$ac_cv_prog_cc_g" >&6if test "$ac_test_CFLAGS" = set; then  CFLAGS=$ac_save_CFLAGSelif 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"

?? 快捷鍵說明

復制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
国产午夜一区二区三区| 激情丁香综合五月| 国产成人免费xxxxxxxx| 欧美一区二区日韩| 日本va欧美va精品| 欧美日韩一级视频| 中国色在线观看另类| 国产福利一区在线| 欧美成人综合网站| 精品一区二区三区蜜桃| 久久久不卡网国产精品一区| 成人午夜激情片| 亚洲桃色在线一区| 欧美性色黄大片| 亚洲乱码国产乱码精品精98午夜| 99久久精品国产导航| 国产日韩欧美一区二区三区综合| 国产成人综合亚洲91猫咪| 国产精品久久久久久亚洲毛片| 91在线观看视频| 性感美女极品91精品| 555www色欧美视频| 不卡的电影网站| 丝袜a∨在线一区二区三区不卡| 3d成人h动漫网站入口| 美女视频黄 久久| 国产精品视频第一区| 欧洲生活片亚洲生活在线观看| 日本视频中文字幕一区二区三区| 精品国产亚洲在线| 欧美在线免费视屏| 成人动漫精品一区二区| 亚洲成人久久影院| 中文字幕欧美三区| 日韩免费看网站| 欧美日韩中字一区| 波多野结衣中文一区| 久久激情综合网| 亚洲自拍欧美精品| 亚洲免费三区一区二区| 国产亚洲综合av| 精品国产三级a在线观看| 日韩一区二区三区高清免费看看| 日韩欧美中文字幕公布| 日韩欧美激情一区| 亚洲成国产人片在线观看| 日本伊人精品一区二区三区观看方式| 日韩一级高清毛片| 7777精品伊人久久久大香线蕉的 | 色婷婷激情一区二区三区| 天堂资源在线中文精品| 亚洲18色成人| 国产在线国偷精品免费看| 国产一区二区三区黄视频| 粉嫩嫩av羞羞动漫久久久| 不卡欧美aaaaa| 91性感美女视频| 欧美日韩精品二区第二页| 日韩视频一区在线观看| 中文字幕精品一区二区精品绿巨人 | 国产成人午夜精品5599| 成人精品小蝌蚪| 91精品国产乱码| 亚洲精选视频在线| 国产美女久久久久| 成人va在线观看| 欧美精品在线观看播放| 国产欧美日韩中文久久| 天天综合网 天天综合色| 国产精品一区二区三区网站| 91精品在线免费观看| 亚洲精品乱码久久久久久黑人| 激情综合网av| 欧美喷潮久久久xxxxx| 国产精品美日韩| 免费成人在线播放| 欧美午夜宅男影院| 综合久久综合久久| 亚洲成人av免费| av不卡在线观看| 中文字幕亚洲电影| 91成人免费网站| 国产亚洲欧美激情| 狠狠色丁香久久婷婷综| 久久综合丝袜日本网| 国产一区二区三区黄视频| 久久夜色精品国产欧美乱极品| 国产在线日韩欧美| 国产精品污网站| 欧美伊人久久久久久久久影院| 婷婷夜色潮精品综合在线| 日韩一级黄色片| 成人午夜免费电影| 午夜精品福利在线| 久久人人爽人人爽| 91黄视频在线观看| 麻豆一区二区99久久久久| 日韩福利电影在线观看| 久久99久久99| 91极品美女在线| 国产精品免费人成网站| 99久久综合国产精品| 亚洲成人精品影院| 日韩美女一区二区三区四区| 国产在线麻豆精品观看| 国产精品免费视频网站| 91免费观看国产| 天天综合日日夜夜精品| 日韩一区二区三区电影| 国产成a人亚洲精品| 一区二区三区在线免费观看| 在线不卡中文字幕| 日韩精品乱码免费| 国产性色一区二区| 欧美视频一区二区三区在线观看| 激情成人综合网| 亚洲狠狠爱一区二区三区| 国产欧美一区二区精品久导航 | 懂色av中文字幕一区二区三区| 夜夜亚洲天天久久| 日韩免费视频一区二区| 色综合一个色综合| 国产精品一级片在线观看| 一区二区在线观看视频| 亚洲国产高清在线| 欧美精品乱码久久久久久按摩| av亚洲精华国产精华| 久久99国产精品久久99果冻传媒| 亚洲国产日韩综合久久精品| 欧美国产一区二区在线观看| 日韩一区二区在线播放| 欧美日韩激情一区二区三区| 99久久国产综合精品色伊| 国产白丝精品91爽爽久久| 久久国产精品72免费观看| 三级影片在线观看欧美日韩一区二区 | 成人综合在线观看| 久久电影网站中文字幕| 久久97超碰国产精品超碰| 国产自产视频一区二区三区| 国产成人在线免费观看| 国产精品1区2区3区在线观看| 国产在线精品国自产拍免费| 69堂亚洲精品首页| 色婷婷综合视频在线观看| 在线播放一区二区三区| 欧美激情在线免费观看| 亚洲一区二区三区国产| 麻豆国产91在线播放| 色综合色狠狠综合色| 久热成人在线视频| 一区二区三区不卡在线观看 | 6080yy午夜一二三区久久| 久久综合给合久久狠狠狠97色69| 最新日韩av在线| 大桥未久av一区二区三区中文| 7777女厕盗摄久久久| 一个色在线综合| 91视频免费观看| 国产精品对白交换视频| 午夜精品久久久久影视| 国产成人精品一区二区三区四区| 91理论电影在线观看| 精品久久久久香蕉网| 五月综合激情婷婷六月色窝| 成人动漫一区二区三区| 久久夜色精品国产噜噜av| 午夜欧美2019年伦理| 91成人国产精品| 国产精品成人一区二区艾草 | 亚洲国产日韩av| 99re6这里只有精品视频在线观看 99re8在线精品视频免费播放 | 精品国产3级a| 国产综合色在线| 91精品国产乱| 免费三级欧美电影| 欧美亚一区二区| 亚洲视频1区2区| 99久久伊人久久99| 成人欧美一区二区三区黑人麻豆| 精品一区二区三区免费视频| 日韩欧美资源站| 精品亚洲免费视频| 国产女人18水真多18精品一级做| 国产乱码精品一区二区三区av | 无吗不卡中文字幕| 91精品国产欧美一区二区| 日本三级韩国三级欧美三级| 欧美一区二区三区人| 久久国产精品免费| 欧美高清在线一区二区| 91成人在线免费观看| 视频在线在亚洲| 久久精品无码一区二区三区| 99国产精品久久久久久久久久 | 午夜在线电影亚洲一区| 欧美一区二区三区免费视频 | 国产成人精品一区二区三区四区| 自拍偷拍国产精品| 91精品国产综合久久久久久久久久 |