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

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

?? configure

?? 對做ARM的人來說
??
?? 第 1 頁 / 共 5 頁
字號:
      ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;    *) ac_arg=$ac_var=$ac_new_val ;;    esac    case " $ac_configure_args " in      *" '$ac_arg' "*) ;; # Avoid dups.  Use of quotes ensures accuracy.      *) ac_configure_args="$ac_configure_args '$ac_arg'" ;;    esac  fidoneif $ac_cache_corrupted; then  { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5echo "$as_me: error: changes in the environment can compromise the build" >&2;}  { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}   { (exit 1); exit 1; }; }fiac_ext=cac_cpp='$CPP $CPPFLAGS'ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'ac_compiler_gnu=$ac_cv_c_compiler_gnuac_aux_dir=for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do  if test -f $ac_dir/install-sh; then    ac_aux_dir=$ac_dir    ac_install_sh="$ac_aux_dir/install-sh -c"    break  elif test -f $ac_dir/install.sh; then    ac_aux_dir=$ac_dir    ac_install_sh="$ac_aux_dir/install.sh -c"    break  elif test -f $ac_dir/shtool; then    ac_aux_dir=$ac_dir    ac_install_sh="$ac_aux_dir/shtool install -c"    break  fidoneif test -z "$ac_aux_dir"; then  { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&5echo "$as_me: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&2;}   { (exit 1); exit 1; }; }fiac_config_guess="$SHELL $ac_aux_dir/config.guess"ac_config_sub="$SHELL $ac_aux_dir/config.sub"ac_configure="$SHELL $ac_aux_dir/configure" # This should be Cygnus configure.# Make sure we can run config.sub.$ac_config_sub sun4 >/dev/null 2>&1 ||  { { echo "$as_me:$LINENO: error: cannot run $ac_config_sub" >&5echo "$as_me: error: cannot run $ac_config_sub" >&2;}   { (exit 1); exit 1; }; }echo "$as_me:$LINENO: checking build system type" >&5echo $ECHO_N "checking build system type... $ECHO_C" >&6if test "${ac_cv_build+set}" = set; then  echo $ECHO_N "(cached) $ECHO_C" >&6else  ac_cv_build_alias=$build_aliastest -z "$ac_cv_build_alias" &&  ac_cv_build_alias=`$ac_config_guess`test -z "$ac_cv_build_alias" &&  { { echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5echo "$as_me: error: cannot guess build type; you must specify one" >&2;}   { (exit 1); exit 1; }; }ac_cv_build=`$ac_config_sub $ac_cv_build_alias` ||  { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_build_alias failed" >&5echo "$as_me: error: $ac_config_sub $ac_cv_build_alias failed" >&2;}   { (exit 1); exit 1; }; }fiecho "$as_me:$LINENO: result: $ac_cv_build" >&5echo "${ECHO_T}$ac_cv_build" >&6build=$ac_cv_buildbuild_cpu=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`build_vendor=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`build_os=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`echo "$as_me:$LINENO: checking host system type" >&5echo $ECHO_N "checking host system type... $ECHO_C" >&6if test "${ac_cv_host+set}" = set; then  echo $ECHO_N "(cached) $ECHO_C" >&6else  ac_cv_host_alias=$host_aliastest -z "$ac_cv_host_alias" &&  ac_cv_host_alias=$ac_cv_build_aliasac_cv_host=`$ac_config_sub $ac_cv_host_alias` ||  { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_host_alias failed" >&5echo "$as_me: error: $ac_config_sub $ac_cv_host_alias failed" >&2;}   { (exit 1); exit 1; }; }fiecho "$as_me:$LINENO: result: $ac_cv_host" >&5echo "${ECHO_T}$ac_cv_host" >&6host=$ac_cv_hosthost_cpu=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`host_vendor=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`host_os=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`echo "$as_me:$LINENO: checking target system type" >&5echo $ECHO_N "checking target system type... $ECHO_C" >&6if test "${ac_cv_target+set}" = set; then  echo $ECHO_N "(cached) $ECHO_C" >&6else  ac_cv_target_alias=$target_aliastest "x$ac_cv_target_alias" = "x" &&  ac_cv_target_alias=$ac_cv_host_aliasac_cv_target=`$ac_config_sub $ac_cv_target_alias` ||  { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_target_alias failed" >&5echo "$as_me: error: $ac_config_sub $ac_cv_target_alias failed" >&2;}   { (exit 1); exit 1; }; }fiecho "$as_me:$LINENO: result: $ac_cv_target" >&5echo "${ECHO_T}$ac_cv_target" >&6target=$ac_cv_targettarget_cpu=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`target_vendor=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`target_os=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`# The aliases save the names the user supplied, while $host etc.# will get canonicalized.test -n "$target_alias" &&  test "$program_prefix$program_suffix$program_transform_name" = \    NONENONEs,x,x, &&  program_prefix=${target_alias}-echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,:./+-,___p_,'`if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then  echo $ECHO_N "(cached) $ECHO_C" >&6else  cat >conftest.make <<\_ACEOFall:	@echo 'ac_maketemp="$(MAKE)"'_ACEOF# GNU make sometimes prints "make[1]: Entering...", which would confuse us.eval `${MAKE-make} -f conftest.make 2>/dev/null | grep temp=`if test -n "$ac_maketemp"; then  eval ac_cv_prog_make_${ac_make}_set=yeselse  eval ac_cv_prog_make_${ac_make}_set=nofirm -f conftest.makefiif eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then  echo "$as_me:$LINENO: result: yes" >&5echo "${ECHO_T}yes" >&6  SET_MAKE=else  echo "$as_me:$LINENO: result: no" >&5echo "${ECHO_T}no" >&6  SET_MAKE="MAKE=${MAKE-make}"fiac_ext=cac_cpp='$CPP $CPPFLAGS'ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'ac_compiler_gnu=$ac_cv_c_compiler_gnuif test -n "$ac_tool_prefix"; then  # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.set dummy ${ac_tool_prefix}gcc; ac_word=$2echo "$as_me:$LINENO: checking for $ac_word" >&5echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6if test "${ac_cv_prog_CC+set}" = set; then  echo $ECHO_N "(cached) $ECHO_C" >&6else  if test -n "$CC"; then  ac_cv_prog_CC="$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_CC="${ac_tool_prefix}gcc"    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5    break 2  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" >&6fifiif test -z "$ac_cv_prog_CC"; then  ac_ct_CC=$CC  # Extract the first word of "gcc", so it can be a program name with args.set dummy gcc; 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="gcc"    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  CC=$ac_ct_CCelse  CC="$ac_cv_prog_CC"fiif test -z "$CC"; then  if test -n "$ac_tool_prefix"; then  # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.set dummy ${ac_tool_prefix}cc; ac_word=$2echo "$as_me:$LINENO: checking for $ac_word" >&5echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6if test "${ac_cv_prog_CC+set}" = set; then  echo $ECHO_N "(cached) $ECHO_C" >&6else  if test -n "$CC"; then  ac_cv_prog_CC="$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_CC="${ac_tool_prefix}cc"    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5    break 2  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" >&6fifiif test -z "$ac_cv_prog_CC"; then  ac_ct_CC=$CC  # Extract the first word of "cc", so it can be a program name with args.set dummy cc; 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="cc"    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  CC=$ac_ct_CCelse  CC="$ac_cv_prog_CC"fifiif test -z "$CC"; then  # Extract the first word of "cc", so it can be a program name with args.set dummy cc; ac_word=$2echo "$as_me:$LINENO: checking for $ac_word" >&5echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6if test "${ac_cv_prog_CC+set}" = set; then  echo $ECHO_N "(cached) $ECHO_C" >&6else  if test -n "$CC"; then  ac_cv_prog_CC="$CC" # Let the user override the test.else  ac_prog_rejected=noas_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    if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then       ac_prog_rejected=yes       continue     fi    ac_cv_prog_CC="cc"    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5    break 2  fidonedoneif test $ac_prog_rejected = yes; then  # We found a bogon in the path, so make sure we never use it.  set dummy $ac_cv_prog_CC  shift  if test $# != 0; then    # We chose a different compiler from the bogus one.    # However, it has the same basename, so the bogon will be chosen    # first if we set CC to just the basename; use the full file name.    shift    ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"  fifififiCC=$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" >&6fifiif test -z "$CC"; then  if test -n "$ac_tool_prefix"; then  for ac_prog in cl  do    # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.set dummy $ac_tool_prefix$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_CC+set}" = set; then  echo $ECHO_N "(cached) $ECHO_C" >&6else  if test -n "$CC"; then  ac_cv_prog_CC="$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_CC="$ac_tool_prefix$ac_prog"    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5    break 2

