Changeset bd5e4f3b in rtems
- Timestamp:
- May 21, 1998, 6:26:58 PM (23 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 31668a6
- Parents:
- 90cf4cc
- Files:
-
- 7 added
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libbsp/Makefile.in
r90cf4cc rbd5e4f3b 16 16 MP_DRIVERS_yes_V = shmdr 17 17 MP_DRIVERS = $(MP_DRIVERS_$(HAS_MP)_V) 18 19 # Descend into the $(RTEMS_CPU) directory if it exists 20 SUB_DIRS=$(MP_DRIVERS) $(wildcard $(RTEMS_CPU)) 18 19 SUB_DIRS=$(MP_DRIVERS) 20 21 # If we are building a "real" BSP, then we need to descend into the 22 # appropriate CPU specific directory. The bare BSP is a special 23 # case which can be built for any CPU and it resides at the same 24 # level as the CPUs. If we are building the bare BSP, then descend 25 # into that directory. 26 27 ifeq ($(RTEMS_BSP),bare) 28 SUB_DIRS += bare 29 else 30 SUB_DIRS += $(wildcard $(RTEMS_CPU)) 31 endif -
configure
r90cf4cc rbd5e4f3b 35 35 \ 36 36 --enable-libcdir=directory set the directory for the C library" 37 ac_help="$ac_help 38 --enable-cpu-cflags specify a particular cpu cflag" 39 ac_help="$ac_help 40 --enable-cpu-model specify a particular cpu model" 37 41 ac_help="$ac_help 38 42 \ … … 553 557 554 558 echo $ac_n "checking whether ${MAKE-make} sets \${MAKE}""... $ac_c" 1>&6 555 echo "configure:5 56: checking whether ${MAKE-make} sets \${MAKE}" >&5559 echo "configure:560: checking whether ${MAKE-make} sets \${MAKE}" >&5 556 560 set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'` 557 561 if eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then … … 626 630 627 631 echo $ac_n "checking host system type""... $ac_c" 1>&6 628 echo "configure:6 29: checking host system type" >&5632 echo "configure:633: checking host system type" >&5 629 633 630 634 host_alias=$host … … 647 651 648 652 echo $ac_n "checking target system type""... $ac_c" 1>&6 649 echo "configure:65 0: checking target system type" >&5653 echo "configure:654: checking target system type" >&5 650 654 651 655 target_alias=$target … … 665 669 666 670 echo $ac_n "checking build system type""... $ac_c" 1>&6 667 echo "configure:6 68: checking build system type" >&5671 echo "configure:672: checking build system type" >&5 668 672 669 673 build_alias=$build … … 788 792 789 793 794 # Check whether --enable-cpu-cflags or --disable-cpu-cflags was given. 795 if test "${enable_cpu_cflags+set}" = set; then 796 enableval="$enable_cpu_cflags" 797 case "${enableval}" in 798 no) CPU_CFLAGS="" ;; 799 *) CPU_CFLAGS="${enableval}" ;; 800 esac 801 else 802 CPU_CFLAGS="" 803 fi 804 805 806 # Check whether --enable-cpu-model or --disable-cpu-model was given. 807 if test "${enable_cpu_model+set}" = set; then 808 enableval="$enable_cpu_model" 809 case "${enableval}" in 810 no) RTEMS_CPU_MODEL="" ;; 811 *) RTEMS_CPU_MODEL="${enableval}" ;; 812 esac 813 else 814 CPU_CFLAGS="" 815 fi 816 817 790 818 RTEMS_PREFIX=${target_cpu}-${target_vendor} 791 819 … … 794 822 set dummy cat; ac_word=$2 795 823 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 796 echo "configure: 797: checking for $ac_word" >&5824 echo "configure:825: checking for $ac_word" >&5 797 825 if eval "test \"`echo '$''{'ac_cv_path_CAT'+set}'`\" = set"; then 798 826 echo $ac_n "(cached) $ac_c" 1>&6 … … 825 853 set dummy rm; ac_word=$2 826 854 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 827 echo "configure:8 28: checking for $ac_word" >&5855 echo "configure:856: checking for $ac_word" >&5 828 856 if eval "test \"`echo '$''{'ac_cv_path_RM'+set}'`\" = set"; then 829 857 echo $ac_n "(cached) $ac_c" 1>&6 … … 856 884 set dummy cp; ac_word=$2 857 885 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 858 echo "configure:8 59: checking for $ac_word" >&5886 echo "configure:887: checking for $ac_word" >&5 859 887 if eval "test \"`echo '$''{'ac_cv_path_CP'+set}'`\" = set"; then 860 888 echo $ac_n "(cached) $ac_c" 1>&6 … … 887 915 set dummy mv; ac_word=$2 888 916 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 889 echo "configure: 890: checking for $ac_word" >&5917 echo "configure:918: checking for $ac_word" >&5 890 918 if eval "test \"`echo '$''{'ac_cv_path_MV'+set}'`\" = set"; then 891 919 echo $ac_n "(cached) $ac_c" 1>&6 … … 918 946 set dummy ln; ac_word=$2 919 947 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 920 echo "configure:9 21: checking for $ac_word" >&5948 echo "configure:949: checking for $ac_word" >&5 921 949 if eval "test \"`echo '$''{'ac_cv_path_LN'+set}'`\" = set"; then 922 950 echo $ac_n "(cached) $ac_c" 1>&6 … … 947 975 948 976 echo $ac_n "checking whether ln -s works""... $ac_c" 1>&6 949 echo "configure:9 50: checking whether ln -s works" >&5977 echo "configure:978: checking whether ln -s works" >&5 950 978 if eval "test \"`echo '$''{'ac_cv_prog_LN_S'+set}'`\" = set"; then 951 979 echo $ac_n "(cached) $ac_c" 1>&6 … … 970 998 set dummy chmod; ac_word=$2 971 999 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 972 echo "configure: 973: checking for $ac_word" >&51000 echo "configure:1001: checking for $ac_word" >&5 973 1001 if eval "test \"`echo '$''{'ac_cv_path_CHMOD'+set}'`\" = set"; then 974 1002 echo $ac_n "(cached) $ac_c" 1>&6 … … 1001 1029 set dummy sort; ac_word=$2 1002 1030 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 1003 echo "configure:10 04: checking for $ac_word" >&51031 echo "configure:1032: checking for $ac_word" >&5 1004 1032 if eval "test \"`echo '$''{'ac_cv_path_SORT'+set}'`\" = set"; then 1005 1033 echo $ac_n "(cached) $ac_c" 1>&6 … … 1033 1061 set dummy mkdir; ac_word=$2 1034 1062 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 1035 echo "configure:10 36: checking for $ac_word" >&51063 echo "configure:1064: checking for $ac_word" >&5 1036 1064 if eval "test \"`echo '$''{'ac_cv_path_MKDIR'+set}'`\" = set"; then 1037 1065 echo $ac_n "(cached) $ac_c" 1>&6 … … 1065 1093 1066 1094 echo $ac_n "checking for working $MKDIR -m 0755""... $ac_c" 1>&6 1067 echo "configure:10 68: checking for working $MKDIR -m 0755" >&51095 echo "configure:1096: checking for working $MKDIR -m 0755" >&5 1068 1096 if eval "test \"`echo '$''{'rtems_cv_prog_MKDIR_P'+set}'`\" = set"; then 1069 1097 echo $ac_n "(cached) $ac_c" 1>&6 … … 1082 1110 1083 1111 echo $ac_n "checking for working $MKDIR -p""... $ac_c" 1>&6 1084 echo "configure:1 085: checking for working $MKDIR -p" >&51112 echo "configure:1113: checking for working $MKDIR -p" >&5 1085 1113 if eval "test \"`echo '$''{'rtems_cv_prog_mkdir_p'+set}'`\" = set"; then 1086 1114 echo $ac_n "(cached) $ac_c" 1>&6 … … 1102 1130 set dummy touch; ac_word=$2 1103 1131 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 1104 echo "configure:11 05: checking for $ac_word" >&51132 echo "configure:1133: checking for $ac_word" >&5 1105 1133 if eval "test \"`echo '$''{'ac_cv_path_TOUCH'+set}'`\" = set"; then 1106 1134 echo $ac_n "(cached) $ac_c" 1>&6 … … 1133 1161 set dummy cmp; ac_word=$2 1134 1162 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 1135 echo "configure:11 36: checking for $ac_word" >&51163 echo "configure:1164: checking for $ac_word" >&5 1136 1164 if eval "test \"`echo '$''{'ac_cv_path_CMP'+set}'`\" = set"; then 1137 1165 echo $ac_n "(cached) $ac_c" 1>&6 … … 1165 1193 set dummy sed; ac_word=$2 1166 1194 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 1167 echo "configure:11 68: checking for $ac_word" >&51195 echo "configure:1196: checking for $ac_word" >&5 1168 1196 if eval "test \"`echo '$''{'ac_cv_path_SED'+set}'`\" = set"; then 1169 1197 echo $ac_n "(cached) $ac_c" 1>&6 … … 1198 1226 set dummy $ac_prog; ac_word=$2 1199 1227 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 1200 echo "configure:12 01: checking for $ac_word" >&51228 echo "configure:1229: checking for $ac_word" >&5 1201 1229 if eval "test \"`echo '$''{'ac_cv_path_M4'+set}'`\" = set"; then 1202 1230 echo $ac_n "(cached) $ac_c" 1>&6 … … 1235 1263 set dummy $ac_prog; ac_word=$2 1236 1264 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 1237 echo "configure:12 38: checking for $ac_word" >&51265 echo "configure:1266: checking for $ac_word" >&5 1238 1266 if eval "test \"`echo '$''{'ac_cv_path_KSH'+set}'`\" = set"; then 1239 1267 echo $ac_n "(cached) $ac_c" 1>&6 … … 1280 1308 case "${target}" in 1281 1309 # hpux unix port should go here 1310 hppa1.1-*-rtems*) 1311 target_cpu=hppa1_1 1312 ;; 1282 1313 i[3456]86-go32-rtems*) 1283 1314 target_cpu=i386 … … 1296 1327 RTEMS_HAS_POSIX_API=no 1297 1328 ;; 1329 powerpc-*rtems*) 1330 target_cpu=ppc 1331 ;; 1298 1332 sparc-sun-solaris*) # unix "simulator" port 1299 1333 target_cpu=unix … … 1304 1338 *) 1305 1339 echo $ac_n "checking rtems target cpu""... $ac_c" 1>&6 1306 echo "configure:13 07: checking rtems target cpu" >&51340 echo "configure:1341: checking rtems target cpu" >&5 1307 1341 target_cpu=`echo $target | sed 's%^\([^-]*\)-\(.*\)$%\1%'` 1308 1342 echo "$ac_t""$target_cpu" 1>&6 … … 1323 1357 # Is this a supported CPU? 1324 1358 echo $ac_n "checking if cpu $target_cpu is supported""... $ac_c" 1>&6 1325 echo "configure:13 26: checking if cpu $target_cpu is supported" >&51359 echo "configure:1360: checking if cpu $target_cpu is supported" >&5 1326 1360 if test -d "$srcdir/c/src/exec/score/cpu/$target_cpu"; then 1327 1361 echo "$ac_t""yes" 1>&6 … … 1348 1382 set dummy $ac_prog; ac_word=$2 1349 1383 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 1350 echo "configure:13 51: checking for $ac_word" >&51384 echo "configure:1385: checking for $ac_word" >&5 1351 1385 if eval "test \"`echo '$''{'ac_cv_path_CC_FOR_TARGET'+set}'`\" = set"; then 1352 1386 echo $ac_n "(cached) $ac_c" 1>&6 … … 1388 1422 1389 1423 echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6 1390 echo "configure:1 391: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&51424 echo "configure:1425: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5 1391 1425 1392 1426 ac_ext=c … … 1398 1432 1399 1433 cat > conftest.$ac_ext <<EOF 1400 #line 14 01"configure"1434 #line 1435 "configure" 1401 1435 #include "confdefs.h" 1402 1436 main(){return(0);} 1403 1437 EOF 1404 if { (eval echo configure:14 05: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then1438 if { (eval echo configure:1439: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then 1405 1439 ac_cv_prog_cc_works=yes 1406 1440 # If we can't run a trivial program, we are probably using a cross compiler. … … 1422 1456 fi 1423 1457 echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6 1424 echo "configure:14 25: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&51458 echo "configure:1459: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5 1425 1459 echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6 1426 1460 cross_compiling=$ac_cv_prog_cc_cross 1427 1461 1428 1462 echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6 1429 echo "configure:14 30: checking whether we are using GNU C" >&51463 echo "configure:1464: checking whether we are using GNU C" >&5 1430 1464 if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then 1431 1465 echo $ac_n "(cached) $ac_c" 1>&6 … … 1436 1470 #endif 1437 1471 EOF 1438 if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:14 39: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then1472 if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:1473: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then 1439 1473 ac_cv_prog_gcc=yes 1440 1474 else … … 1451 1485 CFLAGS= 1452 1486 echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6 1453 echo "configure:14 54: checking whether ${CC-cc} accepts -g" >&51487 echo "configure:1488: checking whether ${CC-cc} accepts -g" >&5 1454 1488 if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then 1455 1489 echo $ac_n "(cached) $ac_c" 1>&6 … … 1493 1527 1494 1528 echo $ac_n "checking whether $CC_FOR_TARGET accepts -specs""... $ac_c" 1>&6 1495 echo "configure:1 496: checking whether $CC_FOR_TARGET accepts -specs" >&51529 echo "configure:1530: checking whether $CC_FOR_TARGET accepts -specs" >&5 1496 1530 if eval "test \"`echo '$''{'rtems_cv_gcc_specs'+set}'`\" = set"; then 1497 1531 echo $ac_n "(cached) $ac_c" 1>&6 … … 1512 1546 1513 1547 echo $ac_n "checking whether $CC_FOR_TARGET accepts --pipe""... $ac_c" 1>&6 1514 echo "configure:15 15: checking whether $CC_FOR_TARGET accepts --pipe" >&51548 echo "configure:1549: checking whether $CC_FOR_TARGET accepts --pipe" >&5 1515 1549 if eval "test \"`echo '$''{'rtems_cv_gcc_pipe'+set}'`\" = set"; then 1516 1550 echo $ac_n "(cached) $ac_c" 1>&6 … … 1553 1587 set dummy $ac_prog; ac_word=$2 1554 1588 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 1555 echo "configure:15 56: checking for $ac_word" >&51589 echo "configure:1590: checking for $ac_word" >&5 1556 1590 if eval "test \"`echo '$''{'ac_cv_path_CXX_FOR_TARGET'+set}'`\" = set"; then 1557 1591 echo $ac_n "(cached) $ac_c" 1>&6 … … 1593 1627 1594 1628 echo $ac_n "checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) works""... $ac_c" 1>&6 1595 echo "configure:1 596: checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) works" >&51629 echo "configure:1630: checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) works" >&5 1596 1630 1597 1631 ac_ext=C … … 1603 1637 1604 1638 cat > conftest.$ac_ext <<EOF 1605 #line 16 06"configure"1639 #line 1640 "configure" 1606 1640 #include "confdefs.h" 1607 1641 main(){return(0);} 1608 1642 EOF 1609 if { (eval echo configure:16 10: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then1643 if { (eval echo configure:1644: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then 1610 1644 ac_cv_prog_cxx_works=yes 1611 1645 # If we can't run a trivial program, we are probably using a cross compiler. … … 1633 1667 fi 1634 1668 echo $ac_n "checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6 1635 echo "configure:16 36: checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) is a cross-compiler" >&51669 echo "configure:1670: checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) is a cross-compiler" >&5 1636 1670 echo "$ac_t""$ac_cv_prog_cxx_cross" 1>&6 1637 1671 cross_compiling=$ac_cv_prog_cxx_cross 1638 1672 1639 1673 echo $ac_n "checking whether we are using GNU C++""... $ac_c" 1>&6 1640 echo "configure:16 41: checking whether we are using GNU C++" >&51674 echo "configure:1675: checking whether we are using GNU C++" >&5 1641 1675 if eval "test \"`echo '$''{'ac_cv_prog_gxx'+set}'`\" = set"; then 1642 1676 echo $ac_n "(cached) $ac_c" 1>&6 … … 1647 1681 #endif 1648 1682 EOF 1649 if { ac_try='${CXX-g++} -E conftest.C'; { (eval echo configure:16 50: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then1683 if { ac_try='${CXX-g++} -E conftest.C'; { (eval echo configure:1684: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then 1650 1684 ac_cv_prog_gxx=yes 1651 1685 else … … 1662 1696 CXXFLAGS= 1663 1697 echo $ac_n "checking whether ${CXX-g++} accepts -g""... $ac_c" 1>&6 1664 echo "configure:16 65: checking whether ${CXX-g++} accepts -g" >&51698 echo "configure:1699: checking whether ${CXX-g++} accepts -g" >&5 1665 1699 if eval "test \"`echo '$''{'ac_cv_prog_cxx_g'+set}'`\" = set"; then 1666 1700 echo $ac_n "(cached) $ac_c" 1>&6 … … 1725 1759 set dummy "$program_prefix"ar; ac_word=$2 1726 1760 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 1727 echo "configure:17 28: checking for $ac_word" >&51761 echo "configure:1762: checking for $ac_word" >&5 1728 1762 if eval "test \"`echo '$''{'ac_cv_path_AR_FOR_TARGET'+set}'`\" = set"; then 1729 1763 echo $ac_n "(cached) $ac_c" 1>&6 … … 1757 1791 set dummy "$program_prefix"as; ac_word=$2 1758 1792 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 1759 echo "configure:17 60: checking for $ac_word" >&51793 echo "configure:1794: checking for $ac_word" >&5 1760 1794 if eval "test \"`echo '$''{'ac_cv_path_AS_FOR_TARGET'+set}'`\" = set"; then 1761 1795 echo $ac_n "(cached) $ac_c" 1>&6 … … 1789 1823 set dummy "$program_prefix"nm; ac_word=$2 1790 1824 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 1791 echo "configure:1 792: checking for $ac_word" >&51825 echo "configure:1826: checking for $ac_word" >&5 1792 1826 if eval "test \"`echo '$''{'ac_cv_path_NM_FOR_TARGET'+set}'`\" = set"; then 1793 1827 echo $ac_n "(cached) $ac_c" 1>&6 … … 1821 1855 set dummy "$program_prefix"ld; ac_word=$2 1822 1856 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 1823 echo "configure:18 24: checking for $ac_word" >&51857 echo "configure:1858: checking for $ac_word" >&5 1824 1858 if eval "test \"`echo '$''{'ac_cv_path_LD_FOR_TARGET'+set}'`\" = set"; then 1825 1859 echo $ac_n "(cached) $ac_c" 1>&6 … … 1854 1888 set dummy "$program_prefix"ranlib; ac_word=$2 1855 1889 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 1856 echo "configure:18 57: checking for $ac_word" >&51890 echo "configure:1891: checking for $ac_word" >&5 1857 1891 if eval "test \"`echo '$''{'ac_cv_path_RANLIB_FOR_TARGET'+set}'`\" = set"; then 1858 1892 echo $ac_n "(cached) $ac_c" 1>&6 … … 1887 1921 set dummy "$program_prefix"objcopy; ac_word=$2 1888 1922 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 1889 echo "configure:1 890: checking for $ac_word" >&51923 echo "configure:1924: checking for $ac_word" >&5 1890 1924 if eval "test \"`echo '$''{'ac_cv_path_OBJCOPY_FOR_TARGET'+set}'`\" = set"; then 1891 1925 echo $ac_n "(cached) $ac_c" 1>&6 … … 1919 1953 set dummy "$program_prefix"size; ac_word=$2 1920 1954 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 1921 echo "configure:19 22: checking for $ac_word" >&51955 echo "configure:1956: checking for $ac_word" >&5 1922 1956 if eval "test \"`echo '$''{'ac_cv_path_SIZE_FOR_TARGET'+set}'`\" = set"; then 1923 1957 echo $ac_n "(cached) $ac_c" 1>&6 … … 1953 1987 set dummy gcc; ac_word=$2 1954 1988 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 1955 echo "configure:19 56: checking for $ac_word" >&51989 echo "configure:1990: checking for $ac_word" >&5 1956 1990 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then 1957 1991 echo $ac_n "(cached) $ac_c" 1>&6 … … 1982 2016 set dummy cc; ac_word=$2 1983 2017 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 1984 echo "configure: 1985: checking for $ac_word" >&52018 echo "configure:2019: checking for $ac_word" >&5 1985 2019 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then 1986 2020 echo $ac_n "(cached) $ac_c" 1>&6 … … 2030 2064 2031 2065 echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6 2032 echo "configure:20 33: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&52066 echo "configure:2067: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5 2033 2067 2034 2068 ac_ext=c … … 2040 2074 2041 2075 cat > conftest.$ac_ext <<EOF 2042 #line 20 43"configure"2076 #line 2077 "configure" 2043 2077 #include "confdefs.h" 2044 2078 main(){return(0);} 2045 2079 EOF 2046 if { (eval echo configure:20 47: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then2080 if { (eval echo configure:2081: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then 2047 2081 ac_cv_prog_cc_works=yes 2048 2082 # If we can't run a trivial program, we are probably using a cross compiler. … … 2064 2098 fi 2065 2099 echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6 2066 echo "configure:2 067: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&52100 echo "configure:2101: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5 2067 2101 echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6 2068 2102 cross_compiling=$ac_cv_prog_cc_cross 2069 2103 2070 2104 echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6 2071 echo "configure:2 072: checking whether we are using GNU C" >&52105 echo "configure:2106: checking whether we are using GNU C" >&5 2072 2106 if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then 2073 2107 echo $ac_n "(cached) $ac_c" 1>&6 … … 2078 2112 #endif 2079 2113 EOF 2080 if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:2 081: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then2114 if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:2115: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then 2081 2115 ac_cv_prog_gcc=yes 2082 2116 else … … 2093 2127 CFLAGS= 2094 2128 echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6 2095 echo "configure:2 096: checking whether ${CC-cc} accepts -g" >&52129 echo "configure:2130: checking whether ${CC-cc} accepts -g" >&5 2096 2130 if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then 2097 2131 echo $ac_n "(cached) $ac_c" 1>&6 … … 2124 2158 do 2125 2159 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 2126 echo "configure:21 27: checking for $ac_func" >&52160 echo "configure:2161: checking for $ac_func" >&5 2127 2161 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then 2128 2162 echo $ac_n "(cached) $ac_c" 1>&6 2129 2163 else 2130 2164 cat > conftest.$ac_ext <<EOF 2131 #line 21 32"configure"2165 #line 2166 "configure" 2132 2166 #include "confdefs.h" 2133 2167 /* System header to define __stub macros and hopefully few prototypes, … … 2152 2186 ; return 0; } 2153 2187 EOF 2154 if { (eval echo configure:21 55: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then2188 if { (eval echo configure:2189: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then 2155 2189 rm -rf conftest* 2156 2190 eval "ac_cv_func_$ac_func=yes" … … 2180 2214 2181 2215 echo $ac_n "checking for Makefile.in in c/src/exec/score/tools/$target_cpu""... $ac_c" 1>&6 2182 echo "configure:2 183: checking for Makefile.in in c/src/exec/score/tools/$target_cpu" >&52216 echo "configure:2217: checking for Makefile.in in c/src/exec/score/tools/$target_cpu" >&5 2183 2217 if test -d $srcdir/c/src/exec/score/tools/$target_cpu; then 2184 2218 rtems_av_save_dir=`pwd`; … … 2195 2229 2196 2230 echo $ac_n "checking for Makefile.in in c/src/exec/rtems""... $ac_c" 1>&6 2197 echo "configure:2 198: checking for Makefile.in in c/src/exec/rtems" >&52231 echo "configure:2232: checking for Makefile.in in c/src/exec/rtems" >&5 2198 2232 if test -d $srcdir/c/src/exec/rtems; then 2199 2233 rtems_av_save_dir=`pwd`; … … 2210 2244 2211 2245 echo $ac_n "checking for Makefile.in in c/src/exec/sapi""... $ac_c" 1>&6 2212 echo "configure:22 13: checking for Makefile.in in c/src/exec/sapi" >&52246 echo "configure:2247: checking for Makefile.in in c/src/exec/sapi" >&5 2213 2247 if test -d $srcdir/c/src/exec/sapi; then 2214 2248 rtems_av_save_dir=`pwd`; … … 2227 2261 2228 2262 echo $ac_n "checking for Makefile.in in c/src/exec/posix""... $ac_c" 1>&6 2229 echo "configure:22 30: checking for Makefile.in in c/src/exec/posix" >&52263 echo "configure:2264: checking for Makefile.in in c/src/exec/posix" >&5 2230 2264 if test -d $srcdir/c/src/exec/posix; then 2231 2265 rtems_av_save_dir=`pwd`; … … 2249 2283 if test -z "$rtems_bsp"; then 2250 2284 echo $ac_n "checking for bsps""... $ac_c" 1>&6 2251 echo "configure:22 52: checking for bsps" >&52285 echo "configure:2286: checking for bsps" >&5 2252 2286 files=`ls $srcdir/c/src/lib/libbsp/$target_cpu` 2253 2287 for file in $files; do … … 2267 2301 done 2268 2302 2303 rtems_bsp="$rtems_bsp bare" 2304 makefiles="$makefiles c/src/lib/libbsp/bare/Makefile" 2305 2269 2306 echo "$ac_t""$rtems_bsp done" 1>&6 2270 2307 fi … … 2288 2325 2289 2326 # Is there code where there should be for this BSP? 2290 if test -d "$srcdir/c/src/lib/libbsp/$target_cpu/$bspdir"; then 2291 RTEMS_BSP_LIST="$RTEMS_BSP_LIST $i" 2292 # make sure the Makefiles in a bsp directory are only done once 2293 echo $bspdirs | grep $bspdir >/dev/null 2>&1 2294 if test $? -ne 0 ; then 2295 bspdirs="$bspdirs $bspdir" 2296 2327 # The bare bsp is a special case as it is not under the target_cpu path 2328 case $i in 2329 bare) 2330 if test -d "$srcdir/c/src/lib/libbsp/$bspdir"; then 2331 RTEMS_BSP_LIST="$RTEMS_BSP_LIST $i" 2332 # make sure the Makefiles in a bsp directory are only done once 2333 echo $bspdirs | grep $bspdir >/dev/null 2>&1 2334 if test $? -ne 0 ; then 2335 bspdirs="$bspdirs $bspdir" 2336 2337 echo $ac_n "checking for Makefile.in in c/src/lib/libbsp/$bspdir""... $ac_c" 1>&6 2338 echo "configure:2339: checking for Makefile.in in c/src/lib/libbsp/$bspdir" >&5 2339 if test -d $srcdir/c/src/lib/libbsp/$bspdir; then 2340 rtems_av_save_dir=`pwd`; 2341 cd $srcdir; 2342 rtems_av_tmp=`find c/src/lib/libbsp/$bspdir -name "Makefile.in" -print | sed "s/Makefile\.in/%/" | sort | sed "s/%/Makefile/"` 2343 makefiles="$makefiles $rtems_av_tmp"; 2344 cd $rtems_av_save_dir; 2345 echo "$ac_t""done" 1>&6 2346 else 2347 echo "$ac_t""no" 1>&6 2348 fi 2349 2350 2351 fi 2352 else 2353 { echo "configure: error: unable to find libbsp directory ($bspdir) for $i" 1>&2; exit 1; } 2354 fi 2355 ;; 2356 *) 2357 if test -d "$srcdir/c/src/lib/libbsp/$target_cpu/$bspdir"; then 2358 RTEMS_BSP_LIST="$RTEMS_BSP_LIST $i" 2359 # make sure the Makefiles in a bsp directory are only done once 2360 echo $bspdirs | grep $bspdir >/dev/null 2>&1 2361 if test $? -ne 0 ; then 2362 bspdirs="$bspdirs $bspdir" 2363 2297 2364 echo $ac_n "checking for Makefile.in in c/src/lib/libbsp/$target_cpu/$bspdir""... $ac_c" 1>&6 2298 echo "configure:2 299: checking for Makefile.in in c/src/lib/libbsp/$target_cpu/$bspdir" >&52365 echo "configure:2366: checking for Makefile.in in c/src/lib/libbsp/$target_cpu/$bspdir" >&5 2299 2366 if test -d $srcdir/c/src/lib/libbsp/$target_cpu/$bspdir; then 2300 2367 rtems_av_save_dir=`pwd`; … … 2309 2376 2310 2377 2311 fi 2312 else 2313 { echo "configure: error: unable to find libbsp directory ($bspdir) for $i" 1>&2; exit 1; } 2314 fi 2378 fi 2379 else 2380 { echo "configure: error: unable to find libbsp directory ($bspdir) for $i" 1>&2; exit 1; } 2381 fi 2382 ;; 2383 esac 2384 2315 2385 done 2316 2386 fi … … 2319 2389 2320 2390 echo $ac_n "checking for Makefile.in in c/src/lib/libcpu/$target_cpu""... $ac_c" 1>&6 2321 echo "configure:23 22: checking for Makefile.in in c/src/lib/libcpu/$target_cpu" >&52391 echo "configure:2392: checking for Makefile.in in c/src/lib/libcpu/$target_cpu" >&5 2322 2392 if test -d $srcdir/c/src/lib/libcpu/$target_cpu; then 2323 2393 rtems_av_save_dir=`pwd`; … … 2336 2406 2337 2407 echo $ac_n "checking for Makefile.in in c/src/lib/start/$target_cpu""... $ac_c" 1>&6 2338 echo "configure:2 339: checking for Makefile.in in c/src/lib/start/$target_cpu" >&52408 echo "configure:2409: checking for Makefile.in in c/src/lib/start/$target_cpu" >&5 2339 2409 if test -d $srcdir/c/src/lib/start/$target_cpu; then 2340 2410 rtems_av_save_dir=`pwd`; … … 2378 2448 # If the tests are enabled, then find all the test suite Makefiles 2379 2449 echo $ac_n "checking if the test suites are enabled? ""... $ac_c" 1>&6 2380 echo "configure:2 381: checking if the test suites are enabled? " >&52450 echo "configure:2451: checking if the test suites are enabled? " >&5 2381 2451 tests_enabled=yes 2382 2452 # Check whether --enable-tests or --disable-tests was given. … … 2397 2467 2398 2468 echo $ac_n "checking for Makefile.in in c/src/tests/tools/$target_cpu""... $ac_c" 1>&6 2399 echo "configure:24 00: checking for Makefile.in in c/src/tests/tools/$target_cpu" >&52469 echo "configure:2470: checking for Makefile.in in c/src/tests/tools/$target_cpu" >&5 2400 2470 if test -d $srcdir/c/src/tests/tools/$target_cpu; then 2401 2471 rtems_av_save_dir=`pwd`; … … 2414 2484 2415 2485 echo $ac_n "checking for Makefile.in in c/src/tests/libtests""... $ac_c" 1>&6 2416 echo "configure:24 17: checking for Makefile.in in c/src/tests/libtests" >&52486 echo "configure:2487: checking for Makefile.in in c/src/tests/libtests" >&5 2417 2487 if test -d $srcdir/c/src/tests/libtests; then 2418 2488 rtems_av_save_dir=`pwd`; … … 2429 2499 2430 2500 echo $ac_n "checking for Makefile.in in c/src/tests/sptests""... $ac_c" 1>&6 2431 echo "configure:2 432: checking for Makefile.in in c/src/tests/sptests" >&52501 echo "configure:2502: checking for Makefile.in in c/src/tests/sptests" >&5 2432 2502 if test -d $srcdir/c/src/tests/sptests; then 2433 2503 rtems_av_save_dir=`pwd`; … … 2444 2514 2445 2515 echo $ac_n "checking for Makefile.in in c/src/tests/tmtests""... $ac_c" 1>&6 2446 echo "configure:2 447: checking for Makefile.in in c/src/tests/tmtests" >&52516 echo "configure:2517: checking for Makefile.in in c/src/tests/tmtests" >&5 2447 2517 if test -d $srcdir/c/src/tests/tmtests; then 2448 2518 rtems_av_save_dir=`pwd`; … … 2459 2529 2460 2530 echo $ac_n "checking for Makefile.in in c/src/tests/mptests""... $ac_c" 1>&6 2461 echo "configure:2 462: checking for Makefile.in in c/src/tests/mptests" >&52531 echo "configure:2532: checking for Makefile.in in c/src/tests/mptests" >&5 2462 2532 if test -d $srcdir/c/src/tests/mptests; then 2463 2533 rtems_av_save_dir=`pwd`; … … 2475 2545 2476 2546 echo $ac_n "checking for Makefile.in in c/src/tests/psxtests""... $ac_c" 1>&6 2477 echo "configure:2 478: checking for Makefile.in in c/src/tests/psxtests" >&52547 echo "configure:2548: checking for Makefile.in in c/src/tests/psxtests" >&5 2478 2548 if test -d $srcdir/c/src/tests/psxtests; then 2479 2549 rtems_av_save_dir=`pwd`; … … 2493 2563 # If the HWAPI is enabled, the find the HWAPI Makefiles 2494 2564 echo $ac_n "checking if the HWAPI is enabled? ""... $ac_c" 1>&6 2495 echo "configure:2 496: checking if the HWAPI is enabled? " >&52565 echo "configure:2566: checking if the HWAPI is enabled? " >&5 2496 2566 # Check whether --enable-hwapi or --disable-hwapi was given. 2497 2567 if test "${enable_hwapi+set}" = set; then … … 2504 2574 2505 2575 echo $ac_n "checking for Makefile.in in c/src/lib/libhwapi/analog""... $ac_c" 1>&6 2506 echo "configure:25 07: checking for Makefile.in in c/src/lib/libhwapi/analog" >&52576 echo "configure:2577: checking for Makefile.in in c/src/lib/libhwapi/analog" >&5 2507 2577 if test -d $srcdir/c/src/lib/libhwapi/analog; then 2508 2578 rtems_av_save_dir=`pwd`; … … 2519 2589 2520 2590 echo $ac_n "checking for Makefile.in in c/src/lib/libhwapi/discrete""... $ac_c" 1>&6 2521 echo "configure:25 22: checking for Makefile.in in c/src/lib/libhwapi/discrete" >&52591 echo "configure:2592: checking for Makefile.in in c/src/lib/libhwapi/discrete" >&5 2522 2592 if test -d $srcdir/c/src/lib/libhwapi/discrete; then 2523 2593 rtems_av_save_dir=`pwd`; … … 2534 2604 2535 2605 echo $ac_n "checking for Makefile.in in c/src/lib/libhwapi/drivers""... $ac_c" 1>&6 2536 echo "configure:2 537: checking for Makefile.in in c/src/lib/libhwapi/drivers" >&52606 echo "configure:2607: checking for Makefile.in in c/src/lib/libhwapi/drivers" >&5 2537 2607 if test -d $srcdir/c/src/lib/libhwapi/drivers; then 2538 2608 rtems_av_save_dir=`pwd`; … … 2549 2619 2550 2620 echo $ac_n "checking for Makefile.in in c/src/lib/libhwapi/non_volatile_memory""... $ac_c" 1>&6 2551 echo "configure:2 552: checking for Makefile.in in c/src/lib/libhwapi/non_volatile_memory" >&52621 echo "configure:2622: checking for Makefile.in in c/src/lib/libhwapi/non_volatile_memory" >&5 2552 2622 if test -d $srcdir/c/src/lib/libhwapi/non_volatile_memory; then 2553 2623 rtems_av_save_dir=`pwd`; … … 2564 2634 2565 2635 echo $ac_n "checking for Makefile.in in c/src/lib/libhwapi/serial""... $ac_c" 1>&6 2566 echo "configure:2 567: checking for Makefile.in in c/src/lib/libhwapi/serial" >&52636 echo "configure:2637: checking for Makefile.in in c/src/lib/libhwapi/serial" >&5 2567 2637 if test -d $srcdir/c/src/lib/libhwapi/serial; then 2568 2638 rtems_av_save_dir=`pwd`; … … 2579 2649 2580 2650 echo $ac_n "checking for Makefile.in in c/src/lib/libhwapi/support""... $ac_c" 1>&6 2581 echo "configure:2 582: checking for Makefile.in in c/src/lib/libhwapi/support" >&52651 echo "configure:2652: checking for Makefile.in in c/src/lib/libhwapi/support" >&5 2582 2652 if test -d $srcdir/c/src/lib/libhwapi/support; then 2583 2653 rtems_av_save_dir=`pwd`; … … 2594 2664 2595 2665 echo $ac_n "checking for Makefile.in in c/src/lib/libhwapi/wrapup""... $ac_c" 1>&6 2596 echo "configure:2 597: checking for Makefile.in in c/src/lib/libhwapi/wrapup" >&52666 echo "configure:2667: checking for Makefile.in in c/src/lib/libhwapi/wrapup" >&5 2597 2667 if test -d $srcdir/c/src/lib/libhwapi/wrapup; then 2598 2668 rtems_av_save_dir=`pwd`; … … 2634 2704 2635 2705 2706 2707 2636 2708 # pick up all the Makefiles in required parts of the tree 2637 2709 2638 2710 echo $ac_n "checking for Makefile.in in c/build-tools""... $ac_c" 1>&6 2639 echo "configure:2 640: checking for Makefile.in in c/build-tools" >&52711 echo "configure:2712: checking for Makefile.in in c/build-tools" >&5 2640 2712 if test -d $srcdir/c/build-tools; then 2641 2713 rtems_av_save_dir=`pwd`; … … 2652 2724 2653 2725 echo $ac_n "checking for Makefile.in in make""... $ac_c" 1>&6 2654 echo "configure:2 655: checking for Makefile.in in make" >&52726 echo "configure:2727: checking for Makefile.in in make" >&5 2655 2727 if test -d $srcdir/make; then 2656 2728 rtems_av_save_dir=`pwd`; … … 2667 2739 2668 2740 echo $ac_n "checking for Makefile.in in c/src/lib/libmisc""... $ac_c" 1>&6 2669 echo "configure:2 670: checking for Makefile.in in c/src/lib/libmisc" >&52741 echo "configure:2742: checking for Makefile.in in c/src/lib/libmisc" >&5 2670 2742 if test -d $srcdir/c/src/lib/libmisc; then 2671 2743 rtems_av_save_dir=`pwd`; … … 2682 2754 2683 2755 echo $ac_n "checking for Makefile.in in c/src/tests/samples""... $ac_c" 1>&6 2684 echo "configure:2 685: checking for Makefile.in in c/src/tests/samples" >&52756 echo "configure:2757: checking for Makefile.in in c/src/tests/samples" >&5 2685 2757 if test -d $srcdir/c/src/tests/samples; then 2686 2758 rtems_av_save_dir=`pwd`; … … 2913 2985 s%@RTEMS_HAS_CPLUSPLUS@%$RTEMS_HAS_CPLUSPLUS%g 2914 2986 s%@RTEMS_USE_GCC272@%$RTEMS_USE_GCC272%g 2987 s%@CPU_CFLAGS@%$CPU_CFLAGS%g 2988 s%@RTEMS_CPU_MODEL@%$RTEMS_CPU_MODEL%g 2915 2989 s%@PROJECT_ROOT@%$PROJECT_ROOT%g 2916 2990 s%@program_prefix@%$program_prefix%g -
configure.in
r90cf4cc rbd5e4f3b 64 64 [ RTEMS_LIBC_DIR="${enableval}" ; \ 65 65 test -d ${enableval} || AC_MSG_ERROR("$enableval is not a directory" ) ] ) 66 67 AC_ARG_ENABLE(cpu-cflags, 68 [ --enable-cpu-cflags specify a particular cpu cflag], 69 [case "${enableval}" in 70 no) CPU_CFLAGS="" ;; 71 *) CPU_CFLAGS="${enableval}" ;; 72 esac], 73 [CPU_CFLAGS=""]) 74 75 AC_ARG_ENABLE(cpu-model, 76 [ --enable-cpu-model specify a particular cpu model], 77 [case "${enableval}" in 78 no) RTEMS_CPU_MODEL="" ;; 79 *) RTEMS_CPU_MODEL="${enableval}" ;; 80 esac], 81 [CPU_CFLAGS=""]) 66 82 67 83 RTEMS_PREFIX=${target_cpu}-${target_vendor} … … 124 140 case "${target}" in 125 141 # hpux unix port should go here 142 hppa1.1-*-rtems*) 143 target_cpu=hppa1_1 144 ;; 126 145 i[[3456]]86-go32-rtems*) 127 146 target_cpu=i386 … … 139 158 target_cpu=no_cpu 140 159 RTEMS_HAS_POSIX_API=no 160 ;; 161 powerpc-*rtems*) 162 target_cpu=ppc 141 163 ;; 142 164 sparc-sun-solaris*) # unix "simulator" port … … 240 262 done 241 263 264 rtems_bsp="$rtems_bsp bare" 265 makefiles="$makefiles c/src/lib/libbsp/bare/Makefile" 266 242 267 AC_MSG_RESULT([$rtems_bsp done]) 243 268 fi … … 261 286 262 287 # Is there code where there should be for this BSP? 263 if test -d "$srcdir/c/src/lib/libbsp/$target_cpu/$bspdir"; then 264 RTEMS_BSP_LIST="$RTEMS_BSP_LIST $i" 265 # make sure the Makefiles in a bsp directory are only done once 266 echo $bspdirs | grep $bspdir >/dev/null 2>&1 267 if test $? -ne 0 ; then 268 bspdirs="$bspdirs $bspdir" 269 RTEMS_CHECK_MAKEFILE(c/src/lib/libbsp/$target_cpu/$bspdir) 270 fi 271 else 272 AC_MSG_ERROR([unable to find libbsp directory ($bspdir) for $i]) 273 fi 288 # The bare bsp is a special case as it is not under the target_cpu path 289 case $i in 290 bare) 291 if test -d "$srcdir/c/src/lib/libbsp/$bspdir"; then 292 RTEMS_BSP_LIST="$RTEMS_BSP_LIST $i" 293 # make sure the Makefiles in a bsp directory are only done once 294 echo $bspdirs | grep $bspdir >/dev/null 2>&1 295 if test $? -ne 0 ; then 296 bspdirs="$bspdirs $bspdir" 297 RTEMS_CHECK_MAKEFILE(c/src/lib/libbsp/$bspdir) 298 fi 299 else 300 AC_MSG_ERROR([unable to find libbsp directory ($bspdir) for $i]) 301 fi 302 ;; 303 *) 304 if test -d "$srcdir/c/src/lib/libbsp/$target_cpu/$bspdir"; then 305 RTEMS_BSP_LIST="$RTEMS_BSP_LIST $i" 306 # make sure the Makefiles in a bsp directory are only done once 307 echo $bspdirs | grep $bspdir >/dev/null 2>&1 308 if test $? -ne 0 ; then 309 bspdirs="$bspdirs $bspdir" 310 RTEMS_CHECK_MAKEFILE(c/src/lib/libbsp/$target_cpu/$bspdir) 311 fi 312 else 313 AC_MSG_ERROR([unable to find libbsp directory ($bspdir) for $i]) 314 fi 315 ;; 316 esac 317 274 318 done 275 319 fi … … 370 414 AC_SUBST(RTEMS_USE_GCC272) 371 415 AC_SUBST(RTEMS_LIBC_DIR) 416 AC_SUBST(CPU_CFLAGS) 417 AC_SUBST(RTEMS_CPU_MODEL) 372 418 AC_SUBST(PROJECT_ROOT) 373 419 AC_SUBST(program_prefix) -
make/leaf.cfg
r90cf4cc rbd5e4f3b 175 175 @echo "#endif" >>$@ 176 176 177 ifeq ($(RTEMS_BSP),bare) 178 $(ARCH)/bsp_specs.tmp: FORCE 179 cp $(RTEMS_ROOT)/c/src/lib/libbsp/$(RTEMS_BSP_FAMILY)/bsp_specs $@ 180 else 177 181 $(ARCH)/bsp_specs.tmp: FORCE 178 182 cp $(RTEMS_ROOT)/c/src/lib/libbsp/$(RTEMS_CPU)/$(RTEMS_BSP_FAMILY)/bsp_specs $@ 183 endif -
make/target.cfg.in
r90cf4cc rbd5e4f3b 52 52 RTEMS_LIBC_DIR = @RTEMS_LIBC_DIR@ 53 53 54 RTEMS_CPU = @target_cpu@ 55 RTEMS_CPU_MODEL = @RTEMS_CPU_MODEL@ 56 CPU_CFLAGS = @CPU_CFLAGS@ 57 54 58 INSTALL=$(PROJECT_ROOT)/$(RTEMS_BSP)/build-tools/install-if-change 55 59 XCFLAGS=$(CFLAGS_FOR_TARGET)
Note: See TracChangeset
for help on using the changeset viewer.