Changeset 39136318 in rtems
- Timestamp:
- 02/18/99 19:10:28 (25 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 5c609dd
- Parents:
- 8548fe0
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
configure
r8548fe0 r39136318 1529 1529 if test -d "$srcdir/c/src/exec/score/cpu/$target_cpu"; then 1530 1530 echo "$ac_t""yes" 1>&6 1531 makefiles="$makefiles c/src/exec/score/cpu/$target_cpu/Makefile"1532 1531 else 1533 1532 { echo "configure: error: no" 1>&2; exit 1; } … … 1551 1550 set dummy $ac_prog; ac_word=$2 1552 1551 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 1553 echo "configure:155 4: checking for $ac_word" >&51552 echo "configure:1553: checking for $ac_word" >&5 1554 1553 if eval "test \"`echo '$''{'ac_cv_path_CC_FOR_TARGET'+set}'`\" = set"; then 1555 1554 echo $ac_n "(cached) $ac_c" 1>&6 … … 1591 1590 1592 1591 echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6 1593 echo "configure:159 4: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&51592 echo "configure:1593: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5 1594 1593 1595 1594 ac_ext=c … … 1601 1600 1602 1601 cat > conftest.$ac_ext <<EOF 1603 #line 160 4"configure"1602 #line 1603 "configure" 1604 1603 #include "confdefs.h" 1605 1604 main(){return(0);} 1606 1605 EOF 1607 if { (eval echo configure:160 8: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then1606 if { (eval echo configure:1607: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then 1608 1607 ac_cv_prog_cc_works=yes 1609 1608 # If we can't run a trivial program, we are probably using a cross compiler. … … 1625 1624 fi 1626 1625 echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6 1627 echo "configure:162 8: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&51626 echo "configure:1627: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5 1628 1627 echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6 1629 1628 cross_compiling=$ac_cv_prog_cc_cross 1630 1629 1631 1630 echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6 1632 echo "configure:163 3: checking whether we are using GNU C" >&51631 echo "configure:1632: checking whether we are using GNU C" >&5 1633 1632 if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then 1634 1633 echo $ac_n "(cached) $ac_c" 1>&6 … … 1639 1638 #endif 1640 1639 EOF 1641 if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:164 2: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then1640 if { 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 1642 1641 ac_cv_prog_gcc=yes 1643 1642 else … … 1654 1653 CFLAGS= 1655 1654 echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6 1656 echo "configure:165 7: checking whether ${CC-cc} accepts -g" >&51655 echo "configure:1656: checking whether ${CC-cc} accepts -g" >&5 1657 1656 if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then 1658 1657 echo $ac_n "(cached) $ac_c" 1>&6 … … 1696 1695 1697 1696 echo $ac_n "checking whether $CC_FOR_TARGET accepts -specs""... $ac_c" 1>&6 1698 echo "configure:169 9: checking whether $CC_FOR_TARGET accepts -specs" >&51697 echo "configure:1698: checking whether $CC_FOR_TARGET accepts -specs" >&5 1699 1698 if eval "test \"`echo '$''{'rtems_cv_gcc_specs'+set}'`\" = set"; then 1700 1699 echo $ac_n "(cached) $ac_c" 1>&6 … … 1717 1716 1718 1717 echo $ac_n "checking whether $CC_FOR_TARGET accepts --pipe""... $ac_c" 1>&6 1719 echo "configure:17 20: checking whether $CC_FOR_TARGET accepts --pipe" >&51718 echo "configure:1719: checking whether $CC_FOR_TARGET accepts --pipe" >&5 1720 1719 if eval "test \"`echo '$''{'rtems_cv_gcc_pipe'+set}'`\" = set"; then 1721 1720 echo $ac_n "(cached) $ac_c" 1>&6 … … 1758 1757 set dummy $ac_prog; ac_word=$2 1759 1758 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 1760 echo "configure:176 1: checking for $ac_word" >&51759 echo "configure:1760: checking for $ac_word" >&5 1761 1760 if eval "test \"`echo '$''{'ac_cv_path_CXX_FOR_TARGET'+set}'`\" = set"; then 1762 1761 echo $ac_n "(cached) $ac_c" 1>&6 … … 1798 1797 1799 1798 echo $ac_n "checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) works""... $ac_c" 1>&6 1800 echo "configure:180 1: checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) works" >&51799 echo "configure:1800: checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) works" >&5 1801 1800 1802 1801 ac_ext=C … … 1808 1807 1809 1808 cat > conftest.$ac_ext <<EOF 1810 #line 181 1"configure"1809 #line 1810 "configure" 1811 1810 #include "confdefs.h" 1812 1811 main(){return(0);} 1813 1812 EOF 1814 if { (eval echo configure:181 5: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then1813 if { (eval echo configure:1814: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then 1815 1814 ac_cv_prog_cxx_works=yes 1816 1815 # If we can't run a trivial program, we are probably using a cross compiler. … … 1838 1837 fi 1839 1838 echo $ac_n "checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6 1840 echo "configure:184 1: checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) is a cross-compiler" >&51839 echo "configure:1840: checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) is a cross-compiler" >&5 1841 1840 echo "$ac_t""$ac_cv_prog_cxx_cross" 1>&6 1842 1841 cross_compiling=$ac_cv_prog_cxx_cross 1843 1842 1844 1843 echo $ac_n "checking whether we are using GNU C++""... $ac_c" 1>&6 1845 echo "configure:184 6: checking whether we are using GNU C++" >&51844 echo "configure:1845: checking whether we are using GNU C++" >&5 1846 1845 if eval "test \"`echo '$''{'ac_cv_prog_gxx'+set}'`\" = set"; then 1847 1846 echo $ac_n "(cached) $ac_c" 1>&6 … … 1852 1851 #endif 1853 1852 EOF 1854 if { ac_try='${CXX-g++} -E conftest.C'; { (eval echo configure:185 5: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then1853 if { 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 1855 1854 ac_cv_prog_gxx=yes 1856 1855 else … … 1867 1866 CXXFLAGS= 1868 1867 echo $ac_n "checking whether ${CXX-g++} accepts -g""... $ac_c" 1>&6 1869 echo "configure:18 70: checking whether ${CXX-g++} accepts -g" >&51868 echo "configure:1869: checking whether ${CXX-g++} accepts -g" >&5 1870 1869 if eval "test \"`echo '$''{'ac_cv_prog_cxx_g'+set}'`\" = set"; then 1871 1870 echo $ac_n "(cached) $ac_c" 1>&6 … … 1921 1920 1922 1921 echo $ac_n "checking target's ar""... $ac_c" 1>&6 1923 echo "configure:192 4: checking target's ar" >&51922 echo "configure:1923: checking target's ar" >&5 1924 1923 if eval "test \"`echo '$''{'ac_cv_path_AR_FOR_TARGET'+set}'`\" = set"; then 1925 1924 echo $ac_n "(cached) $ac_c" 1>&6 … … 1954 1953 # intends 1955 1954 echo $ac_n "checking whether environment variable AR_FOR_TARGET is an absolute path""... $ac_c" 1>&6 1956 echo "configure:195 7: checking whether environment variable AR_FOR_TARGET is an absolute path" >&51955 echo "configure:1956: checking whether environment variable AR_FOR_TARGET is an absolute path" >&5 1957 1956 case "$AR_FOR_TARGET" in 1958 1957 /*) # valid … … 1971 1970 set dummy "$program_prefix"ar; ac_word=$2 1972 1971 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 1973 echo "configure:197 4: checking for $ac_word" >&51972 echo "configure:1973: checking for $ac_word" >&5 1974 1973 if eval "test \"`echo '$''{'ac_cv_path_AR_FOR_TARGET'+set}'`\" = set"; then 1975 1974 echo $ac_n "(cached) $ac_c" 1>&6 … … 2004 2003 2005 2004 echo $ac_n "checking target's as""... $ac_c" 1>&6 2006 echo "configure:200 7: checking target's as" >&52005 echo "configure:2006: checking target's as" >&5 2007 2006 if eval "test \"`echo '$''{'ac_cv_path_AS_FOR_TARGET'+set}'`\" = set"; then 2008 2007 echo $ac_n "(cached) $ac_c" 1>&6 … … 2037 2036 # intends 2038 2037 echo $ac_n "checking whether environment variable AS_FOR_TARGET is an absolute path""... $ac_c" 1>&6 2039 echo "configure:20 40: checking whether environment variable AS_FOR_TARGET is an absolute path" >&52038 echo "configure:2039: checking whether environment variable AS_FOR_TARGET is an absolute path" >&5 2040 2039 case "$AS_FOR_TARGET" in 2041 2040 /*) # valid … … 2054 2053 set dummy "$program_prefix"as; ac_word=$2 2055 2054 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 2056 echo "configure:205 7: checking for $ac_word" >&52055 echo "configure:2056: checking for $ac_word" >&5 2057 2056 if eval "test \"`echo '$''{'ac_cv_path_AS_FOR_TARGET'+set}'`\" = set"; then 2058 2057 echo $ac_n "(cached) $ac_c" 1>&6 … … 2087 2086 2088 2087 echo $ac_n "checking target's ld""... $ac_c" 1>&6 2089 echo "configure:20 90: checking target's ld" >&52088 echo "configure:2089: checking target's ld" >&5 2090 2089 if eval "test \"`echo '$''{'ac_cv_path_LD_FOR_TARGET'+set}'`\" = set"; then 2091 2090 echo $ac_n "(cached) $ac_c" 1>&6 … … 2120 2119 # intends 2121 2120 echo $ac_n "checking whether environment variable LD_FOR_TARGET is an absolute path""... $ac_c" 1>&6 2122 echo "configure:212 3: checking whether environment variable LD_FOR_TARGET is an absolute path" >&52121 echo "configure:2122: checking whether environment variable LD_FOR_TARGET is an absolute path" >&5 2123 2122 case "$LD_FOR_TARGET" in 2124 2123 /*) # valid … … 2137 2136 set dummy "$program_prefix"ld; ac_word=$2 2138 2137 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 2139 echo "configure:21 40: checking for $ac_word" >&52138 echo "configure:2139: checking for $ac_word" >&5 2140 2139 if eval "test \"`echo '$''{'ac_cv_path_LD_FOR_TARGET'+set}'`\" = set"; then 2141 2140 echo $ac_n "(cached) $ac_c" 1>&6 … … 2170 2169 2171 2170 echo $ac_n "checking target's nm""... $ac_c" 1>&6 2172 echo "configure:217 3: checking target's nm" >&52171 echo "configure:2172: checking target's nm" >&5 2173 2172 if eval "test \"`echo '$''{'ac_cv_path_NM_FOR_TARGET'+set}'`\" = set"; then 2174 2173 echo $ac_n "(cached) $ac_c" 1>&6 … … 2203 2202 # intends 2204 2203 echo $ac_n "checking whether environment variable NM_FOR_TARGET is an absolute path""... $ac_c" 1>&6 2205 echo "configure:220 6: checking whether environment variable NM_FOR_TARGET is an absolute path" >&52204 echo "configure:2205: checking whether environment variable NM_FOR_TARGET is an absolute path" >&5 2206 2205 case "$NM_FOR_TARGET" in 2207 2206 /*) # valid … … 2220 2219 set dummy "$program_prefix"nm; ac_word=$2 2221 2220 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 2222 echo "configure:222 3: checking for $ac_word" >&52221 echo "configure:2222: checking for $ac_word" >&5 2223 2222 if eval "test \"`echo '$''{'ac_cv_path_NM_FOR_TARGET'+set}'`\" = set"; then 2224 2223 echo $ac_n "(cached) $ac_c" 1>&6 … … 2254 2253 2255 2254 echo $ac_n "checking target's ranlib""... $ac_c" 1>&6 2256 echo "configure:225 7: checking target's ranlib" >&52255 echo "configure:2256: checking target's ranlib" >&5 2257 2256 if eval "test \"`echo '$''{'ac_cv_path_RANLIB_FOR_TARGET'+set}'`\" = set"; then 2258 2257 echo $ac_n "(cached) $ac_c" 1>&6 … … 2287 2286 # intends 2288 2287 echo $ac_n "checking whether environment variable RANLIB_FOR_TARGET is an absolute path""... $ac_c" 1>&6 2289 echo "configure:22 90: checking whether environment variable RANLIB_FOR_TARGET is an absolute path" >&52288 echo "configure:2289: checking whether environment variable RANLIB_FOR_TARGET is an absolute path" >&5 2290 2289 case "$RANLIB_FOR_TARGET" in 2291 2290 /*) # valid … … 2304 2303 set dummy "$program_prefix"ranlib; ac_word=$2 2305 2304 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 2306 echo "configure:230 7: checking for $ac_word" >&52305 echo "configure:2306: checking for $ac_word" >&5 2307 2306 if eval "test \"`echo '$''{'ac_cv_path_RANLIB_FOR_TARGET'+set}'`\" = set"; then 2308 2307 echo $ac_n "(cached) $ac_c" 1>&6 … … 2339 2338 2340 2339 echo $ac_n "checking whether $AR_FOR_TARGET -s works""... $ac_c" 1>&6 2341 echo "configure:234 2: checking whether $AR_FOR_TARGET -s works" >&52340 echo "configure:2341: checking whether $AR_FOR_TARGET -s works" >&5 2342 2341 if eval "test \"`echo '$''{'rtems_cv_AR_FOR_TARGET_S'+set}'`\" = set"; then 2343 2342 echo $ac_n "(cached) $ac_c" 1>&6 … … 2348 2347 { return b; } 2349 2348 EOF 2350 if { ac_try='$CC_FOR_TARGET -o conftest.o -c conftest.$ac_ext'; { (eval echo configure:235 1: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } \2351 && { ac_try='$AR_FOR_TARGET -sr conftest.a conftest.o'; { (eval echo configure:235 2: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } \2349 if { 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; }; } \ 2352 2351 && test -s conftest.a ; \ 2353 2352 then … … 2374 2373 2375 2374 echo $ac_n "checking target's objcopy""... $ac_c" 1>&6 2376 echo "configure:237 7: checking target's objcopy" >&52375 echo "configure:2376: checking target's objcopy" >&5 2377 2376 if eval "test \"`echo '$''{'ac_cv_path_OBJCOPY_FOR_TARGET'+set}'`\" = set"; then 2378 2377 echo $ac_n "(cached) $ac_c" 1>&6 … … 2407 2406 # intends 2408 2407 echo $ac_n "checking whether environment variable OBJCOPY_FOR_TARGET is an absolute path""... $ac_c" 1>&6 2409 echo "configure:24 10: checking whether environment variable OBJCOPY_FOR_TARGET is an absolute path" >&52408 echo "configure:2409: checking whether environment variable OBJCOPY_FOR_TARGET is an absolute path" >&5 2410 2409 case "$OBJCOPY_FOR_TARGET" in 2411 2410 /*) # valid … … 2424 2423 set dummy "$program_prefix"objcopy; ac_word=$2 2425 2424 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 2426 echo "configure:242 7: checking for $ac_word" >&52425 echo "configure:2426: checking for $ac_word" >&5 2427 2426 if eval "test \"`echo '$''{'ac_cv_path_OBJCOPY_FOR_TARGET'+set}'`\" = set"; then 2428 2427 echo $ac_n "(cached) $ac_c" 1>&6 … … 2457 2456 2458 2457 echo $ac_n "checking target's size""... $ac_c" 1>&6 2459 echo "configure:24 60: checking target's size" >&52458 echo "configure:2459: checking target's size" >&5 2460 2459 if eval "test \"`echo '$''{'ac_cv_path_SIZE_FOR_TARGET'+set}'`\" = set"; then 2461 2460 echo $ac_n "(cached) $ac_c" 1>&6 … … 2490 2489 # intends 2491 2490 echo $ac_n "checking whether environment variable SIZE_FOR_TARGET is an absolute path""... $ac_c" 1>&6 2492 echo "configure:249 3: checking whether environment variable SIZE_FOR_TARGET is an absolute path" >&52491 echo "configure:2492: checking whether environment variable SIZE_FOR_TARGET is an absolute path" >&5 2493 2492 case "$SIZE_FOR_TARGET" in 2494 2493 /*) # valid … … 2507 2506 set dummy "$program_prefix"size; ac_word=$2 2508 2507 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 2509 echo "configure:25 10: checking for $ac_word" >&52508 echo "configure:2509: checking for $ac_word" >&5 2510 2509 if eval "test \"`echo '$''{'ac_cv_path_SIZE_FOR_TARGET'+set}'`\" = set"; then 2511 2510 echo $ac_n "(cached) $ac_c" 1>&6 … … 2540 2539 2541 2540 echo $ac_n "checking target's strip""... $ac_c" 1>&6 2542 echo "configure:254 3: checking target's strip" >&52541 echo "configure:2542: checking target's strip" >&5 2543 2542 if eval "test \"`echo '$''{'ac_cv_path_STRIP_FOR_TARGET'+set}'`\" = set"; then 2544 2543 echo $ac_n "(cached) $ac_c" 1>&6 … … 2573 2572 # intends 2574 2573 echo $ac_n "checking whether environment variable STRIP_FOR_TARGET is an absolute path""... $ac_c" 1>&6 2575 echo "configure:257 6: checking whether environment variable STRIP_FOR_TARGET is an absolute path" >&52574 echo "configure:2575: checking whether environment variable STRIP_FOR_TARGET is an absolute path" >&5 2576 2575 case "$STRIP_FOR_TARGET" in 2577 2576 /*) # valid … … 2590 2589 set dummy "$program_prefix"strip; ac_word=$2 2591 2590 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 2592 echo "configure:259 3: checking for $ac_word" >&52591 echo "configure:2592: checking for $ac_word" >&5 2593 2592 if eval "test \"`echo '$''{'ac_cv_path_STRIP_FOR_TARGET'+set}'`\" = set"; then 2594 2593 echo $ac_n "(cached) $ac_c" 1>&6 … … 2625 2624 if test "${target_cpu}" = "i386"; then 2626 2625 echo $ac_n "checking for 16 bit mode assembler support""... $ac_c" 1>&6 2627 echo "configure:262 8: checking for 16 bit mode assembler support" >&52626 echo "configure:2627: checking for 16 bit mode assembler support" >&5 2628 2627 if eval "test \"`echo '$''{'rtems_cv_prog_gas_code16'+set}'`\" = set"; then 2629 2628 echo $ac_n "(cached) $ac_c" 1>&6 … … 2635 2634 lgdt 0 2636 2635 EOF 2637 if { ac_try='$AS_FOR_TARGET -o conftest.o conftest.s'; { (eval echo configure:263 8: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; }; then2636 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 2638 2637 rtems_cv_prog_gas_code16=yes 2639 2638 else … … 2650 2649 set dummy gcc; ac_word=$2 2651 2650 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 2652 echo "configure:265 3: checking for $ac_word" >&52651 echo "configure:2652: checking for $ac_word" >&5 2653 2652 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then 2654 2653 echo $ac_n "(cached) $ac_c" 1>&6 … … 2679 2678 set dummy cc; ac_word=$2 2680 2679 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 2681 echo "configure:268 2: checking for $ac_word" >&52680 echo "configure:2681: checking for $ac_word" >&5 2682 2681 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then 2683 2682 echo $ac_n "(cached) $ac_c" 1>&6 … … 2727 2726 2728 2727 echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6 2729 echo "configure:27 30: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&52728 echo "configure:2729: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5 2730 2729 2731 2730 ac_ext=c … … 2737 2736 2738 2737 cat > conftest.$ac_ext <<EOF 2739 #line 27 40"configure"2738 #line 2739 "configure" 2740 2739 #include "confdefs.h" 2741 2740 main(){return(0);} 2742 2741 EOF 2743 if { (eval echo configure:274 4: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then2742 if { (eval echo configure:2743: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then 2744 2743 ac_cv_prog_cc_works=yes 2745 2744 # If we can't run a trivial program, we are probably using a cross compiler. … … 2761 2760 fi 2762 2761 echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6 2763 echo "configure:276 4: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&52762 echo "configure:2763: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5 2764 2763 echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6 2765 2764 cross_compiling=$ac_cv_prog_cc_cross 2766 2765 2767 2766 echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6 2768 echo "configure:276 9: checking whether we are using GNU C" >&52767 echo "configure:2768: checking whether we are using GNU C" >&5 2769 2768 if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then 2770 2769 echo $ac_n "(cached) $ac_c" 1>&6 … … 2775 2774 #endif 2776 2775 EOF 2777 if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:277 8: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then2776 if { 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 2778 2777 ac_cv_prog_gcc=yes 2779 2778 else … … 2790 2789 CFLAGS= 2791 2790 echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6 2792 echo "configure:279 3: checking whether ${CC-cc} accepts -g" >&52791 echo "configure:2792: checking whether ${CC-cc} accepts -g" >&5 2793 2792 if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then 2794 2793 echo $ac_n "(cached) $ac_c" 1>&6 … … 2819 2818 2820 2819 echo $ac_n "checking for Cygwin32 environment""... $ac_c" 1>&6 2821 echo "configure:282 2: checking for Cygwin32 environment" >&52820 echo "configure:2821: checking for Cygwin32 environment" >&5 2822 2821 if eval "test \"`echo '$''{'rtems_cv_cygwin32'+set}'`\" = set"; then 2823 2822 echo $ac_n "(cached) $ac_c" 1>&6 2824 2823 else 2825 2824 cat > conftest.$ac_ext <<EOF 2826 #line 282 7"configure"2825 #line 2826 "configure" 2827 2826 #include "confdefs.h" 2828 2827 … … 2831 2830 ; return 0; } 2832 2831 EOF 2833 if { (eval echo configure:283 4: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then2832 if { (eval echo configure:2833: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 2834 2833 rm -rf conftest* 2835 2834 rtems_cv_cygwin32=yes … … 2849 2848 2850 2849 echo $ac_n "checking for executable suffix""... $ac_c" 1>&6 2851 echo "configure:285 2: checking for executable suffix" >&52850 echo "configure:2851: checking for executable suffix" >&5 2852 2851 if eval "test \"`echo '$''{'rtems_cv_exeext'+set}'`\" = set"; then 2853 2852 echo $ac_n "(cached) $ac_c" 1>&6 … … 2890 2889 do 2891 2890 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 2892 echo "configure:289 3: checking for $ac_func" >&52891 echo "configure:2892: checking for $ac_func" >&5 2893 2892 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then 2894 2893 echo $ac_n "(cached) $ac_c" 1>&6 2895 2894 else 2896 2895 cat > conftest.$ac_ext <<EOF 2897 #line 289 8"configure"2896 #line 2897 "configure" 2898 2897 #include "confdefs.h" 2899 2898 /* System header to define __stub macros and hopefully few prototypes, … … 2918 2917 ; return 0; } 2919 2918 EOF 2920 if { (eval echo configure:292 1: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then2919 if { (eval echo configure:2920: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then 2921 2920 rm -rf conftest* 2922 2921 eval "ac_cv_func_$ac_func=yes" … … 2947 2946 2948 2947 echo $ac_n "checking whether $RTEMS_HOST supports System V semaphores""... $ac_c" 1>&6 2949 echo "configure:29 50: checking whether $RTEMS_HOST supports System V semaphores" >&52948 echo "configure:2949: checking whether $RTEMS_HOST supports System V semaphores" >&5 2950 2949 if eval "test \"`echo '$''{'rtems_cv_sysv_sem'+set}'`\" = set"; then 2951 2950 echo $ac_n "(cached) $ac_c" 1>&6 … … 2956 2955 else 2957 2956 cat > conftest.$ac_ext <<EOF 2958 #line 295 9"configure"2957 #line 2958 "configure" 2959 2958 #include "confdefs.h" 2960 2959 … … 2982 2981 2983 2982 EOF 2984 if { (eval echo configure:298 5: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit) 2>/dev/null2983 if { (eval echo configure:2984: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit) 2>/dev/null 2985 2984 then 2986 2985 rtems_cv_sysv_sem="yes" … … 3005 3004 3006 3005 echo $ac_n "checking whether $RTEMS_HOST supports System V shared memory""... $ac_c" 1>&6 3007 echo "configure:300 8: checking whether $RTEMS_HOST supports System V shared memory" >&53006 echo "configure:3007: checking whether $RTEMS_HOST supports System V shared memory" >&5 3008 3007 if eval "test \"`echo '$''{'rtems_cv_sysv_shm'+set}'`\" = set"; then 3009 3008 echo $ac_n "(cached) $ac_c" 1>&6 … … 3014 3013 else 3015 3014 cat > conftest.$ac_ext <<EOF 3016 #line 301 7"configure"3015 #line 3016 "configure" 3017 3016 #include "confdefs.h" 3018 3017 … … 3030 3029 3031 3030 EOF 3032 if { (eval echo configure:303 3: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit) 2>/dev/null3031 if { (eval echo configure:3032: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit) 2>/dev/null 3033 3032 then 3034 3033 rtems_cv_sysv_shm="yes" … … 3053 3052 3054 3053 echo $ac_n "checking whether $RTEMS_HOST supports System V messages""... $ac_c" 1>&6 3055 echo "configure:305 6: checking whether $RTEMS_HOST supports System V messages" >&53054 echo "configure:3055: checking whether $RTEMS_HOST supports System V messages" >&5 3056 3055 if eval "test \"`echo '$''{'rtems_cv_sysv_msg'+set}'`\" = set"; then 3057 3056 echo $ac_n "(cached) $ac_c" 1>&6 … … 3062 3061 else 3063 3062 cat > conftest.$ac_ext <<EOF 3064 #line 306 5"configure"3063 #line 3064 "configure" 3065 3064 #include "confdefs.h" 3066 3065 … … 3078 3077 3079 3078 EOF 3080 if { (eval echo configure:308 1: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit) 2>/dev/null3079 if { (eval echo configure:3080: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit) 2>/dev/null 3081 3080 then 3082 3081 rtems_cv_sysv_msg="yes" … … 3103 3102 3104 3103 echo $ac_n "checking for Makefile.in in c/src/exec/score/tools/$target_cpu""... $ac_c" 1>&6 3105 echo "configure:310 6: checking for Makefile.in in c/src/exec/score/tools/$target_cpu" >&53104 echo "configure:3105: checking for Makefile.in in c/src/exec/score/tools/$target_cpu" >&5 3106 3105 if test -d $srcdir/c/src/exec/score/tools/$target_cpu; then 3107 3106 rtems_av_save_dir=`pwd`; … … 3118 3117 3119 3118 echo $ac_n "checking for Makefile.in in c/src/exec/rtems""... $ac_c" 1>&6 3120 echo "configure:312 1: checking for Makefile.in in c/src/exec/rtems" >&53119 echo "configure:3120: checking for Makefile.in in c/src/exec/rtems" >&5 3121 3120 if test -d $srcdir/c/src/exec/rtems; then 3122 3121 rtems_av_save_dir=`pwd`; … … 3133 3132 3134 3133 echo $ac_n "checking for Makefile.in in c/src/exec/sapi""... $ac_c" 1>&6 3135 echo "configure:313 6: checking for Makefile.in in c/src/exec/sapi" >&53134 echo "configure:3135: checking for Makefile.in in c/src/exec/sapi" >&5 3136 3135 if test -d $srcdir/c/src/exec/sapi; then 3137 3136 rtems_av_save_dir=`pwd`; … … 3147 3146 3148 3147 3148 echo $ac_n "checking for Makefile.in in c/src/exec/score/cpu/$target_cpu""... $ac_c" 1>&6 3149 echo "configure:3150: checking for Makefile.in in c/src/exec/score/cpu/$target_cpu" >&5 3150 if 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 3157 else 3158 echo "$ac_t""no" 1>&6 3159 fi 3160 3161 3162 3149 3163 if test "$RTEMS_HAS_POSIX_API" = "yes"; then 3150 3164 3151 3165 echo $ac_n "checking for Makefile.in in c/src/exec/posix""... $ac_c" 1>&6 3152 echo "configure:31 53: checking for Makefile.in in c/src/exec/posix" >&53166 echo "configure:3167: checking for Makefile.in in c/src/exec/posix" >&5 3153 3167 if test -d $srcdir/c/src/exec/posix; then 3154 3168 rtems_av_save_dir=`pwd`; … … 3172 3186 if test -z "$rtems_bsp"; then 3173 3187 echo $ac_n "checking for bsps""... $ac_c" 1>&6 3174 echo "configure:31 75: checking for bsps" >&53188 echo "configure:3189: checking for bsps" >&5 3175 3189 files=`ls $srcdir/c/src/lib/libbsp/$target_cpu` 3176 3190 for file in $files; do … … 3237 3251 3238 3252 echo $ac_n "checking for Makefile.in in c/src/lib/libbsp/$bspcpudir$bspdir""... $ac_c" 1>&6 3239 echo "configure:32 40: checking for Makefile.in in c/src/lib/libbsp/$bspcpudir$bspdir" >&53253 echo "configure:3254: checking for Makefile.in in c/src/lib/libbsp/$bspcpudir$bspdir" >&5 3240 3254 if test -d $srcdir/c/src/lib/libbsp/$bspcpudir$bspdir; then 3241 3255 rtems_av_save_dir=`pwd`; … … 3252 3266 3253 3267 echo $ac_n "checking for Makefile.in in c/src/lib/libbsp/${bspcpudir}shared""... $ac_c" 1>&6 3254 echo "configure:32 55: checking for Makefile.in in c/src/lib/libbsp/${bspcpudir}shared" >&53268 echo "configure:3269: checking for Makefile.in in c/src/lib/libbsp/${bspcpudir}shared" >&5 3255 3269 if test -d $srcdir/c/src/lib/libbsp/${bspcpudir}shared; then 3256 3270 rtems_av_save_dir=`pwd`; … … 3275 3289 3276 3290 echo $ac_n "checking for Makefile.in in c/src/lib/libcpu/$target_cpu""... $ac_c" 1>&6 3277 echo "configure:32 78: checking for Makefile.in in c/src/lib/libcpu/$target_cpu" >&53291 echo "configure:3292: checking for Makefile.in in c/src/lib/libcpu/$target_cpu" >&5 3278 3292 if test -d $srcdir/c/src/lib/libcpu/$target_cpu; then 3279 3293 rtems_av_save_dir=`pwd`; … … 3292 3306 3293 3307 echo $ac_n "checking for Makefile.in in c/src/lib/start/$target_cpu""... $ac_c" 1>&6 3294 echo "configure:3 295: checking for Makefile.in in c/src/lib/start/$target_cpu" >&53308 echo "configure:3309: checking for Makefile.in in c/src/lib/start/$target_cpu" >&5 3295 3309 if test -d $srcdir/c/src/lib/start/$target_cpu; then 3296 3310 rtems_av_save_dir=`pwd`; … … 3324 3338 # If the TCP/IP stack is enabled, then find all TCP/IP Makefiles 3325 3339 echo $ac_n "checking if networking is enabled? ""... $ac_c" 1>&6 3326 echo "configure:33 27: checking if networking is enabled? " >&53340 echo "configure:3341: checking if networking is enabled? " >&5 3327 3341 echo "$ac_t""$RTEMS_HAS_NETWORKING" 1>&6 3328 3342 if test "$RTEMS_HAS_NETWORKING" = "yes"; then 3329 3343 3330 3344 echo $ac_n "checking for Makefile.in in c/src/lib/libnetworking""... $ac_c" 1>&6 3331 echo "configure:33 32: checking for Makefile.in in c/src/lib/libnetworking" >&53345 echo "configure:3346: checking for Makefile.in in c/src/lib/libnetworking" >&5 3332 3346 if test -d $srcdir/c/src/lib/libnetworking; then 3333 3347 rtems_av_save_dir=`pwd`; … … 3344 3358 3345 3359 echo $ac_n "checking for Makefile.in in c/src/lib/librpc""... $ac_c" 1>&6 3346 echo "configure:33 47: checking for Makefile.in in c/src/lib/librpc" >&53360 echo "configure:3361: checking for Makefile.in in c/src/lib/librpc" >&5 3347 3361 if test -d $srcdir/c/src/lib/librpc; then 3348 3362 rtems_av_save_dir=`pwd`; … … 3360 3374 3361 3375 echo $ac_n "checking for Makefile.in in c/src/lib/librdbg""... $ac_c" 1>&6 3362 echo "configure:33 63: checking for Makefile.in in c/src/lib/librdbg" >&53376 echo "configure:3377: checking for Makefile.in in c/src/lib/librdbg" >&5 3363 3377 if test -d $srcdir/c/src/lib/librdbg; then 3364 3378 rtems_av_save_dir=`pwd`; … … 3383 3397 # If the tests are enabled, then find all the test suite Makefiles 3384 3398 echo $ac_n "checking if the test suites are enabled? ""... $ac_c" 1>&6 3385 echo "configure:3 386: checking if the test suites are enabled? " >&53399 echo "configure:3400: checking if the test suites are enabled? " >&5 3386 3400 tests_enabled=yes 3387 3401 # Check whether --enable-tests or --disable-tests was given. … … 3402 3416 3403 3417 echo $ac_n "checking for Makefile.in in c/src/tests/tools/$target_cpu""... $ac_c" 1>&6 3404 echo "configure:34 05: checking for Makefile.in in c/src/tests/tools/$target_cpu" >&53418 echo "configure:3419: checking for Makefile.in in c/src/tests/tools/$target_cpu" >&5 3405 3419 if test -d $srcdir/c/src/tests/tools/$target_cpu; then 3406 3420 rtems_av_save_dir=`pwd`; … … 3419 3433 3420 3434 echo $ac_n "checking for Makefile.in in c/src/tests/libtests""... $ac_c" 1>&6 3421 echo "configure:34 22: checking for Makefile.in in c/src/tests/libtests" >&53435 echo "configure:3436: checking for Makefile.in in c/src/tests/libtests" >&5 3422 3436 if test -d $srcdir/c/src/tests/libtests; then 3423 3437 rtems_av_save_dir=`pwd`; … … 3434 3448 3435 3449 echo $ac_n "checking for Makefile.in in c/src/tests/sptests""... $ac_c" 1>&6 3436 echo "configure:34 37: checking for Makefile.in in c/src/tests/sptests" >&53450 echo "configure:3451: checking for Makefile.in in c/src/tests/sptests" >&5 3437 3451 if test -d $srcdir/c/src/tests/sptests; then 3438 3452 rtems_av_save_dir=`pwd`; … … 3449 3463 3450 3464 echo $ac_n "checking for Makefile.in in c/src/tests/tmtests""... $ac_c" 1>&6 3451 echo "configure:34 52: checking for Makefile.in in c/src/tests/tmtests" >&53465 echo "configure:3466: checking for Makefile.in in c/src/tests/tmtests" >&5 3452 3466 if test -d $srcdir/c/src/tests/tmtests; then 3453 3467 rtems_av_save_dir=`pwd`; … … 3465 3479 3466 3480 echo $ac_n "checking for Makefile.in in c/src/tests/mptests""... $ac_c" 1>&6 3467 echo "configure:34 68: checking for Makefile.in in c/src/tests/mptests" >&53481 echo "configure:3482: checking for Makefile.in in c/src/tests/mptests" >&5 3468 3482 if test -d $srcdir/c/src/tests/mptests; then 3469 3483 rtems_av_save_dir=`pwd`; … … 3482 3496 3483 3497 echo $ac_n "checking for Makefile.in in c/src/tests/psxtests""... $ac_c" 1>&6 3484 echo "configure:34 85: checking for Makefile.in in c/src/tests/psxtests" >&53498 echo "configure:3499: checking for Makefile.in in c/src/tests/psxtests" >&5 3485 3499 if test -d $srcdir/c/src/tests/psxtests; then 3486 3500 rtems_av_save_dir=`pwd`; … … 3500 3514 # If the HWAPI is enabled, the find the HWAPI Makefiles 3501 3515 echo $ac_n "checking if the HWAPI is enabled? ""... $ac_c" 1>&6 3502 echo "configure:35 03: checking if the HWAPI is enabled? " >&53516 echo "configure:3517: checking if the HWAPI is enabled? " >&5 3503 3517 # Check whether --enable-hwapi or --disable-hwapi was given. 3504 3518 if test "${enable_hwapi+set}" = set; then … … 3511 3525 3512 3526 echo $ac_n "checking for Makefile.in in c/src/lib/libhwapi/analog""... $ac_c" 1>&6 3513 echo "configure:35 14: checking for Makefile.in in c/src/lib/libhwapi/analog" >&53527 echo "configure:3528: checking for Makefile.in in c/src/lib/libhwapi/analog" >&5 3514 3528 if test -d $srcdir/c/src/lib/libhwapi/analog; then 3515 3529 rtems_av_save_dir=`pwd`; … … 3526 3540 3527 3541 echo $ac_n "checking for Makefile.in in c/src/lib/libhwapi/discrete""... $ac_c" 1>&6 3528 echo "configure:35 29: checking for Makefile.in in c/src/lib/libhwapi/discrete" >&53542 echo "configure:3543: checking for Makefile.in in c/src/lib/libhwapi/discrete" >&5 3529 3543 if test -d $srcdir/c/src/lib/libhwapi/discrete; then 3530 3544 rtems_av_save_dir=`pwd`; … … 3541 3555 3542 3556 echo $ac_n "checking for Makefile.in in c/src/lib/libhwapi/drivers""... $ac_c" 1>&6 3543 echo "configure:35 44: checking for Makefile.in in c/src/lib/libhwapi/drivers" >&53557 echo "configure:3558: checking for Makefile.in in c/src/lib/libhwapi/drivers" >&5 3544 3558 if test -d $srcdir/c/src/lib/libhwapi/drivers; then 3545 3559 rtems_av_save_dir=`pwd`; … … 3556 3570 3557 3571 echo $ac_n "checking for Makefile.in in c/src/lib/libhwapi/non_volatile_memory""... $ac_c" 1>&6 3558 echo "configure:35 59: checking for Makefile.in in c/src/lib/libhwapi/non_volatile_memory" >&53572 echo "configure:3573: checking for Makefile.in in c/src/lib/libhwapi/non_volatile_memory" >&5 3559 3573 if test -d $srcdir/c/src/lib/libhwapi/non_volatile_memory; then 3560 3574 rtems_av_save_dir=`pwd`; … … 3571 3585 3572 3586 echo $ac_n "checking for Makefile.in in c/src/lib/libhwapi/serial""... $ac_c" 1>&6 3573 echo "configure:35 74: checking for Makefile.in in c/src/lib/libhwapi/serial" >&53587 echo "configure:3588: checking for Makefile.in in c/src/lib/libhwapi/serial" >&5 3574 3588 if test -d $srcdir/c/src/lib/libhwapi/serial; then 3575 3589 rtems_av_save_dir=`pwd`; … … 3586 3600 3587 3601 echo $ac_n "checking for Makefile.in in c/src/lib/libhwapi/support""... $ac_c" 1>&6 3588 echo "configure:3 589: checking for Makefile.in in c/src/lib/libhwapi/support" >&53602 echo "configure:3603: checking for Makefile.in in c/src/lib/libhwapi/support" >&5 3589 3603 if test -d $srcdir/c/src/lib/libhwapi/support; then 3590 3604 rtems_av_save_dir=`pwd`; … … 3601 3615 3602 3616 echo $ac_n "checking for Makefile.in in c/src/lib/libhwapi/wrapup""... $ac_c" 1>&6 3603 echo "configure:36 04: checking for Makefile.in in c/src/lib/libhwapi/wrapup" >&53617 echo "configure:3618: checking for Makefile.in in c/src/lib/libhwapi/wrapup" >&5 3604 3618 if test -d $srcdir/c/src/lib/libhwapi/wrapup; then 3605 3619 rtems_av_save_dir=`pwd`; … … 3652 3666 3653 3667 echo $ac_n "checking for Makefile.in in c/build-tools""... $ac_c" 1>&6 3654 echo "configure:36 55: checking for Makefile.in in c/build-tools" >&53668 echo "configure:3669: checking for Makefile.in in c/build-tools" >&5 3655 3669 if test -d $srcdir/c/build-tools; then 3656 3670 rtems_av_save_dir=`pwd`; … … 3667 3681 3668 3682 echo $ac_n "checking for Makefile.in in make""... $ac_c" 1>&6 3669 echo "configure:36 70: checking for Makefile.in in make" >&53683 echo "configure:3684: checking for Makefile.in in make" >&5 3670 3684 if test -d $srcdir/make; then 3671 3685 rtems_av_save_dir=`pwd`; … … 3682 3696 3683 3697 echo $ac_n "checking for Makefile.in in c/src/lib/libchip""... $ac_c" 1>&6 3684 echo "configure:36 85: checking for Makefile.in in c/src/lib/libchip" >&53698 echo "configure:3699: checking for Makefile.in in c/src/lib/libchip" >&5 3685 3699 if test -d $srcdir/c/src/lib/libchip; then 3686 3700 rtems_av_save_dir=`pwd`; … … 3697 3711 3698 3712 echo $ac_n "checking for Makefile.in in c/src/lib/libmisc""... $ac_c" 1>&6 3699 echo "configure:37 00: checking for Makefile.in in c/src/lib/libmisc" >&53713 echo "configure:3714: checking for Makefile.in in c/src/lib/libmisc" >&5 3700 3714 if test -d $srcdir/c/src/lib/libmisc; then 3701 3715 rtems_av_save_dir=`pwd`; … … 3712 3726 3713 3727 echo $ac_n "checking for Makefile.in in c/src/tests/samples""... $ac_c" 1>&6 3714 echo "configure:37 15: checking for Makefile.in in c/src/tests/samples" >&53728 echo "configure:3729: checking for Makefile.in in c/src/tests/samples" >&5 3715 3729 if test -d $srcdir/c/src/tests/samples; then 3716 3730 rtems_av_save_dir=`pwd`;
Note: See TracChangeset
for help on using the changeset viewer.