Changeset 39136318 in rtems


Ignore:
Timestamp:
02/18/99 19:10:28 (25 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
5c609dd
Parents:
8548fe0
Message:

Regenerated.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • configure

    r8548fe0 r39136318  
    15291529if test -d "$srcdir/c/src/exec/score/cpu/$target_cpu"; then
    15301530  echo "$ac_t""yes" 1>&6
    1531   makefiles="$makefiles c/src/exec/score/cpu/$target_cpu/Makefile"
    15321531else
    15331532  { echo "configure: error: no" 1>&2; exit 1; }
     
    15511550set dummy $ac_prog; ac_word=$2
    15521551echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    1553 echo "configure:1554: checking for $ac_word" >&5
     1552echo "configure:1553: checking for $ac_word" >&5
    15541553if eval "test \"`echo '$''{'ac_cv_path_CC_FOR_TARGET'+set}'`\" = set"; then
    15551554  echo $ac_n "(cached) $ac_c" 1>&6
     
    15911590
    15921591echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6
    1593 echo "configure:1594: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
     1592echo "configure:1593: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
    15941593
    15951594ac_ext=c
     
    16011600
    16021601cat > conftest.$ac_ext <<EOF
    1603 #line 1604 "configure"
     1602#line 1603 "configure"
    16041603#include "confdefs.h"
    16051604main(){return(0);}
    16061605EOF
    1607 if { (eval echo configure:1608: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
     1606if { (eval echo configure:1607: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
    16081607  ac_cv_prog_cc_works=yes
    16091608  # If we can't run a trivial program, we are probably using a cross compiler.
     
    16251624fi
    16261625echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6
    1627 echo "configure:1628: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
     1626echo "configure:1627: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
    16281627echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6
    16291628cross_compiling=$ac_cv_prog_cc_cross
    16301629
    16311630echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6
    1632 echo "configure:1633: checking whether we are using GNU C" >&5
     1631echo "configure:1632: checking whether we are using GNU C" >&5
    16331632if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then
    16341633  echo $ac_n "(cached) $ac_c" 1>&6
     
    16391638#endif
    16401639EOF
    1641 if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:1642: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
     1640if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:1641: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
    16421641  ac_cv_prog_gcc=yes
    16431642else
     
    16541653  CFLAGS=
    16551654  echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6
    1656 echo "configure:1657: checking whether ${CC-cc} accepts -g" >&5
     1655echo "configure:1656: checking whether ${CC-cc} accepts -g" >&5
    16571656if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then
    16581657  echo $ac_n "(cached) $ac_c" 1>&6
     
    16961695
    16971696echo $ac_n "checking whether $CC_FOR_TARGET accepts -specs""... $ac_c" 1>&6
    1698 echo "configure:1699: checking whether $CC_FOR_TARGET accepts -specs" >&5
     1697echo "configure:1698: checking whether $CC_FOR_TARGET accepts -specs" >&5
    16991698if eval "test \"`echo '$''{'rtems_cv_gcc_specs'+set}'`\" = set"; then
    17001699  echo $ac_n "(cached) $ac_c" 1>&6
     
    17171716
    17181717echo $ac_n "checking whether $CC_FOR_TARGET accepts --pipe""... $ac_c" 1>&6
    1719 echo "configure:1720: checking whether $CC_FOR_TARGET accepts --pipe" >&5
     1718echo "configure:1719: checking whether $CC_FOR_TARGET accepts --pipe" >&5
    17201719if eval "test \"`echo '$''{'rtems_cv_gcc_pipe'+set}'`\" = set"; then
    17211720  echo $ac_n "(cached) $ac_c" 1>&6
     
    17581757set dummy $ac_prog; ac_word=$2
    17591758echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    1760 echo "configure:1761: checking for $ac_word" >&5
     1759echo "configure:1760: checking for $ac_word" >&5
    17611760if eval "test \"`echo '$''{'ac_cv_path_CXX_FOR_TARGET'+set}'`\" = set"; then
    17621761  echo $ac_n "(cached) $ac_c" 1>&6
     
    17981797
    17991798echo $ac_n "checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) works""... $ac_c" 1>&6
    1800 echo "configure:1801: checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) works" >&5
     1799echo "configure:1800: checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) works" >&5
    18011800
    18021801ac_ext=C
     
    18081807
    18091808cat > conftest.$ac_ext <<EOF
    1810 #line 1811 "configure"
     1809#line 1810 "configure"
    18111810#include "confdefs.h"
    18121811main(){return(0);}
    18131812EOF
    1814 if { (eval echo configure:1815: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
     1813if { (eval echo configure:1814: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
    18151814  ac_cv_prog_cxx_works=yes
    18161815  # If we can't run a trivial program, we are probably using a cross compiler.
     
    18381837fi
    18391838echo $ac_n "checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6
    1840 echo "configure:1841: checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) is a cross-compiler" >&5
     1839echo "configure:1840: checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) is a cross-compiler" >&5
    18411840echo "$ac_t""$ac_cv_prog_cxx_cross" 1>&6
    18421841cross_compiling=$ac_cv_prog_cxx_cross
    18431842
    18441843echo $ac_n "checking whether we are using GNU C++""... $ac_c" 1>&6
    1845 echo "configure:1846: checking whether we are using GNU C++" >&5
     1844echo "configure:1845: checking whether we are using GNU C++" >&5
    18461845if eval "test \"`echo '$''{'ac_cv_prog_gxx'+set}'`\" = set"; then
    18471846  echo $ac_n "(cached) $ac_c" 1>&6
     
    18521851#endif
    18531852EOF
    1854 if { ac_try='${CXX-g++} -E conftest.C'; { (eval echo configure:1855: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
     1853if { ac_try='${CXX-g++} -E conftest.C'; { (eval echo configure:1854: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
    18551854  ac_cv_prog_gxx=yes
    18561855else
     
    18671866  CXXFLAGS=
    18681867  echo $ac_n "checking whether ${CXX-g++} accepts -g""... $ac_c" 1>&6
    1869 echo "configure:1870: checking whether ${CXX-g++} accepts -g" >&5
     1868echo "configure:1869: checking whether ${CXX-g++} accepts -g" >&5
    18701869if eval "test \"`echo '$''{'ac_cv_prog_cxx_g'+set}'`\" = set"; then
    18711870  echo $ac_n "(cached) $ac_c" 1>&6
     
    19211920 
    19221921echo $ac_n "checking target's ar""... $ac_c" 1>&6
    1923 echo "configure:1924: checking target's ar" >&5
     1922echo "configure:1923: checking target's ar" >&5
    19241923if eval "test \"`echo '$''{'ac_cv_path_AR_FOR_TARGET'+set}'`\" = set"; then
    19251924  echo $ac_n "(cached) $ac_c" 1>&6
     
    19541953    # intends
    19551954    echo $ac_n "checking whether environment variable AR_FOR_TARGET is an absolute path""... $ac_c" 1>&6
    1956 echo "configure:1957: checking whether environment variable AR_FOR_TARGET is an absolute path" >&5
     1955echo "configure:1956: checking whether environment variable AR_FOR_TARGET is an absolute path" >&5
    19571956    case "$AR_FOR_TARGET" in
    19581957    /*) # valid
     
    19711970set dummy "$program_prefix"ar; ac_word=$2
    19721971echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    1973 echo "configure:1974: checking for $ac_word" >&5
     1972echo "configure:1973: checking for $ac_word" >&5
    19741973if eval "test \"`echo '$''{'ac_cv_path_AR_FOR_TARGET'+set}'`\" = set"; then
    19751974  echo $ac_n "(cached) $ac_c" 1>&6
     
    20042003 
    20052004echo $ac_n "checking target's as""... $ac_c" 1>&6
    2006 echo "configure:2007: checking target's as" >&5
     2005echo "configure:2006: checking target's as" >&5
    20072006if eval "test \"`echo '$''{'ac_cv_path_AS_FOR_TARGET'+set}'`\" = set"; then
    20082007  echo $ac_n "(cached) $ac_c" 1>&6
     
    20372036    # intends
    20382037    echo $ac_n "checking whether environment variable AS_FOR_TARGET is an absolute path""... $ac_c" 1>&6
    2039 echo "configure:2040: checking whether environment variable AS_FOR_TARGET is an absolute path" >&5
     2038echo "configure:2039: checking whether environment variable AS_FOR_TARGET is an absolute path" >&5
    20402039    case "$AS_FOR_TARGET" in
    20412040    /*) # valid
     
    20542053set dummy "$program_prefix"as; ac_word=$2
    20552054echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    2056 echo "configure:2057: checking for $ac_word" >&5
     2055echo "configure:2056: checking for $ac_word" >&5
    20572056if eval "test \"`echo '$''{'ac_cv_path_AS_FOR_TARGET'+set}'`\" = set"; then
    20582057  echo $ac_n "(cached) $ac_c" 1>&6
     
    20872086 
    20882087echo $ac_n "checking target's ld""... $ac_c" 1>&6
    2089 echo "configure:2090: checking target's ld" >&5
     2088echo "configure:2089: checking target's ld" >&5
    20902089if eval "test \"`echo '$''{'ac_cv_path_LD_FOR_TARGET'+set}'`\" = set"; then
    20912090  echo $ac_n "(cached) $ac_c" 1>&6
     
    21202119    # intends
    21212120    echo $ac_n "checking whether environment variable LD_FOR_TARGET is an absolute path""... $ac_c" 1>&6
    2122 echo "configure:2123: checking whether environment variable LD_FOR_TARGET is an absolute path" >&5
     2121echo "configure:2122: checking whether environment variable LD_FOR_TARGET is an absolute path" >&5
    21232122    case "$LD_FOR_TARGET" in
    21242123    /*) # valid
     
    21372136set dummy "$program_prefix"ld; ac_word=$2
    21382137echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    2139 echo "configure:2140: checking for $ac_word" >&5
     2138echo "configure:2139: checking for $ac_word" >&5
    21402139if eval "test \"`echo '$''{'ac_cv_path_LD_FOR_TARGET'+set}'`\" = set"; then
    21412140  echo $ac_n "(cached) $ac_c" 1>&6
     
    21702169 
    21712170echo $ac_n "checking target's nm""... $ac_c" 1>&6
    2172 echo "configure:2173: checking target's nm" >&5
     2171echo "configure:2172: checking target's nm" >&5
    21732172if eval "test \"`echo '$''{'ac_cv_path_NM_FOR_TARGET'+set}'`\" = set"; then
    21742173  echo $ac_n "(cached) $ac_c" 1>&6
     
    22032202    # intends
    22042203    echo $ac_n "checking whether environment variable NM_FOR_TARGET is an absolute path""... $ac_c" 1>&6
    2205 echo "configure:2206: checking whether environment variable NM_FOR_TARGET is an absolute path" >&5
     2204echo "configure:2205: checking whether environment variable NM_FOR_TARGET is an absolute path" >&5
    22062205    case "$NM_FOR_TARGET" in
    22072206    /*) # valid
     
    22202219set dummy "$program_prefix"nm; ac_word=$2
    22212220echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    2222 echo "configure:2223: checking for $ac_word" >&5
     2221echo "configure:2222: checking for $ac_word" >&5
    22232222if eval "test \"`echo '$''{'ac_cv_path_NM_FOR_TARGET'+set}'`\" = set"; then
    22242223  echo $ac_n "(cached) $ac_c" 1>&6
     
    22542253 
    22552254echo $ac_n "checking target's ranlib""... $ac_c" 1>&6
    2256 echo "configure:2257: checking target's ranlib" >&5
     2255echo "configure:2256: checking target's ranlib" >&5
    22572256if eval "test \"`echo '$''{'ac_cv_path_RANLIB_FOR_TARGET'+set}'`\" = set"; then
    22582257  echo $ac_n "(cached) $ac_c" 1>&6
     
    22872286    # intends
    22882287    echo $ac_n "checking whether environment variable RANLIB_FOR_TARGET is an absolute path""... $ac_c" 1>&6
    2289 echo "configure:2290: checking whether environment variable RANLIB_FOR_TARGET is an absolute path" >&5
     2288echo "configure:2289: checking whether environment variable RANLIB_FOR_TARGET is an absolute path" >&5
    22902289    case "$RANLIB_FOR_TARGET" in
    22912290    /*) # valid
     
    23042303set dummy "$program_prefix"ranlib; ac_word=$2
    23052304echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    2306 echo "configure:2307: checking for $ac_word" >&5
     2305echo "configure:2306: checking for $ac_word" >&5
    23072306if eval "test \"`echo '$''{'ac_cv_path_RANLIB_FOR_TARGET'+set}'`\" = set"; then
    23082307  echo $ac_n "(cached) $ac_c" 1>&6
     
    23392338   
    23402339echo $ac_n "checking whether $AR_FOR_TARGET -s works""... $ac_c" 1>&6
    2341 echo "configure:2342: checking whether $AR_FOR_TARGET -s works" >&5
     2340echo "configure:2341: checking whether $AR_FOR_TARGET -s works" >&5
    23422341if eval "test \"`echo '$''{'rtems_cv_AR_FOR_TARGET_S'+set}'`\" = set"; then
    23432342  echo $ac_n "(cached) $ac_c" 1>&6
     
    23482347{ return b; }
    23492348EOF
    2350 if { ac_try='$CC_FOR_TARGET -o conftest.o -c conftest.$ac_ext'; { (eval echo configure:2351: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } \
    2351   && { ac_try='$AR_FOR_TARGET -sr conftest.a conftest.o'; { (eval echo configure:2352: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } \
     2349if { ac_try='$CC_FOR_TARGET -o conftest.o -c conftest.$ac_ext'; { (eval echo configure:2350: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } \
     2350  && { ac_try='$AR_FOR_TARGET -sr conftest.a conftest.o'; { (eval echo configure:2351: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } \
    23522351  && test -s conftest.a ; \
    23532352then
     
    23742373 
    23752374echo $ac_n "checking target's objcopy""... $ac_c" 1>&6
    2376 echo "configure:2377: checking target's objcopy" >&5
     2375echo "configure:2376: checking target's objcopy" >&5
    23772376if eval "test \"`echo '$''{'ac_cv_path_OBJCOPY_FOR_TARGET'+set}'`\" = set"; then
    23782377  echo $ac_n "(cached) $ac_c" 1>&6
     
    24072406    # intends
    24082407    echo $ac_n "checking whether environment variable OBJCOPY_FOR_TARGET is an absolute path""... $ac_c" 1>&6
    2409 echo "configure:2410: checking whether environment variable OBJCOPY_FOR_TARGET is an absolute path" >&5
     2408echo "configure:2409: checking whether environment variable OBJCOPY_FOR_TARGET is an absolute path" >&5
    24102409    case "$OBJCOPY_FOR_TARGET" in
    24112410    /*) # valid
     
    24242423set dummy "$program_prefix"objcopy; ac_word=$2
    24252424echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    2426 echo "configure:2427: checking for $ac_word" >&5
     2425echo "configure:2426: checking for $ac_word" >&5
    24272426if eval "test \"`echo '$''{'ac_cv_path_OBJCOPY_FOR_TARGET'+set}'`\" = set"; then
    24282427  echo $ac_n "(cached) $ac_c" 1>&6
     
    24572456 
    24582457echo $ac_n "checking target's size""... $ac_c" 1>&6
    2459 echo "configure:2460: checking target's size" >&5
     2458echo "configure:2459: checking target's size" >&5
    24602459if eval "test \"`echo '$''{'ac_cv_path_SIZE_FOR_TARGET'+set}'`\" = set"; then
    24612460  echo $ac_n "(cached) $ac_c" 1>&6
     
    24902489    # intends
    24912490    echo $ac_n "checking whether environment variable SIZE_FOR_TARGET is an absolute path""... $ac_c" 1>&6
    2492 echo "configure:2493: checking whether environment variable SIZE_FOR_TARGET is an absolute path" >&5
     2491echo "configure:2492: checking whether environment variable SIZE_FOR_TARGET is an absolute path" >&5
    24932492    case "$SIZE_FOR_TARGET" in
    24942493    /*) # valid
     
    25072506set dummy "$program_prefix"size; ac_word=$2
    25082507echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    2509 echo "configure:2510: checking for $ac_word" >&5
     2508echo "configure:2509: checking for $ac_word" >&5
    25102509if eval "test \"`echo '$''{'ac_cv_path_SIZE_FOR_TARGET'+set}'`\" = set"; then
    25112510  echo $ac_n "(cached) $ac_c" 1>&6
     
    25402539 
    25412540echo $ac_n "checking target's strip""... $ac_c" 1>&6
    2542 echo "configure:2543: checking target's strip" >&5
     2541echo "configure:2542: checking target's strip" >&5
    25432542if eval "test \"`echo '$''{'ac_cv_path_STRIP_FOR_TARGET'+set}'`\" = set"; then
    25442543  echo $ac_n "(cached) $ac_c" 1>&6
     
    25732572    # intends
    25742573    echo $ac_n "checking whether environment variable STRIP_FOR_TARGET is an absolute path""... $ac_c" 1>&6
    2575 echo "configure:2576: checking whether environment variable STRIP_FOR_TARGET is an absolute path" >&5
     2574echo "configure:2575: checking whether environment variable STRIP_FOR_TARGET is an absolute path" >&5
    25762575    case "$STRIP_FOR_TARGET" in
    25772576    /*) # valid
     
    25902589set dummy "$program_prefix"strip; ac_word=$2
    25912590echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    2592 echo "configure:2593: checking for $ac_word" >&5
     2591echo "configure:2592: checking for $ac_word" >&5
    25932592if eval "test \"`echo '$''{'ac_cv_path_STRIP_FOR_TARGET'+set}'`\" = set"; then
    25942593  echo $ac_n "(cached) $ac_c" 1>&6
     
    26252624if test "${target_cpu}" = "i386"; then
    26262625    echo $ac_n "checking for 16 bit mode assembler support""... $ac_c" 1>&6
    2627 echo "configure:2628: checking for 16 bit mode assembler support" >&5
     2626echo "configure:2627: checking for 16 bit mode assembler support" >&5
    26282627if eval "test \"`echo '$''{'rtems_cv_prog_gas_code16'+set}'`\" = set"; then
    26292628  echo $ac_n "(cached) $ac_c" 1>&6
     
    26352634         lgdt 0
    26362635EOF
    2637       if { ac_try='$AS_FOR_TARGET -o conftest.o conftest.s'; { (eval echo configure:2638: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; }; then
     2636      if { ac_try='$AS_FOR_TARGET -o conftest.o conftest.s'; { (eval echo configure:2637: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; }; then
    26382637        rtems_cv_prog_gas_code16=yes
    26392638      else
     
    26502649set dummy gcc; ac_word=$2
    26512650echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    2652 echo "configure:2653: checking for $ac_word" >&5
     2651echo "configure:2652: checking for $ac_word" >&5
    26532652if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
    26542653  echo $ac_n "(cached) $ac_c" 1>&6
     
    26792678set dummy cc; ac_word=$2
    26802679echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    2681 echo "configure:2682: checking for $ac_word" >&5
     2680echo "configure:2681: checking for $ac_word" >&5
    26822681if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
    26832682  echo $ac_n "(cached) $ac_c" 1>&6
     
    27272726
    27282727echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6
    2729 echo "configure:2730: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
     2728echo "configure:2729: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
    27302729
    27312730ac_ext=c
     
    27372736
    27382737cat > conftest.$ac_ext <<EOF
    2739 #line 2740 "configure"
     2738#line 2739 "configure"
    27402739#include "confdefs.h"
    27412740main(){return(0);}
    27422741EOF
    2743 if { (eval echo configure:2744: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
     2742if { (eval echo configure:2743: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
    27442743  ac_cv_prog_cc_works=yes
    27452744  # If we can't run a trivial program, we are probably using a cross compiler.
     
    27612760fi
    27622761echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6
    2763 echo "configure:2764: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
     2762echo "configure:2763: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
    27642763echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6
    27652764cross_compiling=$ac_cv_prog_cc_cross
    27662765
    27672766echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6
    2768 echo "configure:2769: checking whether we are using GNU C" >&5
     2767echo "configure:2768: checking whether we are using GNU C" >&5
    27692768if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then
    27702769  echo $ac_n "(cached) $ac_c" 1>&6
     
    27752774#endif
    27762775EOF
    2777 if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:2778: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
     2776if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:2777: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
    27782777  ac_cv_prog_gcc=yes
    27792778else
     
    27902789  CFLAGS=
    27912790  echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6
    2792 echo "configure:2793: checking whether ${CC-cc} accepts -g" >&5
     2791echo "configure:2792: checking whether ${CC-cc} accepts -g" >&5
    27932792if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then
    27942793  echo $ac_n "(cached) $ac_c" 1>&6
     
    28192818
    28202819echo $ac_n "checking for Cygwin32 environment""... $ac_c" 1>&6
    2821 echo "configure:2822: checking for Cygwin32 environment" >&5
     2820echo "configure:2821: checking for Cygwin32 environment" >&5
    28222821if eval "test \"`echo '$''{'rtems_cv_cygwin32'+set}'`\" = set"; then
    28232822  echo $ac_n "(cached) $ac_c" 1>&6
    28242823else
    28252824  cat > conftest.$ac_ext <<EOF
    2826 #line 2827 "configure"
     2825#line 2826 "configure"
    28272826#include "confdefs.h"
    28282827
     
    28312830; return 0; }
    28322831EOF
    2833 if { (eval echo configure:2834: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     2832if { (eval echo configure:2833: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    28342833  rm -rf conftest*
    28352834  rtems_cv_cygwin32=yes
     
    28492848
    28502849echo $ac_n "checking for executable suffix""... $ac_c" 1>&6
    2851 echo "configure:2852: checking for executable suffix" >&5
     2850echo "configure:2851: checking for executable suffix" >&5
    28522851if eval "test \"`echo '$''{'rtems_cv_exeext'+set}'`\" = set"; then
    28532852  echo $ac_n "(cached) $ac_c" 1>&6
     
    28902889do
    28912890echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
    2892 echo "configure:2893: checking for $ac_func" >&5
     2891echo "configure:2892: checking for $ac_func" >&5
    28932892if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
    28942893  echo $ac_n "(cached) $ac_c" 1>&6
    28952894else
    28962895  cat > conftest.$ac_ext <<EOF
    2897 #line 2898 "configure"
     2896#line 2897 "configure"
    28982897#include "confdefs.h"
    28992898/* System header to define __stub macros and hopefully few prototypes,
     
    29182917; return 0; }
    29192918EOF
    2920 if { (eval echo configure:2921: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
     2919if { (eval echo configure:2920: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
    29212920  rm -rf conftest*
    29222921  eval "ac_cv_func_$ac_func=yes"
     
    29472946
    29482947echo $ac_n "checking whether $RTEMS_HOST supports System V semaphores""... $ac_c" 1>&6
    2949 echo "configure:2950: checking whether $RTEMS_HOST supports System V semaphores" >&5
     2948echo "configure:2949: checking whether $RTEMS_HOST supports System V semaphores" >&5
    29502949if eval "test \"`echo '$''{'rtems_cv_sysv_sem'+set}'`\" = set"; then
    29512950  echo $ac_n "(cached) $ac_c" 1>&6
     
    29562955else
    29572956  cat > conftest.$ac_ext <<EOF
    2958 #line 2959 "configure"
     2957#line 2958 "configure"
    29592958#include "confdefs.h"
    29602959
     
    29822981
    29832982EOF
    2984 if { (eval echo configure:2985: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit) 2>/dev/null
     2983if { (eval echo configure:2984: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit) 2>/dev/null
    29852984then
    29862985  rtems_cv_sysv_sem="yes"
     
    30053004
    30063005echo $ac_n "checking whether $RTEMS_HOST supports System V shared memory""... $ac_c" 1>&6
    3007 echo "configure:3008: checking whether $RTEMS_HOST supports System V shared memory" >&5
     3006echo "configure:3007: checking whether $RTEMS_HOST supports System V shared memory" >&5
    30083007if eval "test \"`echo '$''{'rtems_cv_sysv_shm'+set}'`\" = set"; then
    30093008  echo $ac_n "(cached) $ac_c" 1>&6
     
    30143013else
    30153014  cat > conftest.$ac_ext <<EOF
    3016 #line 3017 "configure"
     3015#line 3016 "configure"
    30173016#include "confdefs.h"
    30183017
     
    30303029
    30313030EOF
    3032 if { (eval echo configure:3033: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit) 2>/dev/null
     3031if { (eval echo configure:3032: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit) 2>/dev/null
    30333032then
    30343033  rtems_cv_sysv_shm="yes"
     
    30533052
    30543053echo $ac_n "checking whether $RTEMS_HOST supports System V messages""... $ac_c" 1>&6
    3055 echo "configure:3056: checking whether $RTEMS_HOST supports System V messages" >&5
     3054echo "configure:3055: checking whether $RTEMS_HOST supports System V messages" >&5
    30563055if eval "test \"`echo '$''{'rtems_cv_sysv_msg'+set}'`\" = set"; then
    30573056  echo $ac_n "(cached) $ac_c" 1>&6
     
    30623061else
    30633062  cat > conftest.$ac_ext <<EOF
    3064 #line 3065 "configure"
     3063#line 3064 "configure"
    30653064#include "confdefs.h"
    30663065
     
    30783077
    30793078EOF
    3080 if { (eval echo configure:3081: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit) 2>/dev/null
     3079if { (eval echo configure:3080: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit) 2>/dev/null
    30813080then
    30823081  rtems_cv_sysv_msg="yes"
     
    31033102
    31043103echo $ac_n "checking for Makefile.in in c/src/exec/score/tools/$target_cpu""... $ac_c" 1>&6
    3105 echo "configure:3106: checking for Makefile.in in c/src/exec/score/tools/$target_cpu" >&5
     3104echo "configure:3105: checking for Makefile.in in c/src/exec/score/tools/$target_cpu" >&5
    31063105if test -d $srcdir/c/src/exec/score/tools/$target_cpu; then
    31073106  rtems_av_save_dir=`pwd`;
     
    31183117
    31193118echo $ac_n "checking for Makefile.in in c/src/exec/rtems""... $ac_c" 1>&6
    3120 echo "configure:3121: checking for Makefile.in in c/src/exec/rtems" >&5
     3119echo "configure:3120: checking for Makefile.in in c/src/exec/rtems" >&5
    31213120if test -d $srcdir/c/src/exec/rtems; then
    31223121  rtems_av_save_dir=`pwd`;
     
    31333132
    31343133echo $ac_n "checking for Makefile.in in c/src/exec/sapi""... $ac_c" 1>&6
    3135 echo "configure:3136: checking for Makefile.in in c/src/exec/sapi" >&5
     3134echo "configure:3135: checking for Makefile.in in c/src/exec/sapi" >&5
    31363135if test -d $srcdir/c/src/exec/sapi; then
    31373136  rtems_av_save_dir=`pwd`;
     
    31473146
    31483147
     3148echo $ac_n "checking for Makefile.in in c/src/exec/score/cpu/$target_cpu""... $ac_c" 1>&6
     3149echo "configure:3150: checking for Makefile.in in c/src/exec/score/cpu/$target_cpu" >&5
     3150if test -d $srcdir/c/src/exec/score/cpu/$target_cpu; then
     3151  rtems_av_save_dir=`pwd`;
     3152  cd $srcdir;
     3153  rtems_av_tmp=`find c/src/exec/score/cpu/$target_cpu -name "Makefile.in" -print | sed "s/Makefile\.in/%/" | sort | sed "s/%/Makefile/"`
     3154  makefiles="$makefiles $rtems_av_tmp";
     3155  cd $rtems_av_save_dir;
     3156  echo "$ac_t""done" 1>&6
     3157else
     3158  echo "$ac_t""no" 1>&6
     3159fi
     3160
     3161
     3162
    31493163if test "$RTEMS_HAS_POSIX_API" = "yes"; then
    31503164 
    31513165echo $ac_n "checking for Makefile.in in c/src/exec/posix""... $ac_c" 1>&6
    3152 echo "configure:3153: checking for Makefile.in in c/src/exec/posix" >&5
     3166echo "configure:3167: checking for Makefile.in in c/src/exec/posix" >&5
    31533167if test -d $srcdir/c/src/exec/posix; then
    31543168  rtems_av_save_dir=`pwd`;
     
    31723186  if test -z "$rtems_bsp"; then
    31733187    echo $ac_n "checking for bsps""... $ac_c" 1>&6
    3174 echo "configure:3175: checking for bsps" >&5
     3188echo "configure:3189: checking for bsps" >&5
    31753189    files=`ls $srcdir/c/src/lib/libbsp/$target_cpu`
    31763190    for file in $files; do
     
    32373251       
    32383252echo $ac_n "checking for Makefile.in in c/src/lib/libbsp/$bspcpudir$bspdir""... $ac_c" 1>&6
    3239 echo "configure:3240: checking for Makefile.in in c/src/lib/libbsp/$bspcpudir$bspdir" >&5
     3253echo "configure:3254: checking for Makefile.in in c/src/lib/libbsp/$bspcpudir$bspdir" >&5
    32403254if test -d $srcdir/c/src/lib/libbsp/$bspcpudir$bspdir; then
    32413255  rtems_av_save_dir=`pwd`;
     
    32523266       
    32533267echo $ac_n "checking for Makefile.in in c/src/lib/libbsp/${bspcpudir}shared""... $ac_c" 1>&6
    3254 echo "configure:3255: checking for Makefile.in in c/src/lib/libbsp/${bspcpudir}shared" >&5
     3268echo "configure:3269: checking for Makefile.in in c/src/lib/libbsp/${bspcpudir}shared" >&5
    32553269if test -d $srcdir/c/src/lib/libbsp/${bspcpudir}shared; then
    32563270  rtems_av_save_dir=`pwd`;
     
    32753289
    32763290echo $ac_n "checking for Makefile.in in c/src/lib/libcpu/$target_cpu""... $ac_c" 1>&6
    3277 echo "configure:3278: checking for Makefile.in in c/src/lib/libcpu/$target_cpu" >&5
     3291echo "configure:3292: checking for Makefile.in in c/src/lib/libcpu/$target_cpu" >&5
    32783292if test -d $srcdir/c/src/lib/libcpu/$target_cpu; then
    32793293  rtems_av_save_dir=`pwd`;
     
    32923306 
    32933307echo $ac_n "checking for Makefile.in in c/src/lib/start/$target_cpu""... $ac_c" 1>&6
    3294 echo "configure:3295: checking for Makefile.in in c/src/lib/start/$target_cpu" >&5
     3308echo "configure:3309: checking for Makefile.in in c/src/lib/start/$target_cpu" >&5
    32953309if test -d $srcdir/c/src/lib/start/$target_cpu; then
    32963310  rtems_av_save_dir=`pwd`;
     
    33243338# If the TCP/IP stack is enabled, then find all TCP/IP Makefiles
    33253339echo $ac_n "checking if networking is enabled? ""... $ac_c" 1>&6
    3326 echo "configure:3327: checking if networking is enabled? " >&5
     3340echo "configure:3341: checking if networking is enabled? " >&5
    33273341echo "$ac_t""$RTEMS_HAS_NETWORKING" 1>&6
    33283342if test "$RTEMS_HAS_NETWORKING" = "yes"; then
    33293343 
    33303344echo $ac_n "checking for Makefile.in in c/src/lib/libnetworking""... $ac_c" 1>&6
    3331 echo "configure:3332: checking for Makefile.in in c/src/lib/libnetworking" >&5
     3345echo "configure:3346: checking for Makefile.in in c/src/lib/libnetworking" >&5
    33323346if test -d $srcdir/c/src/lib/libnetworking; then
    33333347  rtems_av_save_dir=`pwd`;
     
    33443358 
    33453359echo $ac_n "checking for Makefile.in in c/src/lib/librpc""... $ac_c" 1>&6
    3346 echo "configure:3347: checking for Makefile.in in c/src/lib/librpc" >&5
     3360echo "configure:3361: checking for Makefile.in in c/src/lib/librpc" >&5
    33473361if test -d $srcdir/c/src/lib/librpc; then
    33483362  rtems_av_save_dir=`pwd`;
     
    33603374   
    33613375echo $ac_n "checking for Makefile.in in c/src/lib/librdbg""... $ac_c" 1>&6
    3362 echo "configure:3363: checking for Makefile.in in c/src/lib/librdbg" >&5
     3376echo "configure:3377: checking for Makefile.in in c/src/lib/librdbg" >&5
    33633377if test -d $srcdir/c/src/lib/librdbg; then
    33643378  rtems_av_save_dir=`pwd`;
     
    33833397# If the tests are enabled, then find all the test suite Makefiles
    33843398echo $ac_n "checking if the test suites are enabled? ""... $ac_c" 1>&6
    3385 echo "configure:3386: checking if the test suites are enabled? " >&5
     3399echo "configure:3400: checking if the test suites are enabled? " >&5
    33863400tests_enabled=yes
    33873401# Check whether --enable-tests or --disable-tests was given.
     
    34023416
    34033417echo $ac_n "checking for Makefile.in in c/src/tests/tools/$target_cpu""... $ac_c" 1>&6
    3404 echo "configure:3405: checking for Makefile.in in c/src/tests/tools/$target_cpu" >&5
     3418echo "configure:3419: checking for Makefile.in in c/src/tests/tools/$target_cpu" >&5
    34053419if test -d $srcdir/c/src/tests/tools/$target_cpu; then
    34063420  rtems_av_save_dir=`pwd`;
     
    34193433   
    34203434echo $ac_n "checking for Makefile.in in c/src/tests/libtests""... $ac_c" 1>&6
    3421 echo "configure:3422: checking for Makefile.in in c/src/tests/libtests" >&5
     3435echo "configure:3436: checking for Makefile.in in c/src/tests/libtests" >&5
    34223436if test -d $srcdir/c/src/tests/libtests; then
    34233437  rtems_av_save_dir=`pwd`;
     
    34343448   
    34353449echo $ac_n "checking for Makefile.in in c/src/tests/sptests""... $ac_c" 1>&6
    3436 echo "configure:3437: checking for Makefile.in in c/src/tests/sptests" >&5
     3450echo "configure:3451: checking for Makefile.in in c/src/tests/sptests" >&5
    34373451if test -d $srcdir/c/src/tests/sptests; then
    34383452  rtems_av_save_dir=`pwd`;
     
    34493463   
    34503464echo $ac_n "checking for Makefile.in in c/src/tests/tmtests""... $ac_c" 1>&6
    3451 echo "configure:3452: checking for Makefile.in in c/src/tests/tmtests" >&5
     3465echo "configure:3466: checking for Makefile.in in c/src/tests/tmtests" >&5
    34523466if test -d $srcdir/c/src/tests/tmtests; then
    34533467  rtems_av_save_dir=`pwd`;
     
    34653479       
    34663480echo $ac_n "checking for Makefile.in in c/src/tests/mptests""... $ac_c" 1>&6
    3467 echo "configure:3468: checking for Makefile.in in c/src/tests/mptests" >&5
     3481echo "configure:3482: checking for Makefile.in in c/src/tests/mptests" >&5
    34683482if test -d $srcdir/c/src/tests/mptests; then
    34693483  rtems_av_save_dir=`pwd`;
     
    34823496     
    34833497echo $ac_n "checking for Makefile.in in c/src/tests/psxtests""... $ac_c" 1>&6
    3484 echo "configure:3485: checking for Makefile.in in c/src/tests/psxtests" >&5
     3498echo "configure:3499: checking for Makefile.in in c/src/tests/psxtests" >&5
    34853499if test -d $srcdir/c/src/tests/psxtests; then
    34863500  rtems_av_save_dir=`pwd`;
     
    35003514# If the HWAPI is enabled, the find the HWAPI Makefiles
    35013515echo $ac_n "checking if the HWAPI is enabled? ""... $ac_c" 1>&6
    3502 echo "configure:3503: checking if the HWAPI is enabled? " >&5
     3516echo "configure:3517: checking if the HWAPI is enabled? " >&5
    35033517# Check whether --enable-hwapi or --disable-hwapi was given.
    35043518if test "${enable_hwapi+set}" = set; then
     
    35113525           
    35123526echo $ac_n "checking for Makefile.in in c/src/lib/libhwapi/analog""... $ac_c" 1>&6
    3513 echo "configure:3514: checking for Makefile.in in c/src/lib/libhwapi/analog" >&5
     3527echo "configure:3528: checking for Makefile.in in c/src/lib/libhwapi/analog" >&5
    35143528if test -d $srcdir/c/src/lib/libhwapi/analog; then
    35153529  rtems_av_save_dir=`pwd`;
     
    35263540           
    35273541echo $ac_n "checking for Makefile.in in c/src/lib/libhwapi/discrete""... $ac_c" 1>&6
    3528 echo "configure:3529: checking for Makefile.in in c/src/lib/libhwapi/discrete" >&5
     3542echo "configure:3543: checking for Makefile.in in c/src/lib/libhwapi/discrete" >&5
    35293543if test -d $srcdir/c/src/lib/libhwapi/discrete; then
    35303544  rtems_av_save_dir=`pwd`;
     
    35413555           
    35423556echo $ac_n "checking for Makefile.in in c/src/lib/libhwapi/drivers""... $ac_c" 1>&6
    3543 echo "configure:3544: checking for Makefile.in in c/src/lib/libhwapi/drivers" >&5
     3557echo "configure:3558: checking for Makefile.in in c/src/lib/libhwapi/drivers" >&5
    35443558if test -d $srcdir/c/src/lib/libhwapi/drivers; then
    35453559  rtems_av_save_dir=`pwd`;
     
    35563570           
    35573571echo $ac_n "checking for Makefile.in in c/src/lib/libhwapi/non_volatile_memory""... $ac_c" 1>&6
    3558 echo "configure:3559: checking for Makefile.in in c/src/lib/libhwapi/non_volatile_memory" >&5
     3572echo "configure:3573: checking for Makefile.in in c/src/lib/libhwapi/non_volatile_memory" >&5
    35593573if test -d $srcdir/c/src/lib/libhwapi/non_volatile_memory; then
    35603574  rtems_av_save_dir=`pwd`;
     
    35713585           
    35723586echo $ac_n "checking for Makefile.in in c/src/lib/libhwapi/serial""... $ac_c" 1>&6
    3573 echo "configure:3574: checking for Makefile.in in c/src/lib/libhwapi/serial" >&5
     3587echo "configure:3588: checking for Makefile.in in c/src/lib/libhwapi/serial" >&5
    35743588if test -d $srcdir/c/src/lib/libhwapi/serial; then
    35753589  rtems_av_save_dir=`pwd`;
     
    35863600           
    35873601echo $ac_n "checking for Makefile.in in c/src/lib/libhwapi/support""... $ac_c" 1>&6
    3588 echo "configure:3589: checking for Makefile.in in c/src/lib/libhwapi/support" >&5
     3602echo "configure:3603: checking for Makefile.in in c/src/lib/libhwapi/support" >&5
    35893603if test -d $srcdir/c/src/lib/libhwapi/support; then
    35903604  rtems_av_save_dir=`pwd`;
     
    36013615           
    36023616echo $ac_n "checking for Makefile.in in c/src/lib/libhwapi/wrapup""... $ac_c" 1>&6
    3603 echo "configure:3604: checking for Makefile.in in c/src/lib/libhwapi/wrapup" >&5
     3617echo "configure:3618: checking for Makefile.in in c/src/lib/libhwapi/wrapup" >&5
    36043618if test -d $srcdir/c/src/lib/libhwapi/wrapup; then
    36053619  rtems_av_save_dir=`pwd`;
     
    36523666
    36533667echo $ac_n "checking for Makefile.in in c/build-tools""... $ac_c" 1>&6
    3654 echo "configure:3655: checking for Makefile.in in c/build-tools" >&5
     3668echo "configure:3669: checking for Makefile.in in c/build-tools" >&5
    36553669if test -d $srcdir/c/build-tools; then
    36563670  rtems_av_save_dir=`pwd`;
     
    36673681
    36683682echo $ac_n "checking for Makefile.in in make""... $ac_c" 1>&6
    3669 echo "configure:3670: checking for Makefile.in in make" >&5
     3683echo "configure:3684: checking for Makefile.in in make" >&5
    36703684if test -d $srcdir/make; then
    36713685  rtems_av_save_dir=`pwd`;
     
    36823696
    36833697echo $ac_n "checking for Makefile.in in c/src/lib/libchip""... $ac_c" 1>&6
    3684 echo "configure:3685: checking for Makefile.in in c/src/lib/libchip" >&5
     3698echo "configure:3699: checking for Makefile.in in c/src/lib/libchip" >&5
    36853699if test -d $srcdir/c/src/lib/libchip; then
    36863700  rtems_av_save_dir=`pwd`;
     
    36973711
    36983712echo $ac_n "checking for Makefile.in in c/src/lib/libmisc""... $ac_c" 1>&6
    3699 echo "configure:3700: checking for Makefile.in in c/src/lib/libmisc" >&5
     3713echo "configure:3714: checking for Makefile.in in c/src/lib/libmisc" >&5
    37003714if test -d $srcdir/c/src/lib/libmisc; then
    37013715  rtems_av_save_dir=`pwd`;
     
    37123726
    37133727echo $ac_n "checking for Makefile.in in c/src/tests/samples""... $ac_c" 1>&6
    3714 echo "configure:3715: checking for Makefile.in in c/src/tests/samples" >&5
     3728echo "configure:3729: checking for Makefile.in in c/src/tests/samples" >&5
    37153729if test -d $srcdir/c/src/tests/samples; then
    37163730  rtems_av_save_dir=`pwd`;
Note: See TracChangeset for help on using the changeset viewer.