?? 快捷鍵說明

復制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
日韩精品中文字幕一区二区三区 | 亚洲三级免费观看| 亚洲国产成人tv| 国产精品一级黄| 69堂精品视频| 亚洲精品成a人| 国产高清久久久| 日韩欧美国产综合一区| 亚洲综合激情小说| 成人18视频日本| 久久综合中文字幕| 亚洲aaa精品| 色老汉av一区二区三区| 中文在线资源观看网站视频免费不卡| 欧美aaaaaa午夜精品| 在线观看日韩国产| 中文字幕在线观看不卡视频| 国产伦精品一区二区三区免费 | 成人黄色在线网站| 精品久久人人做人人爱| 香蕉成人啪国产精品视频综合网| 99精品欧美一区二区三区小说| 久久青草国产手机看片福利盒子| 日韩成人伦理电影在线观看| 欧美三级视频在线播放| 亚洲欧美日韩成人高清在线一区| 国产成人精品aa毛片| 久久综合久色欧美综合狠狠| 青青草国产精品亚洲专区无| 欧美日韩国产123区| 亚洲在线成人精品| 在线观看国产一区二区| 亚洲综合图片区| 欧洲av一区二区嗯嗯嗯啊| 亚洲老司机在线| 一本色道久久综合亚洲精品按摩| 国产精品不卡在线| 99国产精品久久久久久久久久久| 亚洲国产成人在线| 99久久免费视频.com| 国产精品视频一二| 99久久精品久久久久久清纯| 国产精品成人免费在线| 99久久久久久| 一区二区三区四区中文字幕| 欧美网站大全在线观看| 亚洲国产婷婷综合在线精品| 欧美日韩一区二区在线视频| 午夜成人免费视频| 欧美一卡在线观看| 国产综合久久久久久鬼色| 久久亚洲私人国产精品va媚药| 激情图区综合网| 久久久国产综合精品女国产盗摄| 国产电影一区二区三区| 国产精品入口麻豆原神| 97se亚洲国产综合在线| 亚洲一区免费观看| 91精品国产综合久久久久久久| 免费观看在线色综合| 久久婷婷国产综合国色天香| 国产成人av在线影院| 亚洲四区在线观看| 欧美日韩免费观看一区三区| 日韩av一二三| 久久久久国产成人精品亚洲午夜| 成人小视频在线| 亚洲免费三区一区二区| 欧美日韩国产精选| 极品销魂美女一区二区三区| 中文字幕第一区| 欧美亚洲综合色| 激情伊人五月天久久综合| 亚洲欧美在线观看| 欧美日韩黄色一区二区| 狠狠色丁香婷婷综合| 中文字幕一区二区三区视频| 欧美色图天堂网| 国产一区二区剧情av在线| 亚洲欧洲日产国码二区| 欧美猛男超大videosgay| 久久99精品国产.久久久久 | 911精品国产一区二区在线| 国产在线精品视频| 亚洲人精品午夜| 91精品国产综合久久久蜜臀粉嫩| 国产成都精品91一区二区三| 一区二区三区成人| 欧美精品一区二区三区高清aⅴ| av成人免费在线| 日本中文字幕一区二区视频| 欧美激情一二三区| 欧美日韩的一区二区| 国产激情视频一区二区三区欧美| 夜夜精品视频一区二区| 久久久久久久久久久久久夜| 在线观看精品一区| 国产成人高清视频| 日av在线不卡| 亚洲特黄一级片| 久久久久久久久久久黄色| 欧美日韩一区视频| 播五月开心婷婷综合| 免费不卡在线视频| 亚洲猫色日本管| 国产亚洲精久久久久久| 88在线观看91蜜桃国自产| av在线免费不卡| 久久精品国产**网站演员| 伊人色综合久久天天| 国产欧美一区二区精品性色超碰| 欧美精品v国产精品v日韩精品| 成人丝袜18视频在线观看| 美女视频网站久久| 亚洲国产一区二区视频| 亚洲欧洲精品一区二区三区| xfplay精品久久| 欧美精品丝袜中出| 91久久精品一区二区| 成人免费视频国产在线观看| 久久99久久精品欧美| 亚洲国产欧美在线| ㊣最新国产の精品bt伙计久久| 精品久久人人做人人爱| 欧美一区二区三区免费| 欧美三级电影一区| 色综合欧美在线| av在线不卡电影| 国产激情视频一区二区在线观看| 看电视剧不卡顿的网站| 五月天激情综合| 亚洲一区在线电影| 亚洲精品国产a久久久久久| 国产精品网站一区| 欧美激情综合五月色丁香| 亚洲精品一区二区三区四区高清| 91精品国产91久久久久久一区二区 | 视频精品一区二区| 一区二区在线观看免费| 日韩毛片一二三区| 中文字幕在线不卡| 国产精品私房写真福利视频| 国产色产综合产在线视频| 精品国产乱子伦一区| 欧美成人一区二区三区在线观看| 欧美肥妇bbw| 制服丝袜中文字幕一区| 欧美麻豆精品久久久久久| 7777精品久久久大香线蕉| 欧美理论片在线| 欧美丰满一区二区免费视频 | 国产精品一区二区在线观看不卡 | 午夜精品福利一区二区三区蜜桃| 亚洲精品久久7777| 亚洲综合一区二区三区| 亚洲综合久久久| 五月天亚洲婷婷| 日本成人超碰在线观看| 秋霞午夜鲁丝一区二区老狼| 秋霞电影一区二区| 麻豆精品一区二区| 精一区二区三区| 国产精品主播直播| 岛国av在线一区| 99精品在线免费| 在线影视一区二区三区| 欧美日韩日日摸| 欧美一区二区三区影视| 日韩精品一区二区三区中文不卡 | 在线一区二区三区四区五区| 在线视频亚洲一区| 欧美日韩高清一区二区不卡| 日韩一区二区免费在线观看| 亚洲精品在线免费播放| 欧美经典一区二区三区| 亚洲欧美一区二区三区国产精品| 亚洲一区在线免费观看| 日韩精品视频网| 精品在线你懂的| 国产 欧美在线| 色婷婷亚洲一区二区三区| 欧美巨大另类极品videosbest | 亚洲国产精品一区二区www| 视频一区视频二区中文| 久久精品久久精品| 激情综合亚洲精品| 国产99久久久久久免费看农村| av一区二区三区在线| 欧美亚洲一区二区在线观看| 欧美一级理论性理论a| 久久人人97超碰com| 国产精品伦理一区二区| 一区二区三区在线观看网站| 午夜欧美视频在线观看| 奇米一区二区三区| 国产白丝网站精品污在线入口| 不卡大黄网站免费看| 在线成人av网站| 国产三级久久久| 亚洲一区中文在线|