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

📄 configure

📁 KPIT GNU Tools is a set of GNU development tools for Renesas microcontrollers.
💻
📖 第 1 页 / 共 5 页
字号:
   if test "`$am_make -s -f confmf 2> /dev/null`" = "done"; then      am__include=.include      am__quote="\""      _am_result=BSD   fifiecho "$as_me:$LINENO: result: $_am_result" >&5echo "${ECHO_T}$_am_result" >&6rm -f confinc confmf# Check whether --enable-dependency-tracking or --disable-dependency-tracking was given.if test "${enable_dependency_tracking+set}" = set; then  enableval="$enable_dependency_tracking"fi;if test "x$enable_dependency_tracking" != xno; then  am_depcomp="$ac_aux_dir/depcomp"  AMDEPBACKSLASH='\'fiif test "x$enable_dependency_tracking" != xno; then  AMDEP_TRUE=  AMDEP_FALSE='#'else  AMDEP_TRUE='#'  AMDEP_FALSE=fi# Check whether --enable-multilib or --disable-multilib was given.if test "${enable_multilib+set}" = set; then  enableval="$enable_multilib"  case "${enableval}" in  yes) multilib=yes ;;  no)  multilib=no ;;  *)   { { echo "$as_me:$LINENO: error: bad value ${enableval} for multilib option" >&5echo "$as_me: error: bad value ${enableval} for multilib option" >&2;}   { (exit 1); exit 1; }; } ;; esacelse  multilib=yesfi;# Check whether --enable-target-optspace or --disable-target-optspace was given.if test "${enable_target_optspace+set}" = set; then  enableval="$enable_target_optspace"  case "${enableval}" in  yes) target_optspace=yes ;;  no)  target_optspace=no ;;  *)   { { echo "$as_me:$LINENO: error: bad value ${enableval} for target-optspace option" >&5echo "$as_me: error: bad value ${enableval} for target-optspace option" >&2;}   { (exit 1); exit 1; }; } ;; esacelse  target_optspace=fi;# Check whether --enable-malloc-debugging or --disable-malloc-debugging was given.if test "${enable_malloc_debugging+set}" = set; then  enableval="$enable_malloc_debugging"  case "${enableval}" in  yes) malloc_debugging=yes ;;  no)  malloc_debugging=no ;;  *)   { { echo "$as_me:$LINENO: error: bad value ${enableval} for malloc-debugging option" >&5echo "$as_me: error: bad value ${enableval} for malloc-debugging option" >&2;}   { (exit 1); exit 1; }; } ;; esacelse  malloc_debugging=fi;# Check whether --enable-newlib-multithread or --disable-newlib-multithread was given.if test "${enable_newlib_multithread+set}" = set; then  enableval="$enable_newlib_multithread"  case "${enableval}" in  yes) newlib_multithread=yes ;;  no)  newlib_multithread=no ;;  *)   { { echo "$as_me:$LINENO: error: bad value ${enableval} for newlib-multithread option" >&5echo "$as_me: error: bad value ${enableval} for newlib-multithread option" >&2;}   { (exit 1); exit 1; }; } ;; esacelse  newlib_multithread=yesfi;# Check whether --enable-newlib-iconv or --disable-newlib-iconv was given.if test "${enable_newlib_iconv+set}" = set; then  enableval="$enable_newlib_iconv"  if test "${newlib_iconv+set}" != set; then   case "${enableval}" in     yes) newlib_iconv=yes ;;     no)  newlib_iconv=no ;;     *)   { { echo "$as_me:$LINENO: error: bad value ${enableval} for newlib-iconv option" >&5echo "$as_me: error: bad value ${enableval} for newlib-iconv option" >&2;}   { (exit 1); exit 1; }; } ;;   esac fielse  newlib_iconv=${newlib_iconv}fi;# Check whether --enable-newlib-elix-level or --disable-newlib-elix-level was given.if test "${enable_newlib_elix_level+set}" = set; then  enableval="$enable_newlib_elix_level"  case "${enableval}" in  0)   newlib_elix_level=0 ;;  1)   newlib_elix_level=1 ;;  2)   newlib_elix_level=2 ;;  3)   newlib_elix_level=3 ;;  4)   newlib_elix_level=4 ;;  *)   { { echo "$as_me:$LINENO: error: bad value ${enableval} for newlib-elix-level option" >&5echo "$as_me: error: bad value ${enableval} for newlib-elix-level option" >&2;}   { (exit 1); exit 1; }; } ;; esacelse  newlib_elix_level=0fi;# Check whether --enable-newlib-io-float or --disable-newlib-io-float was given.if test "${enable_newlib_io_float+set}" = set; then  enableval="$enable_newlib_io_float"  case "${enableval}" in  yes) newlib_io_float=yes ;;  no)  newlib_io_float=no ;;  *)   { { echo "$as_me:$LINENO: error: bad value ${enableval} for newlib-io-float option" >&5echo "$as_me: error: bad value ${enableval} for newlib-io-float option" >&2;}   { (exit 1); exit 1; }; } ;; esacelse  newlib_io_float=yesfi;# Check whether --enable-newlib-supplied-syscalls or --disable-newlib-supplied-syscalls was given.if test "${enable_newlib_supplied_syscalls+set}" = set; then  enableval="$enable_newlib_supplied_syscalls"  case "${enableval}" in  yes) newlib_may_supply_syscalls=yes ;;  no)  newlib_may_supply_syscalls=no ;;  *)   { { echo "$as_me:$LINENO: error: bad value ${enableval} for newlib-supplied-syscalls option" >&5echo "$as_me: error: bad value ${enableval} for newlib-supplied-syscalls option" >&2;}   { (exit 1); exit 1; }; } ;; esacelse  newlib_may_supply_syscalls=yesfi;if test x${newlib_may_supply_syscalls} = xyes; then  MAY_SUPPLY_SYSCALLS_TRUE=  MAY_SUPPLY_SYSCALLS_FALSE='#'else  MAY_SUPPLY_SYSCALLS_TRUE='#'  MAY_SUPPLY_SYSCALLS_FALSE=fitest -z "${with_target_subdir}" && with_target_subdir=.if test "${srcdir}" = "."; then  if test "${with_target_subdir}" != "."; then    newlib_basedir="${srcdir}/${with_multisrctop}../../../.."  else    newlib_basedir="${srcdir}/${with_multisrctop}../../.."  fielse  newlib_basedir="${srcdir}/../../.."fiecho "$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/'`# test to see if srcdir already configuredif test "`cd $srcdir && pwd`" != "`pwd`" &&   test -f $srcdir/config.status; then  { { echo "$as_me:$LINENO: error: source directory already configured; run \"make distclean\" there first" >&5echo "$as_me: error: source directory already configured; run \"make distclean\" there first" >&2;}   { (exit 1); exit 1; }; }fi# test whether we have cygpathif test -z "$CYGPATH_W"; then  if (cygpath --version) >/dev/null 2>/dev/null; then    CYGPATH_W='cygpath -w'  else    CYGPATH_W=echo  fifi# Define the identity of the package. PACKAGE='newlib' VERSION='1.15.0'# Some tools Automake needs.ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"}AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"}MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}install_sh=${install_sh-"$am_aux_dir/install-sh"}# Installed binaries are usually stripped using `strip' when the user# run `make install-strip'.  However `strip' might not be the right# tool to use in cross-compilation environments, therefore Automake# will honor the `STRIP' environment variable to overrule this program.if test "$cross_compiling" != no; then  if test -n "$ac_tool_prefix"; then  # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.set dummy ${ac_tool_prefix}strip; ac_word=$2echo "$as_me:$LINENO: checking for $ac_word" >&5echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6if test "${ac_cv_prog_STRIP+set}" = set; then  echo $ECHO_N "(cached) $ECHO_C" >&6else  if test -n "$STRIP"; then  ac_cv_prog_STRIP="$STRIP" # 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_STRIP="${ac_tool_prefix}strip"    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5    break 2  fidonedonefifiSTRIP=$ac_cv_prog_STRIPif test -n "$STRIP"; then  echo "$as_me:$LINENO: result: $STRIP" >&5echo "${ECHO_T}$STRIP" >&6else  echo "$as_me:$LINENO: result: no" >&5echo "${ECHO_T}no" >&6fifiif test -z "$ac_cv_prog_STRIP"; then  ac_ct_STRIP=$STRIP  # Extract the first word of "strip", so it can be a program name with args.set dummy strip; 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_STRIP+set}" = set; then  echo $ECHO_N "(cached) $ECHO_C" >&6else  if test -n "$ac_ct_STRIP"; then  ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # 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_STRIP="strip"    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5    break 2  fidonedone  test -z "$ac_cv_prog_ac_ct_STRIP" && ac_cv_prog_ac_ct_STRIP=":"fifiac_ct_STRIP=$ac_cv_prog_ac_ct_STRIPif test -n "$ac_ct_STRIP"; then  echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5echo "${ECHO_T}$ac_ct_STRIP" >&6else  echo "$as_me:$LINENO: result: no" >&5echo "${ECHO_T}no" >&6fi  STRIP=$ac_ct_STRIPelse  STRIP="$ac_cv_prog_STRIP"fifiINSTALL_STRIP_PROGRAM="\${SHELL} \$(install_sh) -c -s"# We need awk for the "check" target.  The system "awk" is bad on# some platforms.# Always define AMTAR for backward compatibility.AMTAR=${AMTAR-"${am_missing_run}tar"}am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -'# FIXME: We temporarily define our own version of AC_PROG_CC.  This is# copied from autoconf 2.12, but does not call AC_PROG_CC_WORKS.  We# are probably using a cross compiler, which will not be able to fully# link an executable.  This should really be fixed in autoconf# itself.# 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_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="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" >&6fidepcc="$CC"   am_compiler_list=echo "$as_me:$LINENO: checking dependency style of $depcc" >&5echo $ECHO_N "checking dependency style of $depcc... $ECHO_C" >&6if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then  echo $ECHO_N "(cached) $ECHO_C" >&6else  if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then  # We make a subdir and do the tests there.  Otherwise we can end up  # making bogus files that we don't know about and never remove.  For  # instance it was reported that on HP-UX the gcc test will end up  # making a dummy file named `D' -- because `-MD' means `put the output  # in D'.  mkdir conftest.dir  # Copy depcomp to subdir because otherwise we won't find it if we're  # using a relative directory.  cp "$am_depcomp" conftest.dir  cd conftest.dir  # We will build objects and dependencies in a subdirectory because  # it helps to detect inapplicable dependency modes.  For instance  # both Tru64's cc and ICC support -

⌨️ 快捷键说明

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