Changeset e4829a05 in rtems


Ignore:
Timestamp:
03/23/98 22:54:55 (26 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
42dc81e
Parents:
d53130be
Message:

renamed ppc to powerpc

Files:
5 edited

Legend:

Unmodified
Added
Removed
  • c/src/exec/score/tools/generic/size_rtems.in

    rd53130be re4829a05  
    5959    case $cpu in
    6060      hppa1.1) rtems_cpu=hppa1_1 ;;
    61       powerpc) rtems_cpu=ppc ;;
    6261      *)       rtems_cpu=$cpu ;;
    6362    esac
  • configure

    rd53130be re4829a05  
    12981298        RTEMS_HAS_POSIX_API=no
    12991299        ;;
    1300   powerpc-*rtems*)
    1301         target_cpu=ppc
    1302         ;;
    13031300  sparc-sun-solaris*)             # unix "simulator" port
    13041301        target_cpu=unix
     
    13081305  *)
    13091306        echo $ac_n "checking rtems target cpu""... $ac_c" 1>&6
    1310 echo "configure:1311: checking rtems target cpu" >&5
     1307echo "configure:1308: checking rtems target cpu" >&5
    13111308target_cpu=`echo $target | sed 's%^\([^-]*\)-\(.*\)$%\1%'`
    13121309echo "$ac_t""$target_cpu" 1>&6
     
    13271324# Is this a supported CPU?
    13281325echo $ac_n "checking if cpu $target_cpu is supported""... $ac_c" 1>&6
    1329 echo "configure:1330: checking if cpu $target_cpu is supported" >&5
     1326echo "configure:1327: checking if cpu $target_cpu is supported" >&5
    13301327if test -d "$srcdir/c/src/exec/score/cpu/$target_cpu"; then
    13311328  echo "$ac_t""yes" 1>&6
     
    13491346set dummy gcc; ac_word=$2
    13501347echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    1351 echo "configure:1352: checking for $ac_word" >&5
     1348echo "configure:1349: checking for $ac_word" >&5
    13521349if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
    13531350  echo $ac_n "(cached) $ac_c" 1>&6
     
    13781375set dummy cc; ac_word=$2
    13791376echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    1380 echo "configure:1381: checking for $ac_word" >&5
     1377echo "configure:1378: checking for $ac_word" >&5
    13811378if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
    13821379  echo $ac_n "(cached) $ac_c" 1>&6
     
    14261423
    14271424echo $ac_n "checking whether the target C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6
    1428 echo "configure:1429: checking whether the target C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
     1425echo "configure:1426: checking whether the target C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
    14291426
    14301427ac_ext=c
     
    14361433
    14371434cat > conftest.$ac_ext <<EOF
    1438 #line 1439 "configure"
     1435#line 1436 "configure"
    14391436#include "confdefs.h"
    14401437main(){return(0);}
    14411438EOF
    1442 if { (eval echo configure:1443: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
     1439if { (eval echo configure:1440: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
    14431440  rtems_cv_prog_cc_works=yes
    14441441  # If we can't run a trivial program, we are probably using a cross compiler.
     
    14601457fi
    14611458echo $ac_n "checking whether the target C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6
    1462 echo "configure:1463: checking whether the target C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
     1459echo "configure:1460: checking whether the target C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
    14631460echo "$ac_t""$rtems_cv_prog_cc_cross" 1>&6
    14641461
    14651462echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6
    1466 echo "configure:1467: checking whether we are using GNU C" >&5
     1463echo "configure:1464: checking whether we are using GNU C" >&5
    14671464if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then
    14681465  echo $ac_n "(cached) $ac_c" 1>&6
     
    14731470#endif
    14741471EOF
    1475 if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:1476: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
     1472if { 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
    14761473  ac_cv_prog_gcc=yes
    14771474else
     
    14881485  CFLAGS=
    14891486  echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6
    1490 echo "configure:1491: checking whether ${CC-cc} accepts -g" >&5
     1487echo "configure:1488: checking whether ${CC-cc} accepts -g" >&5
    14911488if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then
    14921489  echo $ac_n "(cached) $ac_c" 1>&6
     
    15281525 
    15291526echo $ac_n "checking whether $CC_FOR_TARGET accepts -specs""... $ac_c" 1>&6
    1530 echo "configure:1531: checking whether $CC_FOR_TARGET accepts -specs" >&5
     1527echo "configure:1528: checking whether $CC_FOR_TARGET accepts -specs" >&5
    15311528if eval "test \"`echo '$''{'rtems_cv_gcc_specs'+set}'`\" = set"; then
    15321529  echo $ac_n "(cached) $ac_c" 1>&6
     
    15531550
    15541551echo $ac_n "checking whether $CC_FOR_TARGET accepts --pipe""... $ac_c" 1>&6
    1555 echo "configure:1556: checking whether $CC_FOR_TARGET accepts --pipe" >&5
     1552echo "configure:1553: checking whether $CC_FOR_TARGET accepts --pipe" >&5
    15561553if eval "test \"`echo '$''{'rtems_cv_gcc_pipe'+set}'`\" = set"; then
    15571554  echo $ac_n "(cached) $ac_c" 1>&6
     
    15861583set dummy $ac_prog; ac_word=$2
    15871584echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    1588 echo "configure:1589: checking for $ac_word" >&5
     1585echo "configure:1586: checking for $ac_word" >&5
    15891586if eval "test \"`echo '$''{'ac_cv_prog_CXX'+set}'`\" = set"; then
    15901587  echo $ac_n "(cached) $ac_c" 1>&6
     
    16171614
    16181615echo $ac_n "checking whether the target C++ compiler ($CXX $CXXFLAGS $LDFLAGS) works""... $ac_c" 1>&6
    1619 echo "configure:1620: checking whether the target C++ compiler ($CXX $CXXFLAGS $LDFLAGS) works" >&5
     1616echo "configure:1617: checking whether the target C++ compiler ($CXX $CXXFLAGS $LDFLAGS) works" >&5
    16201617
    16211618ac_ext=C
     
    16281625
    16291626cat > conftest.$ac_ext <<EOF
    1630 #line 1631 "configure"
     1627#line 1628 "configure"
    16311628#include "confdefs.h"
    16321629main(){return(0);}
    16331630EOF
    1634 if { (eval echo configure:1635: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
     1631if { (eval echo configure:1632: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
    16351632  rtems_cv_prog_cxx_works=yes
    16361633  # If we can't run a trivial program, we are probably using a cross compiler.
     
    16481645if test "$rtems_cv_prog_cxx_works" = "no"; then
    16491646    cat > conftest.$ac_ext <<EOF
    1650 #line 1651 "configure"
     1647#line 1648 "configure"
    16511648#include "confdefs.h"
    16521649 main(){return(0);}
    16531650EOF
    1654 if { (eval echo configure:1655: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
     1651if { (eval echo configure:1652: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
    16551652  rtems_cv_prog_cxx_works=yes
    16561653  # If we can't run a trivial program, we are probably using a cross compiler.
     
    16791676fi
    16801677echo $ac_n "checking whether the target C++ compiler ($CXX $CXXFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6
    1681 echo "configure:1682: checking whether the target C++ compiler ($CXX $CXXFLAGS $LDFLAGS) is a cross-compiler" >&5
     1678echo "configure:1679: checking whether the target C++ compiler ($CXX $CXXFLAGS $LDFLAGS) is a cross-compiler" >&5
    16821679echo "$ac_t""$rtems_cv_prog_cxx_cross" 1>&6
    16831680
    16841681echo $ac_n "checking whether we are using GNU C++""... $ac_c" 1>&6
    1685 echo "configure:1686: checking whether we are using GNU C++" >&5
     1682echo "configure:1683: checking whether we are using GNU C++" >&5
    16861683if eval "test \"`echo '$''{'ac_cv_prog_gxx'+set}'`\" = set"; then
    16871684  echo $ac_n "(cached) $ac_c" 1>&6
     
    16921689#endif
    16931690EOF
    1694 if { ac_try='${CXX-g++} -E conftest.C'; { (eval echo configure:1695: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
     1691if { ac_try='${CXX-g++} -E conftest.C'; { (eval echo configure:1692: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
    16951692  ac_cv_prog_gxx=yes
    16961693else
     
    17071704  CXXFLAGS=
    17081705  echo $ac_n "checking whether ${CXX-g++} accepts -g""... $ac_c" 1>&6
    1709 echo "configure:1710: checking whether ${CXX-g++} accepts -g" >&5
     1706echo "configure:1707: checking whether ${CXX-g++} accepts -g" >&5
    17101707if eval "test \"`echo '$''{'ac_cv_prog_cxx_g'+set}'`\" = set"; then
    17111708  echo $ac_n "(cached) $ac_c" 1>&6
     
    17411738set dummy "$program_prefix"g++; ac_word=$2
    17421739echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    1743 echo "configure:1744: checking for $ac_word" >&5
     1740echo "configure:1741: checking for $ac_word" >&5
    17441741if eval "test \"`echo '$''{'ac_cv_path_CXX_FOR_TARGET'+set}'`\" = set"; then
    17451742  echo $ac_n "(cached) $ac_c" 1>&6
     
    17861783set dummy "$program_prefix"gcc; ac_word=$2
    17871784echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    1788 echo "configure:1789: checking for $ac_word" >&5
     1785echo "configure:1786: checking for $ac_word" >&5
    17891786if eval "test \"`echo '$''{'ac_cv_path_CC_FOR_TARGET'+set}'`\" = set"; then
    17901787  echo $ac_n "(cached) $ac_c" 1>&6
     
    18191816set dummy "$program_prefix"ar; ac_word=$2
    18201817echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    1821 echo "configure:1822: checking for $ac_word" >&5
     1818echo "configure:1819: checking for $ac_word" >&5
    18221819if eval "test \"`echo '$''{'ac_cv_path_AR_FOR_TARGET'+set}'`\" = set"; then
    18231820  echo $ac_n "(cached) $ac_c" 1>&6
     
    18511848set dummy "$program_prefix"as; ac_word=$2
    18521849echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    1853 echo "configure:1854: checking for $ac_word" >&5
     1850echo "configure:1851: checking for $ac_word" >&5
    18541851if eval "test \"`echo '$''{'ac_cv_path_AS_FOR_TARGET'+set}'`\" = set"; then
    18551852  echo $ac_n "(cached) $ac_c" 1>&6
     
    18831880set dummy "$program_prefix"nm; ac_word=$2
    18841881echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    1885 echo "configure:1886: checking for $ac_word" >&5
     1882echo "configure:1883: checking for $ac_word" >&5
    18861883if eval "test \"`echo '$''{'ac_cv_path_NM_FOR_TARGET'+set}'`\" = set"; then
    18871884  echo $ac_n "(cached) $ac_c" 1>&6
     
    19151912set dummy "$program_prefix"ld; ac_word=$2
    19161913echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    1917 echo "configure:1918: checking for $ac_word" >&5
     1914echo "configure:1915: checking for $ac_word" >&5
    19181915if eval "test \"`echo '$''{'ac_cv_path_LD_FOR_TARGET'+set}'`\" = set"; then
    19191916  echo $ac_n "(cached) $ac_c" 1>&6
     
    19481945set dummy "$program_prefix"ranlib; ac_word=$2
    19491946echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    1950 echo "configure:1951: checking for $ac_word" >&5
     1947echo "configure:1948: checking for $ac_word" >&5
    19511948if eval "test \"`echo '$''{'ac_cv_path_RANLIB_FOR_TARGET'+set}'`\" = set"; then
    19521949  echo $ac_n "(cached) $ac_c" 1>&6
     
    19811978set dummy "$program_prefix"objcopy; ac_word=$2
    19821979echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    1983 echo "configure:1984: checking for $ac_word" >&5
     1980echo "configure:1981: checking for $ac_word" >&5
    19841981if eval "test \"`echo '$''{'ac_cv_path_OBJCOPY_FOR_TARGET'+set}'`\" = set"; then
    19851982  echo $ac_n "(cached) $ac_c" 1>&6
     
    20132010set dummy "$program_prefix"size; ac_word=$2
    20142011echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    2015 echo "configure:2016: checking for $ac_word" >&5
     2012echo "configure:2013: checking for $ac_word" >&5
    20162013if eval "test \"`echo '$''{'ac_cv_path_SIZE_FOR_TARGET'+set}'`\" = set"; then
    20172014  echo $ac_n "(cached) $ac_c" 1>&6
     
    20482045set dummy gcc; ac_word=$2
    20492046echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    2050 echo "configure:2051: checking for $ac_word" >&5
     2047echo "configure:2048: checking for $ac_word" >&5
    20512048if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
    20522049  echo $ac_n "(cached) $ac_c" 1>&6
     
    20772074set dummy cc; ac_word=$2
    20782075echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    2079 echo "configure:2080: checking for $ac_word" >&5
     2076echo "configure:2077: checking for $ac_word" >&5
    20802077if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
    20812078  echo $ac_n "(cached) $ac_c" 1>&6
     
    21252122
    21262123echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6
    2127 echo "configure:2128: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
     2124echo "configure:2125: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
    21282125
    21292126ac_ext=c
     
    21352132
    21362133cat > conftest.$ac_ext <<EOF
    2137 #line 2138 "configure"
     2134#line 2135 "configure"
    21382135#include "confdefs.h"
    21392136main(){return(0);}
    21402137EOF
    2141 if { (eval echo configure:2142: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
     2138if { (eval echo configure:2139: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
    21422139  ac_cv_prog_cc_works=yes
    21432140  # If we can't run a trivial program, we are probably using a cross compiler.
     
    21592156fi
    21602157echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6
    2161 echo "configure:2162: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
     2158echo "configure:2159: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
    21622159echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6
    21632160cross_compiling=$ac_cv_prog_cc_cross
    21642161
    21652162echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6
    2166 echo "configure:2167: checking whether we are using GNU C" >&5
     2163echo "configure:2164: checking whether we are using GNU C" >&5
    21672164if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then
    21682165  echo $ac_n "(cached) $ac_c" 1>&6
     
    21732170#endif
    21742171EOF
    2175 if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:2176: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
     2172if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:2173: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
    21762173  ac_cv_prog_gcc=yes
    21772174else
     
    21882185  CFLAGS=
    21892186  echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6
    2190 echo "configure:2191: checking whether ${CC-cc} accepts -g" >&5
     2187echo "configure:2188: checking whether ${CC-cc} accepts -g" >&5
    21912188if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then
    21922189  echo $ac_n "(cached) $ac_c" 1>&6
     
    22192216do
    22202217echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
    2221 echo "configure:2222: checking for $ac_func" >&5
     2218echo "configure:2219: checking for $ac_func" >&5
    22222219if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
    22232220  echo $ac_n "(cached) $ac_c" 1>&6
    22242221else
    22252222  cat > conftest.$ac_ext <<EOF
    2226 #line 2227 "configure"
     2223#line 2224 "configure"
    22272224#include "confdefs.h"
    22282225/* System header to define __stub macros and hopefully few prototypes,
     
    22472244; return 0; }
    22482245EOF
    2249 if { (eval echo configure:2250: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
     2246if { (eval echo configure:2247: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
    22502247  rm -rf conftest*
    22512248  eval "ac_cv_func_$ac_func=yes"
     
    22752272
    22762273echo $ac_n "checking for Makefile.in in c/src/exec/score/tools/$target_cpu""... $ac_c" 1>&6
    2277 echo "configure:2278: checking for Makefile.in in c/src/exec/score/tools/$target_cpu" >&5
     2274echo "configure:2275: checking for Makefile.in in c/src/exec/score/tools/$target_cpu" >&5
    22782275if test -d $srcdir/c/src/exec/score/tools/$target_cpu; then
    22792276  rtems_av_save_dir=`pwd`;
     
    22902287
    22912288echo $ac_n "checking for Makefile.in in c/src/exec/rtems""... $ac_c" 1>&6
    2292 echo "configure:2293: checking for Makefile.in in c/src/exec/rtems" >&5
     2289echo "configure:2290: checking for Makefile.in in c/src/exec/rtems" >&5
    22932290if test -d $srcdir/c/src/exec/rtems; then
    22942291  rtems_av_save_dir=`pwd`;
     
    23052302
    23062303echo $ac_n "checking for Makefile.in in c/src/exec/sapi""... $ac_c" 1>&6
    2307 echo "configure:2308: checking for Makefile.in in c/src/exec/sapi" >&5
     2304echo "configure:2305: checking for Makefile.in in c/src/exec/sapi" >&5
    23082305if test -d $srcdir/c/src/exec/sapi; then
    23092306  rtems_av_save_dir=`pwd`;
     
    23222319 
    23232320echo $ac_n "checking for Makefile.in in c/src/exec/posix""... $ac_c" 1>&6
    2324 echo "configure:2325: checking for Makefile.in in c/src/exec/posix" >&5
     2321echo "configure:2322: checking for Makefile.in in c/src/exec/posix" >&5
    23252322if test -d $srcdir/c/src/exec/posix; then
    23262323  rtems_av_save_dir=`pwd`;
     
    23442341  if test -z "$rtems_bsp"; then
    23452342    echo $ac_n "checking for bsps""... $ac_c" 1>&6
    2346 echo "configure:2347: checking for bsps" >&5
     2343echo "configure:2344: checking for bsps" >&5
    23472344    files=`ls $srcdir/c/src/lib/libbsp/$target_cpu`
    23482345    for file in $files; do
     
    23912388       
    23922389echo $ac_n "checking for Makefile.in in c/src/lib/libbsp/$target_cpu/$bspdir""... $ac_c" 1>&6
    2393 echo "configure:2394: checking for Makefile.in in c/src/lib/libbsp/$target_cpu/$bspdir" >&5
     2390echo "configure:2391: checking for Makefile.in in c/src/lib/libbsp/$target_cpu/$bspdir" >&5
    23942391if test -d $srcdir/c/src/lib/libbsp/$target_cpu/$bspdir; then
    23952392  rtems_av_save_dir=`pwd`;
     
    24142411
    24152412echo $ac_n "checking for Makefile.in in c/src/lib/libcpu/$target_cpu""... $ac_c" 1>&6
    2416 echo "configure:2417: checking for Makefile.in in c/src/lib/libcpu/$target_cpu" >&5
     2413echo "configure:2414: checking for Makefile.in in c/src/lib/libcpu/$target_cpu" >&5
    24172414if test -d $srcdir/c/src/lib/libcpu/$target_cpu; then
    24182415  rtems_av_save_dir=`pwd`;
     
    24312428 
    24322429echo $ac_n "checking for Makefile.in in c/src/lib/start/$target_cpu""... $ac_c" 1>&6
    2433 echo "configure:2434: checking for Makefile.in in c/src/lib/start/$target_cpu" >&5
     2430echo "configure:2431: checking for Makefile.in in c/src/lib/start/$target_cpu" >&5
    24342431if test -d $srcdir/c/src/lib/start/$target_cpu; then
    24352432  rtems_av_save_dir=`pwd`;
     
    24732470# If the tests are enabled, then find all the test suite Makefiles
    24742471echo $ac_n "checking Are the test suites enabled? ""... $ac_c" 1>&6
    2475 echo "configure:2476: checking Are the test suites enabled? " >&5
     2472echo "configure:2473: checking Are the test suites enabled? " >&5
    24762473tests_enabled=yes
    24772474# Check whether --enable-tests or --disable-tests was given.
     
    24922489
    24932490echo $ac_n "checking for Makefile.in in c/src/tests/tools/$target_cpu""... $ac_c" 1>&6
    2494 echo "configure:2495: checking for Makefile.in in c/src/tests/tools/$target_cpu" >&5
     2491echo "configure:2492: checking for Makefile.in in c/src/tests/tools/$target_cpu" >&5
    24952492if test -d $srcdir/c/src/tests/tools/$target_cpu; then
    24962493  rtems_av_save_dir=`pwd`;
     
    25092506   
    25102507echo $ac_n "checking for Makefile.in in c/src/tests/libtests""... $ac_c" 1>&6
    2511 echo "configure:2512: checking for Makefile.in in c/src/tests/libtests" >&5
     2508echo "configure:2509: checking for Makefile.in in c/src/tests/libtests" >&5
    25122509if test -d $srcdir/c/src/tests/libtests; then
    25132510  rtems_av_save_dir=`pwd`;
     
    25242521   
    25252522echo $ac_n "checking for Makefile.in in c/src/tests/sptests""... $ac_c" 1>&6
    2526 echo "configure:2527: checking for Makefile.in in c/src/tests/sptests" >&5
     2523echo "configure:2524: checking for Makefile.in in c/src/tests/sptests" >&5
    25272524if test -d $srcdir/c/src/tests/sptests; then
    25282525  rtems_av_save_dir=`pwd`;
     
    25392536   
    25402537echo $ac_n "checking for Makefile.in in c/src/tests/tmtests""... $ac_c" 1>&6
    2541 echo "configure:2542: checking for Makefile.in in c/src/tests/tmtests" >&5
     2538echo "configure:2539: checking for Makefile.in in c/src/tests/tmtests" >&5
    25422539if test -d $srcdir/c/src/tests/tmtests; then
    25432540  rtems_av_save_dir=`pwd`;
     
    25542551   
    25552552echo $ac_n "checking for Makefile.in in c/src/tests/mptests""... $ac_c" 1>&6
    2556 echo "configure:2557: checking for Makefile.in in c/src/tests/mptests" >&5
     2553echo "configure:2554: checking for Makefile.in in c/src/tests/mptests" >&5
    25572554if test -d $srcdir/c/src/tests/mptests; then
    25582555  rtems_av_save_dir=`pwd`;
     
    25702567     
    25712568echo $ac_n "checking for Makefile.in in c/src/tests/psxtests""... $ac_c" 1>&6
    2572 echo "configure:2573: checking for Makefile.in in c/src/tests/psxtests" >&5
     2569echo "configure:2570: checking for Makefile.in in c/src/tests/psxtests" >&5
    25732570if test -d $srcdir/c/src/tests/psxtests; then
    25742571  rtems_av_save_dir=`pwd`;
     
    25882585# If the HWAPI is enabled, the find the HWAPI Makefiles
    25892586echo $ac_n "checking Is the HWAPI enabled? ""... $ac_c" 1>&6
    2590 echo "configure:2591: checking Is the HWAPI enabled? " >&5
     2587echo "configure:2588: checking Is the HWAPI enabled? " >&5
    25912588# Check whether --enable-hwapi or --disable-hwapi was given.
    25922589if test "${enable_hwapi+set}" = set; then
     
    25992596           
    26002597echo $ac_n "checking for Makefile.in in c/src/lib/libhwapi/analog""... $ac_c" 1>&6
    2601 echo "configure:2602: checking for Makefile.in in c/src/lib/libhwapi/analog" >&5
     2598echo "configure:2599: checking for Makefile.in in c/src/lib/libhwapi/analog" >&5
    26022599if test -d $srcdir/c/src/lib/libhwapi/analog; then
    26032600  rtems_av_save_dir=`pwd`;
     
    26142611           
    26152612echo $ac_n "checking for Makefile.in in c/src/lib/libhwapi/discrete""... $ac_c" 1>&6
    2616 echo "configure:2617: checking for Makefile.in in c/src/lib/libhwapi/discrete" >&5
     2613echo "configure:2614: checking for Makefile.in in c/src/lib/libhwapi/discrete" >&5
    26172614if test -d $srcdir/c/src/lib/libhwapi/discrete; then
    26182615  rtems_av_save_dir=`pwd`;
     
    26292626           
    26302627echo $ac_n "checking for Makefile.in in c/src/lib/libhwapi/drivers""... $ac_c" 1>&6
    2631 echo "configure:2632: checking for Makefile.in in c/src/lib/libhwapi/drivers" >&5
     2628echo "configure:2629: checking for Makefile.in in c/src/lib/libhwapi/drivers" >&5
    26322629if test -d $srcdir/c/src/lib/libhwapi/drivers; then
    26332630  rtems_av_save_dir=`pwd`;
     
    26442641           
    26452642echo $ac_n "checking for Makefile.in in c/src/lib/libhwapi/non_volatile_memory""... $ac_c" 1>&6
    2646 echo "configure:2647: checking for Makefile.in in c/src/lib/libhwapi/non_volatile_memory" >&5
     2643echo "configure:2644: checking for Makefile.in in c/src/lib/libhwapi/non_volatile_memory" >&5
    26472644if test -d $srcdir/c/src/lib/libhwapi/non_volatile_memory; then
    26482645  rtems_av_save_dir=`pwd`;
     
    26592656           
    26602657echo $ac_n "checking for Makefile.in in c/src/lib/libhwapi/serial""... $ac_c" 1>&6
    2661 echo "configure:2662: checking for Makefile.in in c/src/lib/libhwapi/serial" >&5
     2658echo "configure:2659: checking for Makefile.in in c/src/lib/libhwapi/serial" >&5
    26622659if test -d $srcdir/c/src/lib/libhwapi/serial; then
    26632660  rtems_av_save_dir=`pwd`;
     
    26742671           
    26752672echo $ac_n "checking for Makefile.in in c/src/lib/libhwapi/support""... $ac_c" 1>&6
    2676 echo "configure:2677: checking for Makefile.in in c/src/lib/libhwapi/support" >&5
     2673echo "configure:2674: checking for Makefile.in in c/src/lib/libhwapi/support" >&5
    26772674if test -d $srcdir/c/src/lib/libhwapi/support; then
    26782675  rtems_av_save_dir=`pwd`;
     
    26892686           
    26902687echo $ac_n "checking for Makefile.in in c/src/lib/libhwapi/wrapup""... $ac_c" 1>&6
    2691 echo "configure:2692: checking for Makefile.in in c/src/lib/libhwapi/wrapup" >&5
     2688echo "configure:2689: checking for Makefile.in in c/src/lib/libhwapi/wrapup" >&5
    26922689if test -d $srcdir/c/src/lib/libhwapi/wrapup; then
    26932690  rtems_av_save_dir=`pwd`;
     
    27312728
    27322729echo $ac_n "checking for Makefile.in in c/build-tools""... $ac_c" 1>&6
    2733 echo "configure:2734: checking for Makefile.in in c/build-tools" >&5
     2730echo "configure:2731: checking for Makefile.in in c/build-tools" >&5
    27342731if test -d $srcdir/c/build-tools; then
    27352732  rtems_av_save_dir=`pwd`;
     
    27462743
    27472744echo $ac_n "checking for Makefile.in in make""... $ac_c" 1>&6
    2748 echo "configure:2749: checking for Makefile.in in make" >&5
     2745echo "configure:2746: checking for Makefile.in in make" >&5
    27492746if test -d $srcdir/make; then
    27502747  rtems_av_save_dir=`pwd`;
     
    27612758
    27622759echo $ac_n "checking for Makefile.in in c/src/lib/libmisc""... $ac_c" 1>&6
    2763 echo "configure:2764: checking for Makefile.in in c/src/lib/libmisc" >&5
     2760echo "configure:2761: checking for Makefile.in in c/src/lib/libmisc" >&5
    27642761if test -d $srcdir/c/src/lib/libmisc; then
    27652762  rtems_av_save_dir=`pwd`;
     
    27762773
    27772774echo $ac_n "checking for Makefile.in in c/src/tests/samples""... $ac_c" 1>&6
    2778 echo "configure:2779: checking for Makefile.in in c/src/tests/samples" >&5
     2775echo "configure:2776: checking for Makefile.in in c/src/tests/samples" >&5
    27792776if test -d $srcdir/c/src/tests/samples; then
    27802777  rtems_av_save_dir=`pwd`;
  • configure.in

    rd53130be re4829a05  
    141141        target_cpu=no_cpu
    142142        RTEMS_HAS_POSIX_API=no
    143         ;;
    144   powerpc-*rtems*)
    145         target_cpu=ppc
    146143        ;;
    147144  sparc-sun-solaris*)             # unix "simulator" port
  • make/custom/papyrus.cfg

    rd53130be re4829a05  
    77include $(RTEMS_ROOT)/make/custom/default.cfg
    88
    9 RTEMS_CPU=ppc
     9RTEMS_CPU=powerpc
    1010RTEMS_CPU_MODEL=ppc403
    1111
  • tools/cpu/generic/size_rtems.in

    rd53130be re4829a05  
    5959    case $cpu in
    6060      hppa1.1) rtems_cpu=hppa1_1 ;;
    61       powerpc) rtems_cpu=ppc ;;
    6261      *)       rtems_cpu=$cpu ;;
    6362    esac
Note: See TracChangeset for help on using the changeset viewer.