Advertisement
Guest User

Untitled

a guest
Nov 7th, 2012
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 52.46 KB | None | 0 0
  1. #! /bin/sh
  2. # Generated by configure.
  3. # Run this file to recreate the current configuration.
  4. # Compiler output produced by configure, useful for debugging
  5. # configure, is in config.log if it exists.
  6.  
  7. debug=false
  8. ac_cs_recheck=false
  9. ac_cs_silent=false
  10.  
  11. SHELL=${CONFIG_SHELL-/bin/sh}
  12. export SHELL
  13. ## -------------------- ##
  14. ## M4sh Initialization. ##
  15. ## -------------------- ##
  16.  
  17. # Be more Bourne compatible
  18. DUALCASE=1; export DUALCASE # for MKS sh
  19. if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
  20.   emulate sh
  21.   NULLCMD=:
  22.   # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
  23.   # is contrary to our usage.  Disable this feature.
  24.   alias -g '${1+"$@"}'='"$@"'
  25.   setopt NO_GLOB_SUBST
  26. else
  27.   case `(set -o) 2>/dev/null` in #(
  28.   *posix*) :
  29.     set -o posix ;; #(
  30.   *) :
  31.      ;;
  32. esac
  33. fi
  34.  
  35.  
  36. as_nl='
  37. '
  38. export as_nl
  39. # Printing a long string crashes Solaris 7 /usr/bin/printf.
  40. as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
  41. as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
  42. as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
  43. # Prefer a ksh shell builtin over an external printf program on Solaris,
  44. # but without wasting forks for bash or zsh.
  45. if test -z "$BASH_VERSION$ZSH_VERSION" \
  46.     && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
  47.   as_echo='print -r --'
  48.   as_echo_n='print -rn --'
  49. elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
  50.   as_echo='printf %s\n'
  51.   as_echo_n='printf %s'
  52. else
  53.   if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
  54.     as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
  55.     as_echo_n='/usr/ucb/echo -n'
  56.   else
  57.     as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
  58.     as_echo_n_body='eval
  59.      arg=$1;
  60.      case $arg in #(
  61.      *"$as_nl"*)
  62.     expr "X$arg" : "X\\(.*\\)$as_nl";
  63.     arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
  64.      esac;
  65.      expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
  66.    '
  67.     export as_echo_n_body
  68.     as_echo_n='sh -c $as_echo_n_body as_echo'
  69.   fi
  70.   export as_echo_body
  71.   as_echo='sh -c $as_echo_body as_echo'
  72. fi
  73.  
  74. # The user is always right.
  75. if test "${PATH_SEPARATOR+set}" != set; then
  76.   PATH_SEPARATOR=:
  77.   (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
  78.     (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
  79.       PATH_SEPARATOR=';'
  80.   }
  81. fi
  82.  
  83.  
  84. # IFS
  85. # We need space, tab and new line, in precisely that order.  Quoting is
  86. # there to prevent editors from complaining about space-tab.
  87. # (If _AS_PATH_WALK were called with IFS unset, it would disable word
  88. # splitting by setting IFS to empty value.)
  89. IFS=" ""    $as_nl"
  90.  
  91. # Find who we are.  Look in the path if we contain no directory separator.
  92. case $0 in #((
  93.   *[\\/]* ) as_myself=$0 ;;
  94.   *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  95. for as_dir in $PATH
  96. do
  97.   IFS=$as_save_IFS
  98.   test -z "$as_dir" && as_dir=.
  99.     test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
  100.   done
  101. IFS=$as_save_IFS
  102.  
  103.      ;;
  104. esac
  105. # We did not find ourselves, most probably we were run as `sh COMMAND'
  106. # in which case we are not to be found in the path.
  107. if test "x$as_myself" = x; then
  108.   as_myself=$0
  109. fi
  110. if test ! -f "$as_myself"; then
  111.   $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
  112.   exit 1
  113. fi
  114.  
  115. # Unset variables that we do not need and which cause bugs (e.g. in
  116. # pre-3.0 UWIN ksh).  But do not cause bugs in bash 2.01; the "|| exit 1"
  117. # suppresses any "Segmentation fault" message there.  '((' could
  118. # trigger a bug in pdksh 5.2.14.
  119. for as_var in BASH_ENV ENV MAIL MAILPATH
  120. do eval test x\${$as_var+set} = xset \
  121.   && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
  122. done
  123. PS1='$ '
  124. PS2='> '
  125. PS4='+ '
  126.  
  127. # NLS nuisances.
  128. LC_ALL=C
  129. export LC_ALL
  130. LANGUAGE=C
  131. export LANGUAGE
  132.  
  133. # CDPATH.
  134. (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
  135.  
  136.  
  137. # as_fn_error ERROR [LINENO LOG_FD]
  138. # ---------------------------------
  139. # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
  140. # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
  141. # script with status $?, using 1 if that was 0.
  142. as_fn_error ()
  143. {
  144.   as_status=$?; test $as_status -eq 0 && as_status=1
  145.   if test "$3"; then
  146.     as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
  147.     $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
  148.   fi
  149.   $as_echo "$as_me: error: $1" >&2
  150.   as_fn_exit $as_status
  151. } # as_fn_error
  152.  
  153.  
  154. # as_fn_set_status STATUS
  155. # -----------------------
  156. # Set $? to STATUS, without forking.
  157. as_fn_set_status ()
  158. {
  159.   return $1
  160. } # as_fn_set_status
  161.  
  162. # as_fn_exit STATUS
  163. # -----------------
  164. # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
  165. as_fn_exit ()
  166. {
  167.   set +e
  168.   as_fn_set_status $1
  169.   exit $1
  170. } # as_fn_exit
  171.  
  172. # as_fn_unset VAR
  173. # ---------------
  174. # Portably unset VAR.
  175. as_fn_unset ()
  176. {
  177.   { eval $1=; unset $1;}
  178. }
  179. as_unset=as_fn_unset
  180. # as_fn_append VAR VALUE
  181. # ----------------------
  182. # Append the text in VALUE to the end of the definition contained in VAR. Take
  183. # advantage of any shell optimizations that allow amortized linear growth over
  184. # repeated appends, instead of the typical quadratic growth present in naive
  185. # implementations.
  186. if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
  187.   eval 'as_fn_append ()
  188.  {
  189.    eval $1+=\$2
  190.  }'
  191. else
  192.   as_fn_append ()
  193.   {
  194.     eval $1=\$$1\$2
  195.   }
  196. fi # as_fn_append
  197.  
  198. # as_fn_arith ARG...
  199. # ------------------
  200. # Perform arithmetic evaluation on the ARGs, and store the result in the
  201. # global $as_val. Take advantage of shells that can avoid forks. The arguments
  202. # must be portable across $(()) and expr.
  203. if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
  204.   eval 'as_fn_arith ()
  205.  {
  206.    as_val=$(( $* ))
  207.  }'
  208. else
  209.   as_fn_arith ()
  210.   {
  211.     as_val=`expr "$@" || test $? -eq 1`
  212.   }
  213. fi # as_fn_arith
  214.  
  215.  
  216. if expr a : '\(a\)' >/dev/null 2>&1 &&
  217.    test "X`expr 00001 : '.*\(...\)'`" = X001; then
  218.   as_expr=expr
  219. else
  220.   as_expr=false
  221. fi
  222.  
  223. if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
  224.   as_basename=basename
  225. else
  226.   as_basename=false
  227. fi
  228.  
  229. if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
  230.   as_dirname=dirname
  231. else
  232.   as_dirname=false
  233. fi
  234.  
  235. as_me=`$as_basename -- "$0" ||
  236. $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
  237.      X"$0" : 'X\(//\)$' \| \
  238.      X"$0" : 'X\(/\)' \| . 2>/dev/null ||
  239. $as_echo X/"$0" |
  240.     sed '/^.*\/\([^/][^/]*\)\/*$/{
  241.         s//\1/
  242.         q
  243.       }
  244.       /^X\/\(\/\/\)$/{
  245.         s//\1/
  246.         q
  247.       }
  248.       /^X\/\(\/\).*/{
  249.         s//\1/
  250.         q
  251.       }
  252.       s/.*/./; q'`
  253.  
  254. # Avoid depending upon Character Ranges.
  255. as_cr_letters='abcdefghijklmnopqrstuvwxyz'
  256. as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
  257. as_cr_Letters=$as_cr_letters$as_cr_LETTERS
  258. as_cr_digits='0123456789'
  259. as_cr_alnum=$as_cr_Letters$as_cr_digits
  260.  
  261. ECHO_C= ECHO_N= ECHO_T=
  262. case `echo -n x` in #(((((
  263. -n*)
  264.   case `echo 'xy\c'` in
  265.   *c*) ECHO_T=' ';; # ECHO_T is single tab character.
  266.   xy)  ECHO_C='\c';;
  267.   *)   echo `echo ksh88 bug on AIX 6.1` > /dev/null
  268.        ECHO_T=' ';;
  269.   esac;;
  270. *)
  271.   ECHO_N='-n';;
  272. esac
  273.  
  274. rm -f conf$$ conf$$.exe conf$$.file
  275. if test -d conf$$.dir; then
  276.   rm -f conf$$.dir/conf$$.file
  277. else
  278.   rm -f conf$$.dir
  279.   mkdir conf$$.dir 2>/dev/null
  280. fi
  281. if (echo >conf$$.file) 2>/dev/null; then
  282.   if ln -s conf$$.file conf$$ 2>/dev/null; then
  283.     as_ln_s='ln -s'
  284.     # ... but there are two gotchas:
  285.     # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
  286.     # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
  287.     # In both cases, we have to default to `cp -p'.
  288.     ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
  289.       as_ln_s='cp -p'
  290.   elif ln conf$$.file conf$$ 2>/dev/null; then
  291.     as_ln_s=ln
  292.   else
  293.     as_ln_s='cp -p'
  294.   fi
  295. else
  296.   as_ln_s='cp -p'
  297. fi
  298. rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
  299. rmdir conf$$.dir 2>/dev/null
  300.  
  301.  
  302. # as_fn_mkdir_p
  303. # -------------
  304. # Create "$as_dir" as a directory, including parents if necessary.
  305. as_fn_mkdir_p ()
  306. {
  307.  
  308.   case $as_dir in #(
  309.   -*) as_dir=./$as_dir;;
  310.   esac
  311.   test -d "$as_dir" || eval $as_mkdir_p || {
  312.     as_dirs=
  313.     while :; do
  314.       case $as_dir in #(
  315.       *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
  316.       *) as_qdir=$as_dir;;
  317.       esac
  318.       as_dirs="'$as_qdir' $as_dirs"
  319.       as_dir=`$as_dirname -- "$as_dir" ||
  320. $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
  321.      X"$as_dir" : 'X\(//\)[^/]' \| \
  322.      X"$as_dir" : 'X\(//\)$' \| \
  323.      X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
  324. $as_echo X"$as_dir" |
  325.     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
  326.         s//\1/
  327.         q
  328.       }
  329.       /^X\(\/\/\)[^/].*/{
  330.         s//\1/
  331.         q
  332.       }
  333.       /^X\(\/\/\)$/{
  334.         s//\1/
  335.         q
  336.       }
  337.       /^X\(\/\).*/{
  338.         s//\1/
  339.         q
  340.       }
  341.       s/.*/./; q'`
  342.       test -d "$as_dir" && break
  343.     done
  344.     test -z "$as_dirs" || eval "mkdir $as_dirs"
  345.   } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
  346.  
  347.  
  348. } # as_fn_mkdir_p
  349. if mkdir -p . 2>/dev/null; then
  350.   as_mkdir_p='mkdir -p "$as_dir"'
  351. else
  352.   test -d ./-p && rmdir ./-p
  353.   as_mkdir_p=false
  354. fi
  355.  
  356. if test -x / >/dev/null 2>&1; then
  357.   as_test_x='test -x'
  358. else
  359.   if ls -dL / >/dev/null 2>&1; then
  360.     as_ls_L_option=L
  361.   else
  362.     as_ls_L_option=
  363.   fi
  364.   as_test_x='
  365.    eval sh -c '\''
  366.      if test -d "$1"; then
  367.     test -d "$1/.";
  368.      else
  369.     case $1 in #(
  370.     -*)set "./$1";;
  371.     esac;
  372.     case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
  373.     ???[sx]*):;;*)false;;esac;fi
  374.    '\'' sh
  375.  '
  376. fi
  377. as_executable_p=$as_test_x
  378.  
  379. # Sed expression to map a string onto a valid CPP name.
  380. as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
  381.  
  382. # Sed expression to map a string onto a valid variable name.
  383. as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
  384.  
  385.  
  386. exec 6>&1
  387. ## ----------------------------------- ##
  388. ## Main body of $CONFIG_STATUS script. ##
  389. ## ----------------------------------- ##
  390. # Save the log message, to keep $0 and so on meaningful, and to
  391. # report actual input values of CONFIG_FILES etc. instead of their
  392. # values after options handling.
  393. ac_log="
  394. This file was extended by $as_me, which was
  395. generated by GNU Autoconf 2.64.  Invocation command line was
  396.  
  397.  CONFIG_FILES    = $CONFIG_FILES
  398.  CONFIG_HEADERS  = $CONFIG_HEADERS
  399.  CONFIG_LINKS    = $CONFIG_LINKS
  400.  CONFIG_COMMANDS = $CONFIG_COMMANDS
  401.  $ $0 $@
  402.  
  403. on `(hostname || uname -n) 2>/dev/null | sed 1q`
  404. "
  405.  
  406. # Files that config.status was made for.
  407. config_files=" as:exec-tool.in collect-ld:exec-tool.in nm:exec-tool.in Makefile ada/gcc-interface/Makefile ada/Makefile       "
  408. config_headers=" auto-host.h:config.in"
  409. config_commands=" default"
  410.  
  411. ac_cs_usage="\
  412. \`$as_me' instantiates files and other configuration actions
  413. from templates according to the current configuration.  Unless the files
  414. and actions are specified as TAGs, all are instantiated by default.
  415.  
  416. Usage: $0 [OPTION]... [TAG]...
  417.  
  418.  -h, --help       print this help, then exit
  419.  -V, --version    print version number and configuration settings, then exit
  420.  -q, --quiet, --silent
  421.                   do not print progress messages
  422.  -d, --debug      don't remove temporary files
  423.      --recheck    update $as_me by reconfiguring in the same conditions
  424.      --file=FILE[:TEMPLATE]
  425.                   instantiate the configuration file FILE
  426.      --header=FILE[:TEMPLATE]
  427.                   instantiate the configuration header FILE
  428.  
  429. Configuration files:
  430. $config_files
  431.  
  432. Configuration headers:
  433. $config_headers
  434.  
  435. Configuration commands:
  436. $config_commands
  437.  
  438. Report bugs to the package provider."
  439.  
  440. ac_cs_version="\
  441. config.status
  442. configured by /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/configure, generated by GNU Autoconf 2.64,
  443.  with options \"'--cache-file=./config.cache' '--prefix=/home/john/AM335/buildroot/output/host/usr' '--with-sysroot=/home/john/AM335/buildroot/output/toolchain/uClibc_dev/' '--disable-__cxa_atexit' '--enable-target-optspace' '--disable-libquadmath' '--disable-libgomp' '--with-gnu-ld' '--enable-shared' '--disable-libssp' '--disable-multilib' '--enable-tls' '--with-gmp=/home/john/AM335/buildroot/output/host/usr' '--with-mpfr=/home/john/AM335/buildroot/output/host/usr' '--with-mpc=/home/john/AM335/buildroot/output/host/usr' '--disable-nls' '--enable-threads' '--disable-decimal-float' '--with-abi=aapcs-linux' '--with-arch=armv7-a' '--with-tune=cortex-a8' '--with-pkgversion=Buildroot 2012.11-git-00490-g75b9e7f-dirty' '--with-bugurl=http://bugs.buildroot.net/' '--with-fpu=vfpv3' '--with-float=hard' '--enable-languages=c,lto' '--program-transform-name=s&^&arm-buildroot-linux-uclibcgnueabi-&' '--disable-option-checking' '--build=i686-pc-linux-gnu' '--host=i686-pc-linux-gnu' '--target=arm-buildroot-linux-uclibcgnueabi' '--srcdir=/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc' 'build_alias=i686-pc-linux-gnu' 'host_alias=i686-pc-linux-gnu' 'target_alias=arm-buildroot-linux-uclibcgnueabi' 'CC=/usr/bin/gcc' 'CFLAGS=-O2 -I/home/john/AM335/buildroot/output/host/usr/include' 'LDFLAGS= -L/home/john/AM335/buildroot/output/host/lib -L/home/john/AM335/buildroot/output/host/usr/lib -Wl,-rpath,/home/john/AM335/buildroot/output/host/usr/lib' 'CXX=/usr/bin/g++' 'CXXFLAGS=-O2 -I/home/john/AM335/buildroot/output/host/usr/include' 'GMPLIBS=-L/home/john/AM335/buildroot/output/host/usr/lib -L/home/john/AM335/buildroot/output/host/usr/lib -L/home/john/AM335/buildroot/output/host/usr/lib -lmpc -lmpfr -lgmp' 'GMPINC=-I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include ' 'PPLLIBS=' 'PPLINC=' 'CLOOGLIBS=' 'CLOOGINC='\"
  444.  
  445. Copyright (C) 2009 Free Software Foundation, Inc.
  446. This config.status script is free software; the Free Software Foundation
  447. gives unlimited permission to copy, distribute and modify it."
  448.  
  449. ac_pwd='/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/gcc'
  450. srcdir='/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc'
  451. AWK='gawk'
  452. test -n "$AWK" || AWK=awk
  453. # The default lists apply if the user does not specify any file.
  454. ac_need_defaults=:
  455. while test $# != 0
  456. do
  457.  case $1 in
  458.  --*=*)
  459.    ac_option=`expr "X$1" : 'X\([^=]*\)='`
  460.    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
  461.    ac_shift=:
  462.    ;;
  463.  *)
  464.    ac_option=$1
  465.    ac_optarg=$2
  466.    ac_shift=shift
  467.    ;;
  468.  esac
  469.  
  470.  case $ac_option in
  471.  # Handling of the options.
  472.  -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
  473.    ac_cs_recheck=: ;;
  474.  --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
  475.    $as_echo "$ac_cs_version"; exit ;;
  476.  --debug | --debu | --deb | --de | --d | -d )
  477.    debug=: ;;
  478.  --file | --fil | --fi | --f )
  479.    $ac_shift
  480.    case $ac_optarg in
  481.    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
  482.    esac
  483.    as_fn_append CONFIG_FILES " '$ac_optarg'"
  484.    ac_need_defaults=false;;
  485.  --header | --heade | --head | --hea )
  486.    $ac_shift
  487.    case $ac_optarg in
  488.    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
  489.     esac
  490.     as_fn_append CONFIG_HEADERS " '$ac_optarg'"
  491.     ac_need_defaults=false;;
  492.   --he | --h)
  493.     # Conflict between --help and --header
  494.     as_fn_error "ambiguous option: \`$1'
  495. Try \`$0 --help' for more information.";;
  496.   --help | --hel | -h )
  497.     $as_echo "$ac_cs_usage"; exit ;;
  498.   -q | -quiet | --quiet | --quie | --qui | --qu | --q \
  499.   | -silent | --silent | --silen | --sile | --sil | --si | --s)
  500.     ac_cs_silent=: ;;
  501.  
  502.   # This is an error.
  503.   -*) as_fn_error "unrecognized option: \`$1'
  504. Try \`$0 --help' for more information." ;;
  505.  
  506.   *) as_fn_append ac_config_targets " $1"
  507.      ac_need_defaults=false ;;
  508.  
  509.   esac
  510.   shift
  511. done
  512.  
  513. ac_configure_extra_args=
  514.  
  515. if $ac_cs_silent; then
  516.   exec 6>/dev/null
  517.   ac_configure_extra_args="$ac_configure_extra_args --silent"
  518. fi
  519.  
  520. if $ac_cs_recheck; then
  521.   set X '/bin/sh' '/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/configure'  '--cache-file=./config.cache' '--prefix=/home/john/AM335/buildroot/output/host/usr' '--with-sysroot=/home/john/AM335/buildroot/output/toolchain/uClibc_dev/' '--disable-__cxa_atexit' '--enable-target-optspace' '--disable-libquadmath' '--disable-libgomp' '--with-gnu-ld' '--enable-shared' '--disable-libssp' '--disable-multilib' '--enable-tls' '--with-gmp=/home/john/AM335/buildroot/output/host/usr' '--with-mpfr=/home/john/AM335/buildroot/output/host/usr' '--with-mpc=/home/john/AM335/buildroot/output/host/usr' '--disable-nls' '--enable-threads' '--disable-decimal-float' '--with-abi=aapcs-linux' '--with-arch=armv7-a' '--with-tune=cortex-a8' '--with-pkgversion=Buildroot 2012.11-git-00490-g75b9e7f-dirty' '--with-bugurl=http://bugs.buildroot.net/' '--with-fpu=vfpv3' '--with-float=hard' '--enable-languages=c,lto' '--program-transform-name=s&^&arm-buildroot-linux-uclibcgnueabi-&' '--disable-option-checking' '--build=i686-pc-linux-gnu' '--host=i686-pc-linux-gnu' '--target=arm-buildroot-linux-uclibcgnueabi' '--srcdir=/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc' 'build_alias=i686-pc-linux-gnu' 'host_alias=i686-pc-linux-gnu' 'target_alias=arm-buildroot-linux-uclibcgnueabi' 'CC=/usr/bin/gcc' 'CFLAGS=-O2 -I/home/john/AM335/buildroot/output/host/usr/include' 'LDFLAGS= -L/home/john/AM335/buildroot/output/host/lib -L/home/john/AM335/buildroot/output/host/usr/lib -Wl,-rpath,/home/john/AM335/buildroot/output/host/usr/lib' 'CXX=/usr/bin/g++' 'CXXFLAGS=-O2 -I/home/john/AM335/buildroot/output/host/usr/include' 'GMPLIBS=-L/home/john/AM335/buildroot/output/host/usr/lib -L/home/john/AM335/buildroot/output/host/usr/lib -L/home/john/AM335/buildroot/output/host/usr/lib -lmpc -lmpfr -lgmp' 'GMPINC=-I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include ' 'PPLLIBS=' 'PPLINC=' 'CLOOGLIBS=' 'CLOOGINC=' $ac_configure_extra_args --no-create --no-recursion
  522.   shift
  523.   $as_echo "running CONFIG_SHELL=/bin/sh $*" >&6
  524.   CONFIG_SHELL='/bin/sh'
  525.   export CONFIG_SHELL
  526.   exec "$@"
  527. fi
  528.  
  529. exec 5>>config.log
  530. {
  531.   echo
  532.   sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
  533. ## Running $as_me. ##
  534. _ASBOX
  535.   $as_echo "$ac_log"
  536. } >&5
  537.  
  538. #
  539. # INIT-COMMANDS
  540. #
  541. subdirs=' ada cp fortran go java lto objc objcp'
  542.  
  543.  
  544. # Handling of arguments.
  545. for ac_config_target in $ac_config_targets
  546. do
  547.   case $ac_config_target in
  548.     "auto-host.h") CONFIG_HEADERS="$CONFIG_HEADERS auto-host.h:config.in" ;;
  549.     "as") CONFIG_FILES="$CONFIG_FILES as:exec-tool.in" ;;
  550.     "collect-ld") CONFIG_FILES="$CONFIG_FILES collect-ld:exec-tool.in" ;;
  551.     "nm") CONFIG_FILES="$CONFIG_FILES nm:exec-tool.in" ;;
  552.     "$all_outputs") CONFIG_FILES="$CONFIG_FILES $all_outputs" ;;
  553.     "default") CONFIG_COMMANDS="$CONFIG_COMMANDS default" ;;
  554.  
  555.   *) as_fn_error "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
  556.  esac
  557. done
  558.  
  559.  
  560. # If the user did not use the arguments to specify the items to instantiate,
  561. # then the envvar interface is used.  Set only those that are not.
  562. # We use the long form for the default assignment because of an extremely
  563. # bizarre bug on SunOS 4.1.3.
  564. if $ac_need_defaults; then
  565.  test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
  566.  test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
  567.  test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
  568. fi
  569.  
  570. # Have a temporary directory for convenience.  Make it in the build tree
  571. # simply because there is no reason against having it here, and in addition,
  572. # creating and moving files from /tmp can sometimes cause problems.
  573. # Hook for its removal unless debugging.
  574. # Note that there is a small window in which the directory will not be cleaned:
  575. # after its creation but before its name has been assigned to `$tmp'.
  576. $debug ||
  577. {
  578.  tmp=
  579.  trap 'exit_status=$?
  580.  { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
  581. ' 0
  582.  trap 'as_fn_exit 1' 1 2 13 15
  583. }
  584. # Create a (secure) tmp directory for tmp files.
  585.  
  586. {
  587.  tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
  588.  test -n "$tmp" && test -d "$tmp"
  589. }  ||
  590. {
  591.  tmp=./conf$$-$RANDOM
  592.  (umask 077 && mkdir "$tmp")
  593. } || as_fn_error "cannot create a temporary directory in ." "$LINENO" 5
  594.  
  595. # Set up the scripts for CONFIG_FILES section.
  596. # No need to generate them if there are no CONFIG_FILES.
  597. # This happens for instance with `./config.status config.h'.
  598. if test -n "$CONFIG_FILES"; then
  599.  
  600. if $AWK 'BEGIN { getline <"/dev/null" }' </dev/null 2>/dev/null; then
  601.  ac_cs_awk_getline=:
  602.  ac_cs_awk_pipe_init=
  603.  ac_cs_awk_read_file='
  604.      while ((getline aline < (F[key])) > 0)
  605.     print(aline)
  606.      close(F[key])'
  607.  ac_cs_awk_pipe_fini=
  608. else
  609.  ac_cs_awk_getline=false
  610.  ac_cs_awk_pipe_init="print \"cat <<'|#_!!_#|' &&\""
  611.  ac_cs_awk_read_file='
  612.      print "|#_!!_#|"
  613.      print "cat " F[key] " &&"
  614.      '$ac_cs_awk_pipe_init
  615.  # The final `:' finishes the AND list.
  616.  ac_cs_awk_pipe_fini='END { print "|#_!!_#|"; print ":" }'
  617. fi
  618. ac_cr=`echo X | tr X '\015'`
  619. # On cygwin, bash can eat \r inside `` if the user requested igncr.
  620. # But we know of no other shell where ac_cr would be empty at this
  621. # point, so we can use a bashism as a fallback.
  622. if test "x$ac_cr" = x; then
  623.   eval ac_cr=\$\'\\r\'
  624. fi
  625. ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
  626. if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
  627.   ac_cs_awk_cr='\r'
  628. else
  629.   ac_cs_awk_cr=$ac_cr
  630. fi
  631.  
  632. echo 'BEGIN {' >"$tmp/subs1.awk" &&
  633. cat >>"$tmp/subs1.awk" <<\_ACAWK &&
  634. F["option_includes"]="option-includes.mk"
  635. F["language_hooks"]="Make-hooks"
  636. _ACAWK
  637. cat >>"$tmp/subs1.awk" <<\_ACAWK &&
  638. S["LTLIBOBJS"]=""
  639. S["LIBOBJS"]=""
  640. S["enable_plugin"]="yes"
  641. S["pluginlibs"]="-rdynamic -ldl"
  642. S["CLOOGINC"]=""
  643. S["CLOOGLIBS"]=""
  644. S["PPLINC"]=""
  645. S["PPLLIBS"]=""
  646. S["GMPINC"]="-I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/u"\
  647. "sr/include "
  648. S["GMPLIBS"]="-L/home/john/AM335/buildroot/output/host/usr/lib -L/home/john/AM335/buildroot/output/host/usr/lib -L/home/john/AM335/buildroot/output/host/usr/lib -"\
  649. "lmpc -lmpfr -lgmp"
  650. S["target_cpu_default"]="TARGET_CPU_generic"
  651. S["fortran_target_objs"]=""
  652. S["cxx_target_objs"]="arm-c.o"
  653. S["c_target_objs"]="arm-c.o"
  654. S["use_gcc_stdint"]="wrap"
  655. S["xm_defines"]=""
  656. S["xm_include_list"]=" auto-host.h ansidecl.h"
  657. S["xm_file_list"]=" auto-host.h $(srcdir)/../include/ansidecl.h"
  658. S["tm_p_include_list"]=" config/arm/arm-protos.h tm-preds.h"
  659. S["tm_p_file_list"]=" $(srcdir)/config/arm/arm-protos.h tm-preds.h"
  660. S["tm_defines"]=" LIBC_GLIBC=1 LIBC_UCLIBC=2 LIBC_BIONIC=3 DEFAULT_LIBC=LIBC_UCLIBC ANDROID_DEFAULT=0"
  661. S["tm_include_list"]="options.h insn-constants.h config/dbxelf.h config/elfos.h config/gnu-user.h config/linux.h config/linux-android.h config/glibc-stdint.h config/arm/e"\
  662. "lf.h config/arm/linux-gas.h config/arm/linux-elf.h config/arm/bpabi.h config/arm/linux-eabi.h config/../../libgcc/config/arm/bpabi-lib.h config/arm/"\
  663. "aout.h config/arm/arm.h defaults.h"
  664. S["tm_file_list"]="options.h $(srcdir)/config/dbxelf.h $(srcdir)/config/elfos.h $(srcdir)/config/gnu-user.h $(srcdir)/config/linux.h $(srcdir)/config/linux-android.h $"\
  665. "(srcdir)/config/glibc-stdint.h $(srcdir)/config/arm/elf.h $(srcdir)/config/arm/linux-gas.h $(srcdir)/config/arm/linux-elf.h $(srcdir)/config/arm/bpa"\
  666. "bi.h $(srcdir)/config/arm/linux-eabi.h $(srcdir)/config/../../libgcc/config/arm/bpabi-lib.h $(srcdir)/config/arm/aout.h $(srcdir)/config/arm/arm.h $"\
  667. "(srcdir)/defaults.h"
  668. S["thread_file"]="posix"
  669. S["out_object_file"]="arm.o"
  670. S["out_file"]="arm/arm.c"
  671. S["objc_boehm_gc"]=""
  672. S["md_file"]="arm/arm.md"
  673. S["local_prefix"]="/usr/local"
  674. S["lang_tree_files"]=" /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/ada/gcc-interface/ada-tree.def /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/"\
  675. "cp/cp-tree.def /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/java/java-tree.def /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gc"\
  676. "c/objc/objc-tree.def"
  677. S["lang_specs_files"]=" /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/lto/lang-specs.h"
  678. S["lang_opt_files"]=" /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/ada/gcc-interface/lang.opt /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/fort"\
  679. "ran/lang.opt /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/go/lang.opt /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/java/la"\
  680. "ng.opt /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/lto/lang.opt"
  681. S["install"]=""
  682. S["out_host_hook_obj"]="host-linux.o"
  683. S["host_xm_defines"]=""
  684. S["host_xm_include_list"]=" auto-host.h ansidecl.h"
  685. S["host_xm_file_list"]=" auto-host.h $(srcdir)/../include/ansidecl.h"
  686. S["host_exeext"]=""
  687. S["gcc_gxx_include_dir"]="$(libsubdir)/$(libsubdir_to_prefix)arm-buildroot-linux-uclibcgnueabi/include/c++/$(version)"
  688. S["gcc_config_arguments"]="/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/configure --prefix=/home/john/AM335/buildroot/output/host/usr --build=i686-pc-linux-gnu --host"\
  689. "=i686-pc-linux-gnu --target=arm-buildroot-linux-uclibcgnueabi --enable-languages=c --with-sysroot=/home/john/AM335/buildroot/output/toolchain/uClibc"\
  690. "_dev/ --disable-__cxa_atexit --enable-target-optspace --disable-libquadmath --disable-libgomp --with-gnu-ld --enable-shared --disable-libssp --disab"\
  691. "le-multilib --enable-tls --with-gmp=/home/john/AM335/buildroot/output/host/usr --with-mpfr=/home/john/AM335/buildroot/output/host/usr --with-mpc=/ho"\
  692. "me/john/AM335/buildroot/output/host/usr --disable-nls --enable-threads --disable-decimal-float --with-abi=aapcs-linux --with-arch=armv7-a --with-tun"\
  693. "e=cortex-a8 --with-pkgversion='Buildroot 2012.11-git-00490-g75b9e7f-dirty' --with-bugurl=http://bugs.buildroot.net/ --with-fpu=vfpv3 --with-float=ha"\
  694. "rd"
  695. S["float_h_file"]=""
  696. S["extra_programs"]=""
  697. S["extra_passes"]=""
  698. S["extra_parts"]="crtbegin.o crtbeginS.o crtbeginT.o crtend.o crtendS.o"
  699. S["extra_objs"]=" "
  700. S["extra_headers_list"]=" $(srcdir)/config/arm/mmintrin.h $(srcdir)/config/arm/arm_neon.h"
  701. S["user_headers_inc_next_post"]=""
  702. S["user_headers_inc_next_pre"]=""
  703. S["extra_gcc_objs"]=" "
  704. S["TM_MULTILIB_EXCEPTIONS_CONFIG"]=""
  705. S["TM_MULTILIB_CONFIG"]=""
  706. S["TM_ENDIAN_CONFIG"]=""
  707. S["tmake_file"]=" $(srcdir)/config/t-slibgcc-elf-ver $(srcdir)/config/t-linux $(srcdir)/config/t-linux $(srcdir)/config/arm/t-arm $(srcdir)/config/arm/t-arm-elf $(sr"\
  708. "cdir)/config/arm/t-bpabi $(srcdir)/config/arm/t-linux-eabi $(srcdir)/config/t-slibgcc-libgcc $(srcdir)/config/arm/t-arm-softfp $(srcdir)/config/soft"\
  709. "-fp/t-softfp"
  710. S["xmake_file"]=" $(srcdir)/config/x-linux"
  711. S["cpp_install_dir"]=""
  712. S["check_languages"]=" check-lto"
  713. S["build_file_translate"]=""
  714. S["build_xm_defines"]=""
  715. S["build_xm_include_list"]=" auto-host.h ansidecl.h"
  716. S["build_xm_file_list"]=" auto-host.h $(srcdir)/../include/ansidecl.h"
  717. S["build_install_headers_dir"]="install-headers-tar"
  718. S["build_exeext"]=""
  719. S["all_selected_languages"]=" lto"
  720. S["all_languages"]=" ada c++ fortran go java lto objc obj-c++"
  721. S["all_lang_makefrags"]=" $(srcdir)/ada/gcc-interface/Make-lang.in $(srcdir)/cp/Make-lang.in $(srcdir)/fortran/Make-lang.in $(srcdir)/go/Make-lang.in $(srcdir)/java/Make-lan"\
  722. "g.in $(srcdir)/lto/Make-lang.in $(srcdir)/objc/Make-lang.in $(srcdir)/objcp/Make-lang.in"
  723. S["all_gtfiles"]=" [ada] $(srcdir)/ada/gcc-interface/ada-tree.h $(srcdir)/ada/gcc-interface/gigi.h $(srcdir)/ada/gcc-interface/decl.c $(srcdir)/ada/gcc-interface/tran"\
  724. "s.c $(srcdir)/ada/gcc-interface/utils.c $(srcdir)/ada/gcc-interface/misc.c [cp] $(srcdir)/cp/rtti.c $(srcdir)/cp/mangle.c $(srcdir)/cp/name-lookup.h"\
  725. " $(srcdir)/cp/name-lookup.c $(srcdir)/cp/cp-tree.h $(srcdir)/cp/decl.h $(srcdir)/cp/call.c $(srcdir)/cp/decl.c $(srcdir)/cp/decl2.c $(srcdir)/cp/pt."\
  726. "c $(srcdir)/cp/repo.c $(srcdir)/cp/semantics.c $(srcdir)/cp/tree.c $(srcdir)/cp/parser.c $(srcdir)/cp/method.c $(srcdir)/cp/typeck2.c $(srcdir)/c-fa"\
  727. "mily/c-common.c $(srcdir)/c-family/c-common.h $(srcdir)/c-family/c-objc.h $(srcdir)/c-family/c-lex.c $(srcdir)/c-family/c-pragma.h $(srcdir)/c-famil"\
  728. "y/c-pragma.c $(srcdir)/cp/class.c $(srcdir)/cp/cp-objcp-common.c $(srcdir)/cp/cp-lang.c [fortran] $(srcdir)/fortran/f95-lang.c $(srcdir)/fortran/tra"\
  729. "ns-decl.c $(srcdir)/fortran/trans-intrinsic.c $(srcdir)/fortran/trans-io.c $(srcdir)/fortran/trans-stmt.c $(srcdir)/fortran/trans-types.c $(srcdir)/"\
  730. "fortran/trans-types.h $(srcdir)/fortran/trans.h $(srcdir)/fortran/trans-const.h [go] $(srcdir)/go/go-lang.c [java] $(srcdir)/java/java-tree.h $(srcd"\
  731. "ir)/java/jcf.h $(srcdir)/java/parse.h $(srcdir)/java/builtins.c $(srcdir)/java/class.c $(srcdir)/java/constants.c $(srcdir)/java/decl.c $(srcdir)/ja"\
  732. "va/expr.c $(srcdir)/java/jcf-parse.c $(srcdir)/java/lang.c $(srcdir)/java/mangle.c $(srcdir)/java/resource.c [lto] $(srcdir)/lto/lto-tree.h $(srcdir"\
  733. ")/lto/lto-lang.c $(srcdir)/lto/lto.c [objc] $(srcdir)/c-family/c-objc.h $(srcdir)/objc/objc-act.h $(srcdir)/objc/objc-act.c $(srcdir)/objc/objc-runt"\
  734. "ime-shared-support.c $(srcdir)/objc/objc-gnu-runtime-abi-01.c $(srcdir)/objc/objc-next-runtime-abi-01.c $(srcdir)/objc/objc-next-runtime-abi-02.c $("\
  735. "srcdir)/c-parser.c $(srcdir)/c-tree.h $(srcdir)/c-decl.c $(srcdir)/c-lang.h $(srcdir)/c-objc-common.c $(srcdir)/c-family/c-common.c $(srcdir)/c-fami"\
  736. "ly/c-common.h $(srcdir)/c-family/c-cppbuiltin.c $(srcdir)/c-family/c-pragma.h $(srcdir)/c-family/c-pragma.c [objcp] $(srcdir)/objc/objc-act.h $(srcd"\
  737. "ir)/objc/objc-act.c $(srcdir)/objc/objc-runtime-shared-support.c $(srcdir)/objc/objc-gnu-runtime-abi-01.c $(srcdir)/objc/objc-next-runtime-abi-01.c "\
  738. "$(srcdir)/objc/objc-next-runtime-abi-02.c $(srcdir)/cp/call.c $(srcdir)/cp/class.c $(srcdir)/cp/cp-tree.h $(srcdir)/cp/decl.c $(srcdir)/cp/decl2.c $"\
  739. "(srcdir)/cp/mangle.c $(srcdir)/cp/method.c $(srcdir)/cp/name-lookup.h $(srcdir)/cp/name-lookup.c $(srcdir)/cp/cp-objcp-common.c $(srcdir)/cp/parser."\
  740. "c $(srcdir)/cp/pt.c $(srcdir)/cp/repo.c $(srcdir)/cp/rtti.c $(srcdir)/cp/semantics.c $(srcdir)/cp/tree.c $(srcdir)/cp/typeck2.c $(srcdir)/c-family/c"\
  741. "-common.c $(srcdir)/c-family/c-common.h $(srcdir)/c-family/c-objc.h $(srcdir)/c-family/c-lex.c $(srcdir)/c-family/c-cppbuiltin.c $(srcdir)/c-family/"\
  742. "c-pragma.h $(srcdir)/c-family/c-pragma.c  [c] $(srcdir)/c-lang.c $(srcdir)/c-tree.h $(srcdir)/c-decl.c $(srcdir)/c-family/c-common.c $(srcdir)/c-fam"\
  743. "ily/c-common.h $(srcdir)/c-family/c-objc.h $(srcdir)/c-family/c-cppbuiltin.c $(srcdir)/c-family/c-pragma.h $(srcdir)/c-family/c-pragma.c $(srcdir)/c"\
  744. "-objc-common.c $(srcdir)/c-parser.c $(srcdir)/c-lang.h"
  745. S["all_compilers"]=" gnat1$(exeext) cc1plus$(exeext) f951$(exeext) go1$(exeext) jc1$(exeext) jvgenmain$(exeext) lto1$(exeext) cc1obj$(exeext) cc1objplus$(exeext)"
  746. S["srcdir"]="/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc"
  747. S["subdirs"]=" ada cp fortran go java lto objc objcp"
  748. S["slibdir"]="$(build_tooldir)/lib"
  749. S["dollar"]=""
  750. S["gcc_tooldir"]="$(libsubdir)/$(libsubdir_to_prefix)$(target_noncanonical)"
  751. S["enable_lto"]="yes"
  752. S["MAINT"]="#"
  753. S["zlibinc"]="-I$(srcdir)/../zlib"
  754. S["zlibdir"]="-L../zlib"
  755. S["HOST_LIBS"]=""
  756. S["GGC"]="ggc-page"
  757. S["libgcc_visibility"]="yes"
  758. S["gcc_cv_readelf"]="/usr/bin/readelf"
  759. S["gcc_cv_objdump"]="/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/bin/objdump"
  760. S["ORIGINAL_NM_FOR_TARGET"]="/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/bin/nm"
  761. S["gcc_cv_nm"]="/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/bin/nm"
  762. S["ORIGINAL_LD_FOR_TARGET"]="/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/bin/ld"
  763. S["ORIGINAL_PLUGIN_LD_FOR_TARGET"]="/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/bin/ld"
  764. S["gcc_cv_ld"]="/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/bin/ld"
  765. S["ORIGINAL_AS_FOR_TARGET"]="/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/bin/as"
  766. S["gcc_cv_as"]="/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/bin/as"
  767. S["enable_fast_install"]="yes"
  768. S["objdir"]=".libs"
  769. S["OTOOL64"]=""
  770. S["OTOOL"]=""
  771. S["LIPO"]=""
  772. S["NMEDIT"]=""
  773. S["DSYMUTIL"]=""
  774. S["STRIP"]="strip"
  775. S["OBJDUMP"]="objdump"
  776. S["ac_ct_DUMPBIN"]=""
  777. S["DUMPBIN"]=""
  778. S["LD"]="/usr/bin/ld"
  779. S["FGREP"]="/bin/grep -F"
  780. S["SED"]="/bin/sed"
  781. S["LIBTOOL"]="$(SHELL) $(top_builddir)/libtool"
  782. S["collect2"]="collect2$(exeext)"
  783. S["STMP_FIXINC"]="stmp-fixinc"
  784. S["BUILD_LDFLAGS"]="$(LDFLAGS)"
  785. S["BUILD_CFLAGS"]="$(ALL_CFLAGS)"
  786. S["CC_FOR_BUILD"]="$(CC)"
  787. S["inhibit_libc"]="false"
  788. S["SYSTEM_HEADER_DIR"]="$(CROSS_SYSTEM_HEADER_DIR)"
  789. S["ALL"]="all.cross"
  790. S["CROSS"]="-DCROSS_DIRECTORY_STRUCTURE"
  791. S["CATOBJEXT"]=""
  792. S["GENCAT"]=""
  793. S["INSTOBJEXT"]=""
  794. S["DATADIRNAME"]=""
  795. S["CATALOGS"]=""
  796. S["POSUB"]=""
  797. S["GMSGFMT"]="/usr/bin/msgfmt"
  798. S["XGETTEXT"]="/usr/bin/xgettext"
  799. S["INCINTL"]=""
  800. S["LIBINTL_DEP"]=""
  801. S["LIBINTL"]=""
  802. S["USE_NLS"]="no"
  803. S["extra_opt_files"]=" $(srcdir)/config/arm/arm.opt $(srcdir)/config/gnu-user.opt $(srcdir)/config/linux.opt $(srcdir)/config/linux-android.opt"
  804. S["extra_modes_file"]="$(srcdir)/config/arm/arm-modes.def"
  805. S["gthread_flags"]="-DHAVE_GTHR_DEFAULT"
  806. S["objext"]="o"
  807. S["manext"]=".1"
  808. S["LIBICONV_DEP"]=""
  809. S["LTLIBICONV"]=""
  810. S["LIBICONV"]=""
  811. S["LDEXP_LIB"]=""
  812. S["GNAT_LIBEXC"]=""
  813. S["COLLECT2_LIBS"]=""
  814. S["CXXCPP"]="/usr/bin/g++ -E"
  815. S["AR"]="/usr/bin/ar"
  816. S["NM"]="/usr/bin/nm"
  817. S["BISON"]="bison"
  818. S["FLEX"]="flex"
  819. S["GENERATED_MANPAGES"]="generated-manpages"
  820. S["BUILD_INFO"]="info"
  821. S["MAKEINFO"]="makeinfo"
  822. S["have_mktemp_command"]="yes"
  823. S["make_compare_target"]="gnucompare"
  824. S["INSTALL_DATA"]="${INSTALL} -m 644"
  825. S["INSTALL_PROGRAM"]="${INSTALL}"
  826. S["INSTALL"]="/usr/bin/install -c"
  827. S["ranlib_flags"]=""
  828. S["RANLIB"]="ranlib"
  829. S["LN"]="ln"
  830. S["LN_S"]="ln -s"
  831. S["AWK"]="gawk"
  832. S["SET_MAKE"]=""
  833. S["REPORT_BUGS_TEXI"]="@uref{http://bugs.buildroot.net/}"
  834. S["REPORT_BUGS_TO"]="<http://bugs.buildroot.net/>"
  835. S["PKGVERSION"]="(Buildroot 2012.11-git-00490-g75b9e7f-dirty) "
  836. S["CONFIGURE_SPECS"]=""
  837. S["CROSS_SYSTEM_HEADER_DIR"]="$(TARGET_SYSTEM_ROOT)$${sysroot_headers_suffix}$(NATIVE_SYSTEM_HEADER_DIR)"
  838. S["TARGET_SYSTEM_ROOT_DEFINE"]="-DTARGET_SYSTEM_ROOT=\\\"$(TARGET_SYSTEM_ROOT)\\\""
  839. S["TARGET_SYSTEM_ROOT"]="/home/john/AM335/buildroot/output/toolchain/uClibc_dev/"
  840. S["enable_shared"]="yes"
  841. S["enable_fixed_point"]="no"
  842. S["enable_decimal_float"]="dpd"
  843. S["enable_multilib"]="no"
  844. S["ENABLE_BUILD_WITH_CXX"]="no"
  845. S["coverage_flags"]=""
  846. S["valgrind_command"]=""
  847. S["valgrind_path_defines"]=""
  848. S["valgrind_path"]=""
  849. S["TREEBROWSER"]=""
  850. S["nocommon_flag"]=""
  851. S["warn_cxxflags"]="$(GCC_WARN_CXXFLAGS)"
  852. S["warn_cflags"]="$(GCC_WARN_CFLAGS)"
  853. S["c_strict_warn"]="-Wold-style-definition -Wc++-compat"
  854. S["strict_warn"]="-Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings"
  855. S["c_loose_warn"]="-Wstrict-prototypes -Wmissing-prototypes"
  856. S["loose_warn"]="-W -Wall -Wwrite-strings -Wcast-qual"
  857. S["EGREP"]="/bin/grep -E"
  858. S["GREP"]="/bin/grep"
  859. S["CPP"]="/usr/bin/gcc -E"
  860. S["OUTPUT_OPTION"]="-o $@"
  861. S["NO_MINUS_C_MINUS_O"]=""
  862. S["GNATMAKE"]="no"
  863. S["GNATBIND"]="no"
  864. S["ac_ct_CXX"]=""
  865. S["CXXFLAGS"]="-O2 -I/home/john/AM335/buildroot/output/host/usr/include"
  866. S["CXX"]="/usr/bin/g++"
  867. S["OBJEXT"]="o"
  868. S["EXEEXT"]=""
  869. S["ac_ct_CC"]=""
  870. S["CPPFLAGS"]=""
  871. S["LDFLAGS"]=" -L/home/john/AM335/buildroot/output/host/lib -L/home/john/AM335/buildroot/output/host/usr/lib -Wl,-rpath,/home/john/AM335/buildroot/output/host/usr"\
  872. "/lib"
  873. S["CFLAGS"]="-I/home/john/AM335/buildroot/output/host/usr/include"
  874. S["CC"]="/usr/bin/gcc"
  875. S["GENINSRC"]="#"
  876. S["target_subdir"]="arm-buildroot-linux-uclibcgnueabi"
  877. S["host_subdir"]="."
  878. S["build_subdir"]="build-i686-pc-linux-gnu"
  879. S["build_libsubdir"]="build-i686-pc-linux-gnu"
  880. S["target_noncanonical"]="arm-buildroot-linux-uclibcgnueabi"
  881. S["target_os"]="linux-uclibcgnueabi"
  882. S["target_vendor"]="buildroot"
  883. S["target_cpu"]="arm"
  884. S["target"]="arm-buildroot-linux-uclibcgnueabi"
  885. S["host_os"]="linux-gnu"
  886. S["host_vendor"]="pc"
  887. S["host_cpu"]="i686"
  888. S["host"]="i686-pc-linux-gnu"
  889. S["build_os"]="linux-gnu"
  890. S["build_vendor"]="pc"
  891. S["build_cpu"]="i686"
  892. S["build"]="i686-pc-linux-gnu"
  893. S["target_alias"]="arm-buildroot-linux-uclibcgnueabi"
  894. S["host_alias"]="i686-pc-linux-gnu"
  895. S["build_alias"]="i686-pc-linux-gnu"
  896. S["LIBS"]=""
  897. S["ECHO_T"]=""
  898. S["ECHO_N"]="-n"
  899. S["ECHO_C"]=""
  900. S["DEFS"]="-DHAVE_CONFIG_H"
  901. S["mandir"]="${datarootdir}/man"
  902. S["localedir"]="${datarootdir}/locale"
  903. S["libdir"]="${exec_prefix}/lib"
  904. S["psdir"]="${docdir}"
  905. S["pdfdir"]="${docdir}"
  906. S["dvidir"]="${docdir}"
  907. S["htmldir"]="${docdir}"
  908. S["infodir"]="${datarootdir}/info"
  909. S["docdir"]="${datarootdir}/doc/${PACKAGE}"
  910. S["oldincludedir"]="/usr/include"
  911. S["includedir"]="${prefix}/include"
  912. S["localstatedir"]="${prefix}/var"
  913. S["sharedstatedir"]="${prefix}/com"
  914. S["sysconfdir"]="${prefix}/etc"
  915. S["datadir"]="${datarootdir}"
  916. S["datarootdir"]="${prefix}/share"
  917. S["libexecdir"]="${exec_prefix}/libexec"
  918. S["sbindir"]="${exec_prefix}/sbin"
  919. S["bindir"]="${exec_prefix}/bin"
  920. S["program_transform_name"]="s&^&arm-buildroot-linux-uclibcgnueabi-&"
  921. S["prefix"]="/home/john/AM335/buildroot/output/host/usr"
  922. S["exec_prefix"]="${prefix}"
  923. S["PACKAGE_URL"]=""
  924. S["PACKAGE_BUGREPORT"]=""
  925. S["PACKAGE_STRING"]=""
  926. S["PACKAGE_VERSION"]=""
  927. S["PACKAGE_TARNAME"]=""
  928. S["PACKAGE_NAME"]=""
  929. S["PATH_SEPARATOR"]=":"
  930. S["SHELL"]="/bin/sh"
  931. _ACAWK
  932. cat >>"$tmp/subs1.awk" <<_ACAWK &&
  933.   for (key in S) S_is_set[key] = 1
  934.   FS = ""
  935.   $ac_cs_awk_pipe_init
  936. }
  937. {
  938.   line = $ 0
  939.   nfields = split(line, field, "@")
  940.   substed = 0
  941.   len = length(field[1])
  942.   for (i = 2; i < nfields; i++) {
  943.     key = field[i]
  944.     keylen = length(key)
  945.     if (S_is_set[key]) {
  946.       value = S[key]
  947.       line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
  948.       len += length(value) + length(field[++i])
  949.       substed = 1
  950.     } else
  951.       len += 1 + keylen
  952.   }
  953.   if (nfields == 3 && !substed) {
  954.     key = field[2]
  955.     if (F[key] != "" && line ~ /^[   ]*@.*@[     ]*$/) {
  956.       $ac_cs_awk_read_file
  957.       next
  958.     }
  959.   }
  960.   print line
  961. }
  962. $ac_cs_awk_pipe_fini
  963. _ACAWK
  964. if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
  965.   sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
  966. else
  967.   cat
  968. fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
  969.   || as_fn_error "could not setup config files machinery" "$LINENO" 5
  970. fi # test -n "$CONFIG_FILES"
  971.  
  972. # Set up the scripts for CONFIG_HEADERS section.
  973. # No need to generate them if there are no CONFIG_HEADERS.
  974. # This happens for instance with `./config.status Makefile'.
  975. if test -n "$CONFIG_HEADERS"; then
  976. cat >"$tmp/defines.awk" <<\_ACAWK ||
  977. BEGIN {
  978. D["PACKAGE_NAME"]=" \"\""
  979. D["PACKAGE_TARNAME"]=" \"\""
  980. D["PACKAGE_VERSION"]=" \"\""
  981. D["PACKAGE_STRING"]=" \"\""
  982. D["PACKAGE_BUGREPORT"]=" \"\""
  983. D["PACKAGE_URL"]=" \"\""
  984. D["HAVE_GNU_LD"]=" 1"
  985. D["HAVE_GNU_AS"]=" 0"
  986. D["STDC_HEADERS"]=" 1"
  987. D["HAVE_SYS_TYPES_H"]=" 1"
  988. D["HAVE_SYS_STAT_H"]=" 1"
  989. D["HAVE_STDLIB_H"]=" 1"
  990. D["HAVE_STRING_H"]=" 1"
  991. D["HAVE_MEMORY_H"]=" 1"
  992. D["HAVE_STRINGS_H"]=" 1"
  993. D["HAVE_INTTYPES_H"]=" 1"
  994. D["HAVE_STDINT_H"]=" 1"
  995. D["HAVE_UNISTD_H"]=" 1"
  996. D["__EXTENSIONS__"]=" 1"
  997. D["_ALL_SOURCE"]=" 1"
  998. D["_GNU_SOURCE"]=" 1"
  999. D["_POSIX_PTHREAD_SEMANTICS"]=" 1"
  1000. D["_TANDEM_SOURCE"]=" 1"
  1001. D["_FILE_OFFSET_BITS"]=" 64"
  1002. D["SIZEOF_VOID_P"]=" 4"
  1003. D["SIZEOF_SHORT"]=" 2"
  1004. D["SIZEOF_INT"]=" 4"
  1005. D["SIZEOF_LONG"]=" 4"
  1006. D["HAVE_LONG_LONG"]=" 1"
  1007. D["SIZEOF_LONG_LONG"]=" 8"
  1008. D["HAVE_LONG_LONG_INT"]=" 1"
  1009. D["HAVE_INTMAX_T"]=" 1"
  1010. D["HAVE_INTPTR_T"]=" 1"
  1011. D["HAVE_UNSIGNED_LONG_LONG_INT"]=" 1"
  1012. D["HAVE_UINTMAX_T"]=" 1"
  1013. D["HAVE_UINTPTR_T"]=" 1"
  1014. D["ENABLE_ASSERT_CHECKING"]=" 1"
  1015. D["ENABLE_RUNTIME_CHECKING"]=" 1"
  1016. D["ENABLE_DECIMAL_FLOAT"]=" 0"
  1017. D["ENABLE_DECIMAL_BID_FORMAT"]=" 0"
  1018. D["ENABLE_FIXED_POINT"]=" 0"
  1019. D["STDC_HEADERS"]=" 1"
  1020. D["TIME_WITH_SYS_TIME"]=" 1"
  1021. D["STRING_WITH_STRINGS"]=" 1"
  1022. D["HAVE_SYS_WAIT_H"]=" 1"
  1023. D["HAVE_LIMITS_H"]=" 1"
  1024. D["HAVE_STDDEF_H"]=" 1"
  1025. D["HAVE_STRING_H"]=" 1"
  1026. D["HAVE_STRINGS_H"]=" 1"
  1027. D["HAVE_STDLIB_H"]=" 1"
  1028. D["HAVE_TIME_H"]=" 1"
  1029. D["HAVE_ICONV_H"]=" 1"
  1030. D["HAVE_FCNTL_H"]=" 1"
  1031. D["HAVE_UNISTD_H"]=" 1"
  1032. D["HAVE_SYS_FILE_H"]=" 1"
  1033. D["HAVE_SYS_TIME_H"]=" 1"
  1034. D["HAVE_SYS_MMAN_H"]=" 1"
  1035. D["HAVE_SYS_RESOURCE_H"]=" 1"
  1036. D["HAVE_SYS_PARAM_H"]=" 1"
  1037. D["HAVE_SYS_TIMES_H"]=" 1"
  1038. D["HAVE_SYS_STAT_H"]=" 1"
  1039. D["HAVE_MALLOC_H"]=" 1"
  1040. D["HAVE_LANGINFO_H"]=" 1"
  1041. D["HAVE_LOCALE_H"]=" 1"
  1042. D["HAVE_WCHAR_H"]=" 1"
  1043. D["HAVE_TR1_UNORDERED_MAP"]=" 1"
  1044. D["HAVE_EXT_HASH_MAP"]=" 1"
  1045. D["HAVE_INTTYPES_H"]=" 1"
  1046. D["HAVE_TIMES"]=" 1"
  1047. D["HAVE_CLOCK"]=" 1"
  1048. D["HAVE_KILL"]=" 1"
  1049. D["HAVE_GETRLIMIT"]=" 1"
  1050. D["HAVE_SETRLIMIT"]=" 1"
  1051. D["HAVE_ATOLL"]=" 1"
  1052. D["HAVE_SYSCONF"]=" 1"
  1053. D["HAVE_STRSIGNAL"]=" 1"
  1054. D["HAVE_GETRUSAGE"]=" 1"
  1055. D["HAVE_NL_LANGINFO"]=" 1"
  1056. D["HAVE_GETTIMEOFDAY"]=" 1"
  1057. D["HAVE_MBSTOWCS"]=" 1"
  1058. D["HAVE_WCSWIDTH"]=" 1"
  1059. D["HAVE_MMAP"]=" 1"
  1060. D["HAVE_SETLOCALE"]=" 1"
  1061. D["HAVE_CLEARERR_UNLOCKED"]=" 1"
  1062. D["HAVE_FEOF_UNLOCKED"]=" 1"
  1063. D["HAVE_FERROR_UNLOCKED"]=" 1"
  1064. D["HAVE_FFLUSH_UNLOCKED"]=" 1"
  1065. D["HAVE_FGETC_UNLOCKED"]=" 1"
  1066. D["HAVE_FGETS_UNLOCKED"]=" 1"
  1067. D["HAVE_FILENO_UNLOCKED"]=" 1"
  1068. D["HAVE_FPUTC_UNLOCKED"]=" 1"
  1069. D["HAVE_FPUTS_UNLOCKED"]=" 1"
  1070. D["HAVE_FREAD_UNLOCKED"]=" 1"
  1071. D["HAVE_FWRITE_UNLOCKED"]=" 1"
  1072. D["HAVE_GETCHAR_UNLOCKED"]=" 1"
  1073. D["HAVE_GETC_UNLOCKED"]=" 1"
  1074. D["HAVE_PUTCHAR_UNLOCKED"]=" 1"
  1075. D["HAVE_PUTC_UNLOCKED"]=" 1"
  1076. D["HAVE_WORKING_MBSTOWCS"]=" 1"
  1077. D["HAVE_MMAP_FILE"]=" 1"
  1078. D["HAVE_MMAP_DEV_ZERO"]=" 1"
  1079. D["HAVE_MMAP_ANON"]=" 1"
  1080. D["HAVE_FORK"]=" 1"
  1081. D["HAVE_VFORK"]=" 1"
  1082. D["HAVE_WORKING_VFORK"]=" 1"
  1083. D["HAVE_WORKING_FORK"]=" 1"
  1084. D["HAVE_ICONV"]=" 1"
  1085. D["ICONV_CONST"]=" "
  1086. D["HAVE_LC_MESSAGES"]=" 1"
  1087. D["HAVE_LANGINFO_CODESET"]=" 1"
  1088. D["HAVE_DECL_GETENV"]=" 1"
  1089. D["HAVE_DECL_ATOL"]=" 1"
  1090. D["HAVE_DECL_ASPRINTF"]=" 1"
  1091. D["HAVE_DECL_SBRK"]=" 1"
  1092. D["HAVE_DECL_ABORT"]=" 1"
  1093. D["HAVE_DECL_ATOF"]=" 1"
  1094. D["HAVE_DECL_GETCWD"]=" 1"
  1095. D["HAVE_DECL_GETWD"]=" 1"
  1096. D["HAVE_DECL_STRSIGNAL"]=" 1"
  1097. D["HAVE_DECL_STRSTR"]=" 1"
  1098. D["HAVE_DECL_STRVERSCMP"]=" 1"
  1099. D["HAVE_DECL_ERRNO"]=" 1"
  1100. D["HAVE_DECL_SNPRINTF"]=" 1"
  1101. D["HAVE_DECL_VSNPRINTF"]=" 1"
  1102. D["HAVE_DECL_VASPRINTF"]=" 1"
  1103. D["HAVE_DECL_MALLOC"]=" 1"
  1104. D["HAVE_DECL_REALLOC"]=" 1"
  1105. D["HAVE_DECL_CALLOC"]=" 1"
  1106. D["HAVE_DECL_FREE"]=" 1"
  1107. D["HAVE_DECL_BASENAME"]=" 1"
  1108. D["HAVE_DECL_GETOPT"]=" 0"
  1109. D["HAVE_DECL_CLOCK"]=" 1"
  1110. D["HAVE_DECL_GETPAGESIZE"]=" 1"
  1111. D["HAVE_DECL_CLEARERR_UNLOCKED"]=" 1"
  1112. D["HAVE_DECL_FEOF_UNLOCKED"]=" 1"
  1113. D["HAVE_DECL_FERROR_UNLOCKED"]=" 1"
  1114. D["HAVE_DECL_FFLUSH_UNLOCKED"]=" 1"
  1115. D["HAVE_DECL_FGETC_UNLOCKED"]=" 1"
  1116. D["HAVE_DECL_FGETS_UNLOCKED"]=" 1"
  1117. D["HAVE_DECL_FILENO_UNLOCKED"]=" 1"
  1118. D["HAVE_DECL_FPRINTF_UNLOCKED"]=" 0"
  1119. D["HAVE_DECL_FPUTC_UNLOCKED"]=" 1"
  1120. D["HAVE_DECL_FPUTS_UNLOCKED"]=" 1"
  1121. D["HAVE_DECL_FREAD_UNLOCKED"]=" 1"
  1122. D["HAVE_DECL_FWRITE_UNLOCKED"]=" 1"
  1123. D["HAVE_DECL_GETCHAR_UNLOCKED"]=" 1"
  1124. D["HAVE_DECL_GETC_UNLOCKED"]=" 1"
  1125. D["HAVE_DECL_PUTCHAR_UNLOCKED"]=" 1"
  1126. D["HAVE_DECL_PUTC_UNLOCKED"]=" 1"
  1127. D["HAVE_DECL_GETRLIMIT"]=" 1"
  1128. D["HAVE_DECL_SETRLIMIT"]=" 1"
  1129. D["HAVE_DECL_GETRUSAGE"]=" 1"
  1130. D["HAVE_DECL_LDGETNAME"]=" 0"
  1131. D["HAVE_DECL_TIMES"]=" 1"
  1132. D["HAVE_DECL_SIGALTSTACK"]=" 1"
  1133. D["HAVE_STRUCT_TMS"]=" 1"
  1134. D["HAVE_CLOCK_T"]=" 1"
  1135. D["HAVE_INITFINI_ARRAY"]=" 1"
  1136. D["HAVE_GETIPINFO"]=" 1"
  1137. D["NEED_64BIT_HOST_WIDE_INT"]=" 1"
  1138. D["EXTRA_MODES_FILE"]=" \"config/arm/arm-modes.def\""
  1139. D["LTOPLUGINSONAME"]=" \"liblto_plugin.so\""
  1140. D["HAVE_DLFCN_H"]=" 1"
  1141. D["LT_OBJDIR"]=" \".libs/\""
  1142. D["PLUGIN_LD"]=" \"ld\""
  1143. D["HAVE_GAS_BALIGN_AND_P2ALIGN"]=" 1"
  1144. D["HAVE_GAS_MAX_SKIP_P2ALIGN"]=" 1"
  1145. D["HAVE_GAS_SUBSECTION_ORDERING"]=" 1"
  1146. D["HAVE_GAS_WEAK"]=" 1"
  1147. D["HAVE_GAS_WEAKREF"]=" 1"
  1148. D["HAVE_GAS_HIDDEN"]=" 1"
  1149. D["HAVE_LD_RO_RW_SECTION_MIXING"]=" 1"
  1150. D["HAVE_AS_LEB128"]=" 1"
  1151. D["HAVE_GAS_CFI_DIRECTIVE"]=" 1"
  1152. D["HAVE_GAS_CFI_PERSONALITY_DIRECTIVE"]=" 1"
  1153. D["HAVE_GAS_CFI_SECTIONS_DIRECTIVE"]=" 1"
  1154. D["HAVE_GAS_SHF_MERGE"]=" 1"
  1155. D["HAVE_COMDAT_GROUP"]=" 1"
  1156. D["HAVE_GAS_DISCRIMINATOR"]=" 1"
  1157. D["HAVE_AS_TLS"]=" 1"
  1158. D["HAVE_LD_STATIC_DYNAMIC"]=" 1"
  1159. D["LD_STATIC_OPTION"]=" \"-Bstatic\""
  1160. D["LD_DYNAMIC_OPTION"]=" \"-Bdynamic\""
  1161. D["HAVE_LTO_PLUGIN"]=" 1"
  1162. D["HAVE_AS_DWARF2_DEBUG_LINE"]=" 1"
  1163. D["HAVE_AS_GDWARF2_DEBUG_FLAG"]=" 1"
  1164. D["HAVE_AS_GSTABS_DEBUG_FLAG"]=" 1"
  1165. D["HAVE_AS_DEBUG_PREFIX_MAP"]=" 1"
  1166. D["HAVE_AS_LINE_ZERO"]=" 1"
  1167. D["HAVE_LD_EH_FRAME_HDR"]=" 1"
  1168. D["HAVE_LD_PIE"]=" 1"
  1169. D["HAVE_LD_AS_NEEDED"]=" 1"
  1170. D["HAVE_LD_BUILDID"]=" 1"
  1171. D["HAVE_LD_SYSROOT"]=" 1"
  1172. D["ENABLE_LTO"]=" 1"
  1173. D["ENABLE_LTO"]=" 1"
  1174. D["ENABLE_LTO"]=" 1"
  1175. D["ENABLE_LTO"]=" 1"
  1176. D["ENABLE_LTO"]=" 1"
  1177. D["ENABLE_LTO"]=" 1"
  1178. D["ENABLE_LTO"]=" 1"
  1179. D["ENABLE_LTO"]=" 1"
  1180. D["ENABLE_PLUGIN"]=" 1"
  1181. D["ENABLE_LIBQUADMATH_SUPPORT"]=" 1"
  1182.   for (key in D) D_is_set[key] = 1
  1183.   FS = ""
  1184. }
  1185. /^[\t ]*#[\t ]*(define|undef)[\t ]+[_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ][_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789]*([\t (]|$)/ {
  1186.   line = $ 0
  1187.   split(line, arg, " ")
  1188.   if (arg[1] == "#") {
  1189.     defundef = arg[2]
  1190.     mac1 = arg[3]
  1191.   } else {
  1192.     defundef = substr(arg[1], 2)
  1193.     mac1 = arg[2]
  1194.   }
  1195.   split(mac1, mac2, "(") #)
  1196.   macro = mac2[1]
  1197.   prefix = substr(line, 1, index(line, defundef) - 1)
  1198.   if (D_is_set[macro]) {
  1199.     # Preserve the white space surrounding the "#".
  1200.     print prefix "define", macro P[macro] D[macro]
  1201.     next
  1202.   } else {
  1203.     # Replace #undef with comments.  This is necessary, for example,
  1204.     # in the case of _POSIX_SOURCE, which is predefined and required
  1205.     # on some systems where configure will not decide to define it.
  1206.     if (defundef == "undef") {
  1207.       print "/*", prefix defundef, macro, "*/"
  1208.       next
  1209.     }
  1210.   }
  1211. }
  1212. { print }
  1213. _ACAWK
  1214.   as_fn_error "could not setup config headers machinery" "$LINENO" 5
  1215. fi # test -n "$CONFIG_HEADERS"
  1216.  
  1217.  
  1218. eval set X "  :F $CONFIG_FILES  :H $CONFIG_HEADERS    :C $CONFIG_COMMANDS"
  1219. shift
  1220. for ac_tag
  1221. do
  1222.   case $ac_tag in
  1223.   :[FHLC]) ac_mode=$ac_tag; continue;;
  1224.   esac
  1225.   case $ac_mode$ac_tag in
  1226.   :[FHL]*:*);;
  1227.   :L* | :C*:*) as_fn_error "invalid tag \`$ac_tag'" "$LINENO" 5;;
  1228.  :[FH]-) ac_tag=-:-;;
  1229.  :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
  1230.  esac
  1231.  ac_save_IFS=$IFS
  1232.  IFS=:
  1233.  set x $ac_tag
  1234.  IFS=$ac_save_IFS
  1235.  shift
  1236.  ac_file=$1
  1237.  shift
  1238.  
  1239.  case $ac_mode in
  1240.  :L) ac_source=$1;;
  1241.  :[FH])
  1242.    ac_file_inputs=
  1243.    for ac_f
  1244.    do
  1245.      case $ac_f in
  1246.      -) ac_f="$tmp/stdin";;
  1247.      *) # Look for the file first in the build tree, then in the source tree
  1248.      # (if the path is not absolute).  The absolute path cannot be DOS-style,
  1249.      # because $ac_f cannot contain `:'.
  1250.      test -f "$ac_f" ||
  1251.        case $ac_f in
  1252.        [\\/$]*) false;;
  1253.        *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
  1254.        esac ||
  1255.        as_fn_error "cannot find input file: \`$ac_f'" "$LINENO" 5;;
  1256.      esac
  1257.      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
  1258.       as_fn_append ac_file_inputs " '$ac_f'"
  1259.     done
  1260.  
  1261.     # Let's still pretend it is `configure' which instantiates (i.e., don't
  1262.     # use $as_me), people would be surprised to read:
  1263.     #    /* config.h.  Generated by config.status.  */
  1264.     configure_input='Generated from '`
  1265.       $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
  1266.     `' by configure.'
  1267.     if test x"$ac_file" != x-; then
  1268.       configure_input="$ac_file.  $configure_input"
  1269.       { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
  1270. $as_echo "$as_me: creating $ac_file" >&6;}
  1271.     fi
  1272.     # Neutralize special characters interpreted by sed in replacement strings.
  1273.     case $configure_input in #(
  1274.     *\&* | *\|* | *\\* )
  1275.        ac_sed_conf_input=`$as_echo "$configure_input" |
  1276.        sed 's/[\\\\&|]/\\\\&/g'`;; #(
  1277.     *) ac_sed_conf_input=$configure_input;;
  1278.     esac
  1279.  
  1280.     case $ac_tag in
  1281.     *:-:* | *:-) cat >"$tmp/stdin" \
  1282.       || as_fn_error "could not create $ac_file" "$LINENO" 5 ;;
  1283.     esac
  1284.     ;;
  1285.   esac
  1286.  
  1287.   ac_dir=`$as_dirname -- "$ac_file" ||
  1288. $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
  1289.      X"$ac_file" : 'X\(//\)[^/]' \| \
  1290.      X"$ac_file" : 'X\(//\)$' \| \
  1291.      X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
  1292. $as_echo X"$ac_file" |
  1293.     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
  1294.         s//\1/
  1295.         q
  1296.       }
  1297.       /^X\(\/\/\)[^/].*/{
  1298.         s//\1/
  1299.         q
  1300.       }
  1301.       /^X\(\/\/\)$/{
  1302.         s//\1/
  1303.         q
  1304.       }
  1305.       /^X\(\/\).*/{
  1306.         s//\1/
  1307.         q
  1308.       }
  1309.       s/.*/./; q'`
  1310.   as_dir="$ac_dir"; as_fn_mkdir_p
  1311.   ac_builddir=.
  1312.  
  1313. case "$ac_dir" in
  1314. .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
  1315. *)
  1316.   ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
  1317.   # A ".." for each directory in $ac_dir_suffix.
  1318.   ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
  1319.   case $ac_top_builddir_sub in
  1320.   "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
  1321.   *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
  1322.   esac ;;
  1323. esac
  1324. ac_abs_top_builddir=$ac_pwd
  1325. ac_abs_builddir=$ac_pwd$ac_dir_suffix
  1326. # for backward compatibility:
  1327. ac_top_builddir=$ac_top_build_prefix
  1328.  
  1329. case $srcdir in
  1330.   .)  # We are building in place.
  1331.     ac_srcdir=.
  1332.     ac_top_srcdir=$ac_top_builddir_sub
  1333.     ac_abs_top_srcdir=$ac_pwd ;;
  1334.   [\\/]* | ?:[\\/]* )  # Absolute name.
  1335.     ac_srcdir=$srcdir$ac_dir_suffix;
  1336.     ac_top_srcdir=$srcdir
  1337.     ac_abs_top_srcdir=$srcdir ;;
  1338.   *) # Relative name.
  1339.     ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
  1340.     ac_top_srcdir=$ac_top_build_prefix$srcdir
  1341.     ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
  1342. esac
  1343. ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
  1344.  
  1345.  
  1346.   case $ac_mode in
  1347.   :F)
  1348.   #
  1349.   # CONFIG_FILE
  1350.   #
  1351.  
  1352. # If the template does not know about datarootdir, expand it.
  1353. # FIXME: This hack should be removed a few years after 2.60.
  1354. ac_datarootdir_hack=; ac_datarootdir_seen=
  1355. ac_sed_dataroot='
  1356. /datarootdir/ {
  1357.  p
  1358.  q
  1359. }
  1360. /@datadir@/p
  1361. /@docdir@/p
  1362. /@infodir@/p
  1363. /@localedir@/p
  1364. /@mandir@/p'
  1365. case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
  1366. *datarootdir*) ac_datarootdir_seen=yes;;
  1367. *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
  1368.   { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
  1369. $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
  1370.   ac_datarootdir_hack='
  1371.  s&@datadir@&${datarootdir}&g
  1372.  s&@docdir@&${datarootdir}/doc/${PACKAGE}&g
  1373.  s&@infodir@&${datarootdir}/info&g
  1374.  s&@localedir@&${datarootdir}/locale&g
  1375.  s&@mandir@&${datarootdir}/man&g
  1376.  s&\${datarootdir}&${prefix}/share&g' ;;
  1377. esac
  1378. ac_sed_extra="
  1379.  
  1380. :t
  1381. /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
  1382. s|@configure_input@|$ac_sed_conf_input|;t t
  1383. s&@top_builddir@&$ac_top_builddir_sub&;t t
  1384. s&@top_build_prefix@&$ac_top_build_prefix&;t t
  1385. s&@srcdir@&$ac_srcdir&;t t
  1386. s&@abs_srcdir@&$ac_abs_srcdir&;t t
  1387. s&@top_srcdir@&$ac_top_srcdir&;t t
  1388. s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
  1389. s&@builddir@&$ac_builddir&;t t
  1390. s&@abs_builddir@&$ac_abs_builddir&;t t
  1391. s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
  1392. $ac_datarootdir_hack
  1393. "
  1394. eval sed \"\$ac_sed_extra\" "$ac_file_inputs" |
  1395. if $ac_cs_awk_getline; then
  1396.   $AWK -f "$tmp/subs.awk"
  1397. else
  1398.   $AWK -f "$tmp/subs.awk" | $SHELL
  1399. fi >$tmp/out \
  1400.   || as_fn_error "could not create $ac_file" "$LINENO" 5
  1401.  
  1402. test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
  1403.   { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
  1404.   { ac_out=`sed -n '/^[  ]*datarootdir[  ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
  1405.   { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
  1406. which seems to be undefined.  Please make sure it is defined." >&5
  1407. $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
  1408. which seems to be undefined.  Please make sure it is defined." >&2;}
  1409.  
  1410.   rm -f "$tmp/stdin"
  1411.   case $ac_file in
  1412.   -) cat "$tmp/out" && rm -f "$tmp/out";;
  1413.   *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
  1414.   esac \
  1415.   || as_fn_error "could not create $ac_file" "$LINENO" 5
  1416.  ;;
  1417.   :H)
  1418.   #
  1419.   # CONFIG_HEADER
  1420.   #
  1421.   if test x"$ac_file" != x-; then
  1422.     {
  1423.       $as_echo "/* $configure_input  */" \
  1424.       && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
  1425.     } >"$tmp/config.h" \
  1426.       || as_fn_error "could not create $ac_file" "$LINENO" 5
  1427.     if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then
  1428.       { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
  1429. $as_echo "$as_me: $ac_file is unchanged" >&6;}
  1430.     else
  1431.       rm -f "$ac_file"
  1432.       mv "$tmp/config.h" "$ac_file" \
  1433.     || as_fn_error "could not create $ac_file" "$LINENO" 5
  1434.     fi
  1435.   else
  1436.     $as_echo "/* $configure_input  */" \
  1437.       && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
  1438.       || as_fn_error "could not create -" "$LINENO" 5
  1439.   fi
  1440.  ;;
  1441.  
  1442.   :C)  { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
  1443. $as_echo "$as_me: executing $ac_file commands" >&6;}
  1444.  ;;
  1445.   esac
  1446.  
  1447.  
  1448.   case $ac_file$ac_mode in
  1449.     "as":F) chmod +x as ;;
  1450.     "collect-ld":F) chmod +x collect-ld ;;
  1451.     "nm":F) chmod +x nm ;;
  1452.     "default":C)
  1453. case ${CONFIG_HEADERS} in
  1454.   *auto-host.h:config.in*)
  1455.   echo > cstamp-h ;;
  1456. esac
  1457. # Make sure all the subdirs exist.
  1458. for d in $subdirs doc build c-family
  1459. do
  1460.     test -d $d || mkdir $d
  1461. done
  1462.  ;;
  1463.  
  1464.   esac
  1465. done # for ac_tag
  1466.  
  1467.  
  1468. as_fn_exit 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement