Changeset 42dc81e in rtems


Ignore:
Timestamp:
03/23/98 23:08:10 (26 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
237f8b0d
Parents:
e4829a05
Message:

Renamed hppa1_1 to hppa1.1

Files:
4 edited

Legend:

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

    re4829a05 r42dc81e  
    5757  *-rtems*)
    5858    cpu=`echo $target | sed -e 's/-.*//'`
    59     case $cpu in
    60       hppa1.1) rtems_cpu=hppa1_1 ;;
    61       *)       rtems_cpu=$cpu ;;
    62     esac
     59    rtems_cpu=$cpu
    6360    ;;
    6461  *)
  • configure

    re4829a05 r42dc81e  
    12801280case "${target}" in
    12811281  # hpux unix port should go here
    1282   hppa1.1-*-rtems*)
    1283         target_cpu=hppa1_1
    1284         ;;
    12851282  i[3456]86-go32-rtems*)
    12861283        target_cpu=i386
     
    13051302  *)
    13061303        echo $ac_n "checking rtems target cpu""... $ac_c" 1>&6
    1307 echo "configure:1308: checking rtems target cpu" >&5
     1304echo "configure:1305: checking rtems target cpu" >&5
    13081305target_cpu=`echo $target | sed 's%^\([^-]*\)-\(.*\)$%\1%'`
    13091306echo "$ac_t""$target_cpu" 1>&6
     
    13241321# Is this a supported CPU?
    13251322echo $ac_n "checking if cpu $target_cpu is supported""... $ac_c" 1>&6
    1326 echo "configure:1327: checking if cpu $target_cpu is supported" >&5
     1323echo "configure:1324: checking if cpu $target_cpu is supported" >&5
    13271324if test -d "$srcdir/c/src/exec/score/cpu/$target_cpu"; then
    13281325  echo "$ac_t""yes" 1>&6
     
    13461343set dummy gcc; ac_word=$2
    13471344echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    1348 echo "configure:1349: checking for $ac_word" >&5
     1345echo "configure:1346: checking for $ac_word" >&5
    13491346if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
    13501347  echo $ac_n "(cached) $ac_c" 1>&6
     
    13751372set dummy cc; ac_word=$2
    13761373echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    1377 echo "configure:1378: checking for $ac_word" >&5
     1374echo "configure:1375: checking for $ac_word" >&5
    13781375if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
    13791376  echo $ac_n "(cached) $ac_c" 1>&6
     
    14231420
    14241421echo $ac_n "checking whether the target C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6
    1425 echo "configure:1426: checking whether the target C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
     1422echo "configure:1423: checking whether the target C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
    14261423
    14271424ac_ext=c
     
    14331430
    14341431cat > conftest.$ac_ext <<EOF
    1435 #line 1436 "configure"
     1432#line 1433 "configure"
    14361433#include "confdefs.h"
    14371434main(){return(0);}
    14381435EOF
    1439 if { (eval echo configure:1440: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
     1436if { (eval echo configure:1437: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
    14401437  rtems_cv_prog_cc_works=yes
    14411438  # If we can't run a trivial program, we are probably using a cross compiler.
     
    14571454fi
    14581455echo $ac_n "checking whether the target C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6
    1459 echo "configure:1460: checking whether the target C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
     1456echo "configure:1457: checking whether the target C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
    14601457echo "$ac_t""$rtems_cv_prog_cc_cross" 1>&6
    14611458
    14621459echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6
    1463 echo "configure:1464: checking whether we are using GNU C" >&5
     1460echo "configure:1461: checking whether we are using GNU C" >&5
    14641461if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then
    14651462  echo $ac_n "(cached) $ac_c" 1>&6
     
    14701467#endif
    14711468EOF
    1472 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
     1469if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:1470: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
    14731470  ac_cv_prog_gcc=yes
    14741471else
     
    14851482  CFLAGS=
    14861483  echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6
    1487 echo "configure:1488: checking whether ${CC-cc} accepts -g" >&5
     1484echo "configure:1485: checking whether ${CC-cc} accepts -g" >&5
    14881485if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then
    14891486  echo $ac_n "(cached) $ac_c" 1>&6
     
    15251522 
    15261523echo $ac_n "checking whether $CC_FOR_TARGET accepts -specs""... $ac_c" 1>&6
    1527 echo "configure:1528: checking whether $CC_FOR_TARGET accepts -specs" >&5
     1524echo "configure:1525: checking whether $CC_FOR_TARGET accepts -specs" >&5
    15281525if eval "test \"`echo '$''{'rtems_cv_gcc_specs'+set}'`\" = set"; then
    15291526  echo $ac_n "(cached) $ac_c" 1>&6
     
    15501547
    15511548echo $ac_n "checking whether $CC_FOR_TARGET accepts --pipe""... $ac_c" 1>&6
    1552 echo "configure:1553: checking whether $CC_FOR_TARGET accepts --pipe" >&5
     1549echo "configure:1550: checking whether $CC_FOR_TARGET accepts --pipe" >&5
    15531550if eval "test \"`echo '$''{'rtems_cv_gcc_pipe'+set}'`\" = set"; then
    15541551  echo $ac_n "(cached) $ac_c" 1>&6
     
    15831580set dummy $ac_prog; ac_word=$2
    15841581echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    1585 echo "configure:1586: checking for $ac_word" >&5
     1582echo "configure:1583: checking for $ac_word" >&5
    15861583if eval "test \"`echo '$''{'ac_cv_prog_CXX'+set}'`\" = set"; then
    15871584  echo $ac_n "(cached) $ac_c" 1>&6
     
    16141611
    16151612echo $ac_n "checking whether the target C++ compiler ($CXX $CXXFLAGS $LDFLAGS) works""... $ac_c" 1>&6
    1616 echo "configure:1617: checking whether the target C++ compiler ($CXX $CXXFLAGS $LDFLAGS) works" >&5
     1613echo "configure:1614: checking whether the target C++ compiler ($CXX $CXXFLAGS $LDFLAGS) works" >&5
    16171614
    16181615ac_ext=C
     
    16251622
    16261623cat > conftest.$ac_ext <<EOF
    1627 #line 1628 "configure"
     1624#line 1625 "configure"
    16281625#include "confdefs.h"
    16291626main(){return(0);}
    16301627EOF
    1631 if { (eval echo configure:1632: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
     1628if { (eval echo configure:1629: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
    16321629  rtems_cv_prog_cxx_works=yes
    16331630  # If we can't run a trivial program, we are probably using a cross compiler.
     
    16451642if test "$rtems_cv_prog_cxx_works" = "no"; then
    16461643    cat > conftest.$ac_ext <<EOF
    1647 #line 1648 "configure"
     1644#line 1645 "configure"
    16481645#include "confdefs.h"
    16491646 main(){return(0);}
    16501647EOF
    1651 if { (eval echo configure:1652: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
     1648if { (eval echo configure:1649: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
    16521649  rtems_cv_prog_cxx_works=yes
    16531650  # If we can't run a trivial program, we are probably using a cross compiler.
     
    16761673fi
    16771674echo $ac_n "checking whether the target C++ compiler ($CXX $CXXFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6
    1678 echo "configure:1679: checking whether the target C++ compiler ($CXX $CXXFLAGS $LDFLAGS) is a cross-compiler" >&5
     1675echo "configure:1676: checking whether the target C++ compiler ($CXX $CXXFLAGS $LDFLAGS) is a cross-compiler" >&5
    16791676echo "$ac_t""$rtems_cv_prog_cxx_cross" 1>&6
    16801677
    16811678echo $ac_n "checking whether we are using GNU C++""... $ac_c" 1>&6
    1682 echo "configure:1683: checking whether we are using GNU C++" >&5
     1679echo "configure:1680: checking whether we are using GNU C++" >&5
    16831680if eval "test \"`echo '$''{'ac_cv_prog_gxx'+set}'`\" = set"; then
    16841681  echo $ac_n "(cached) $ac_c" 1>&6
     
    16891686#endif
    16901687EOF
    1691 if { 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
     1688if { ac_try='${CXX-g++} -E conftest.C'; { (eval echo configure:1689: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
    16921689  ac_cv_prog_gxx=yes
    16931690else
     
    17041701  CXXFLAGS=
    17051702  echo $ac_n "checking whether ${CXX-g++} accepts -g""... $ac_c" 1>&6
    1706 echo "configure:1707: checking whether ${CXX-g++} accepts -g" >&5
     1703echo "configure:1704: checking whether ${CXX-g++} accepts -g" >&5
    17071704if eval "test \"`echo '$''{'ac_cv_prog_cxx_g'+set}'`\" = set"; then
    17081705  echo $ac_n "(cached) $ac_c" 1>&6
     
    17381735set dummy "$program_prefix"g++; ac_word=$2
    17391736echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    1740 echo "configure:1741: checking for $ac_word" >&5
     1737echo "configure:1738: checking for $ac_word" >&5
    17411738if eval "test \"`echo '$''{'ac_cv_path_CXX_FOR_TARGET'+set}'`\" = set"; then
    17421739  echo $ac_n "(cached) $ac_c" 1>&6
     
    17831780set dummy "$program_prefix"gcc; ac_word=$2
    17841781echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    1785 echo "configure:1786: checking for $ac_word" >&5
     1782echo "configure:1783: checking for $ac_word" >&5
    17861783if eval "test \"`echo '$''{'ac_cv_path_CC_FOR_TARGET'+set}'`\" = set"; then
    17871784  echo $ac_n "(cached) $ac_c" 1>&6
     
    18161813set dummy "$program_prefix"ar; ac_word=$2
    18171814echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    1818 echo "configure:1819: checking for $ac_word" >&5
     1815echo "configure:1816: checking for $ac_word" >&5
    18191816if eval "test \"`echo '$''{'ac_cv_path_AR_FOR_TARGET'+set}'`\" = set"; then
    18201817  echo $ac_n "(cached) $ac_c" 1>&6
     
    18481845set dummy "$program_prefix"as; ac_word=$2
    18491846echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    1850 echo "configure:1851: checking for $ac_word" >&5
     1847echo "configure:1848: checking for $ac_word" >&5
    18511848if eval "test \"`echo '$''{'ac_cv_path_AS_FOR_TARGET'+set}'`\" = set"; then
    18521849  echo $ac_n "(cached) $ac_c" 1>&6
     
    18801877set dummy "$program_prefix"nm; ac_word=$2
    18811878echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    1882 echo "configure:1883: checking for $ac_word" >&5
     1879echo "configure:1880: checking for $ac_word" >&5
    18831880if eval "test \"`echo '$''{'ac_cv_path_NM_FOR_TARGET'+set}'`\" = set"; then
    18841881  echo $ac_n "(cached) $ac_c" 1>&6
     
    19121909set dummy "$program_prefix"ld; ac_word=$2
    19131910echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    1914 echo "configure:1915: checking for $ac_word" >&5
     1911echo "configure:1912: checking for $ac_word" >&5
    19151912if eval "test \"`echo '$''{'ac_cv_path_LD_FOR_TARGET'+set}'`\" = set"; then
    19161913  echo $ac_n "(cached) $ac_c" 1>&6
     
    19451942set dummy "$program_prefix"ranlib; ac_word=$2
    19461943echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    1947 echo "configure:1948: checking for $ac_word" >&5
     1944echo "configure:1945: checking for $ac_word" >&5
    19481945if eval "test \"`echo '$''{'ac_cv_path_RANLIB_FOR_TARGET'+set}'`\" = set"; then
    19491946  echo $ac_n "(cached) $ac_c" 1>&6
     
    19781975set dummy "$program_prefix"objcopy; ac_word=$2
    19791976echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    1980 echo "configure:1981: checking for $ac_word" >&5
     1977echo "configure:1978: checking for $ac_word" >&5
    19811978if eval "test \"`echo '$''{'ac_cv_path_OBJCOPY_FOR_TARGET'+set}'`\" = set"; then
    19821979  echo $ac_n "(cached) $ac_c" 1>&6
     
    20102007set dummy "$program_prefix"size; ac_word=$2
    20112008echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    2012 echo "configure:2013: checking for $ac_word" >&5
     2009echo "configure:2010: checking for $ac_word" >&5
    20132010if eval "test \"`echo '$''{'ac_cv_path_SIZE_FOR_TARGET'+set}'`\" = set"; then
    20142011  echo $ac_n "(cached) $ac_c" 1>&6
     
    20452042set dummy gcc; ac_word=$2
    20462043echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    2047 echo "configure:2048: checking for $ac_word" >&5
     2044echo "configure:2045: checking for $ac_word" >&5
    20482045if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
    20492046  echo $ac_n "(cached) $ac_c" 1>&6
     
    20742071set dummy cc; ac_word=$2
    20752072echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    2076 echo "configure:2077: checking for $ac_word" >&5
     2073echo "configure:2074: checking for $ac_word" >&5
    20772074if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
    20782075  echo $ac_n "(cached) $ac_c" 1>&6
     
    21222119
    21232120echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6
    2124 echo "configure:2125: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
     2121echo "configure:2122: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
    21252122
    21262123ac_ext=c
     
    21322129
    21332130cat > conftest.$ac_ext <<EOF
    2134 #line 2135 "configure"
     2131#line 2132 "configure"
    21352132#include "confdefs.h"
    21362133main(){return(0);}
    21372134EOF
    2138 if { (eval echo configure:2139: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
     2135if { (eval echo configure:2136: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
    21392136  ac_cv_prog_cc_works=yes
    21402137  # If we can't run a trivial program, we are probably using a cross compiler.
     
    21562153fi
    21572154echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6
    2158 echo "configure:2159: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
     2155echo "configure:2156: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
    21592156echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6
    21602157cross_compiling=$ac_cv_prog_cc_cross
    21612158
    21622159echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6
    2163 echo "configure:2164: checking whether we are using GNU C" >&5
     2160echo "configure:2161: checking whether we are using GNU C" >&5
    21642161if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then
    21652162  echo $ac_n "(cached) $ac_c" 1>&6
     
    21702167#endif
    21712168EOF
    2172 if { 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
     2169if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:2170: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
    21732170  ac_cv_prog_gcc=yes
    21742171else
     
    21852182  CFLAGS=
    21862183  echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6
    2187 echo "configure:2188: checking whether ${CC-cc} accepts -g" >&5
     2184echo "configure:2185: checking whether ${CC-cc} accepts -g" >&5
    21882185if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then
    21892186  echo $ac_n "(cached) $ac_c" 1>&6
     
    22162213do
    22172214echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
    2218 echo "configure:2219: checking for $ac_func" >&5
     2215echo "configure:2216: checking for $ac_func" >&5
    22192216if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
    22202217  echo $ac_n "(cached) $ac_c" 1>&6
    22212218else
    22222219  cat > conftest.$ac_ext <<EOF
    2223 #line 2224 "configure"
     2220#line 2221 "configure"
    22242221#include "confdefs.h"
    22252222/* System header to define __stub macros and hopefully few prototypes,
     
    22442241; return 0; }
    22452242EOF
    2246 if { (eval echo configure:2247: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
     2243if { (eval echo configure:2244: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
    22472244  rm -rf conftest*
    22482245  eval "ac_cv_func_$ac_func=yes"
     
    22722269
    22732270echo $ac_n "checking for Makefile.in in c/src/exec/score/tools/$target_cpu""... $ac_c" 1>&6
    2274 echo "configure:2275: checking for Makefile.in in c/src/exec/score/tools/$target_cpu" >&5
     2271echo "configure:2272: checking for Makefile.in in c/src/exec/score/tools/$target_cpu" >&5
    22752272if test -d $srcdir/c/src/exec/score/tools/$target_cpu; then
    22762273  rtems_av_save_dir=`pwd`;
     
    22872284
    22882285echo $ac_n "checking for Makefile.in in c/src/exec/rtems""... $ac_c" 1>&6
    2289 echo "configure:2290: checking for Makefile.in in c/src/exec/rtems" >&5
     2286echo "configure:2287: checking for Makefile.in in c/src/exec/rtems" >&5
    22902287if test -d $srcdir/c/src/exec/rtems; then
    22912288  rtems_av_save_dir=`pwd`;
     
    23022299
    23032300echo $ac_n "checking for Makefile.in in c/src/exec/sapi""... $ac_c" 1>&6
    2304 echo "configure:2305: checking for Makefile.in in c/src/exec/sapi" >&5
     2301echo "configure:2302: checking for Makefile.in in c/src/exec/sapi" >&5
    23052302if test -d $srcdir/c/src/exec/sapi; then
    23062303  rtems_av_save_dir=`pwd`;
     
    23192316 
    23202317echo $ac_n "checking for Makefile.in in c/src/exec/posix""... $ac_c" 1>&6
    2321 echo "configure:2322: checking for Makefile.in in c/src/exec/posix" >&5
     2318echo "configure:2319: checking for Makefile.in in c/src/exec/posix" >&5
    23222319if test -d $srcdir/c/src/exec/posix; then
    23232320  rtems_av_save_dir=`pwd`;
     
    23412338  if test -z "$rtems_bsp"; then
    23422339    echo $ac_n "checking for bsps""... $ac_c" 1>&6
    2343 echo "configure:2344: checking for bsps" >&5
     2340echo "configure:2341: checking for bsps" >&5
    23442341    files=`ls $srcdir/c/src/lib/libbsp/$target_cpu`
    23452342    for file in $files; do
     
    23882385       
    23892386echo $ac_n "checking for Makefile.in in c/src/lib/libbsp/$target_cpu/$bspdir""... $ac_c" 1>&6
    2390 echo "configure:2391: checking for Makefile.in in c/src/lib/libbsp/$target_cpu/$bspdir" >&5
     2387echo "configure:2388: checking for Makefile.in in c/src/lib/libbsp/$target_cpu/$bspdir" >&5
    23912388if test -d $srcdir/c/src/lib/libbsp/$target_cpu/$bspdir; then
    23922389  rtems_av_save_dir=`pwd`;
     
    24112408
    24122409echo $ac_n "checking for Makefile.in in c/src/lib/libcpu/$target_cpu""... $ac_c" 1>&6
    2413 echo "configure:2414: checking for Makefile.in in c/src/lib/libcpu/$target_cpu" >&5
     2410echo "configure:2411: checking for Makefile.in in c/src/lib/libcpu/$target_cpu" >&5
    24142411if test -d $srcdir/c/src/lib/libcpu/$target_cpu; then
    24152412  rtems_av_save_dir=`pwd`;
     
    24282425 
    24292426echo $ac_n "checking for Makefile.in in c/src/lib/start/$target_cpu""... $ac_c" 1>&6
    2430 echo "configure:2431: checking for Makefile.in in c/src/lib/start/$target_cpu" >&5
     2427echo "configure:2428: checking for Makefile.in in c/src/lib/start/$target_cpu" >&5
    24312428if test -d $srcdir/c/src/lib/start/$target_cpu; then
    24322429  rtems_av_save_dir=`pwd`;
     
    24702467# If the tests are enabled, then find all the test suite Makefiles
    24712468echo $ac_n "checking Are the test suites enabled? ""... $ac_c" 1>&6
    2472 echo "configure:2473: checking Are the test suites enabled? " >&5
     2469echo "configure:2470: checking Are the test suites enabled? " >&5
    24732470tests_enabled=yes
    24742471# Check whether --enable-tests or --disable-tests was given.
     
    24892486
    24902487echo $ac_n "checking for Makefile.in in c/src/tests/tools/$target_cpu""... $ac_c" 1>&6
    2491 echo "configure:2492: checking for Makefile.in in c/src/tests/tools/$target_cpu" >&5
     2488echo "configure:2489: checking for Makefile.in in c/src/tests/tools/$target_cpu" >&5
    24922489if test -d $srcdir/c/src/tests/tools/$target_cpu; then
    24932490  rtems_av_save_dir=`pwd`;
     
    25062503   
    25072504echo $ac_n "checking for Makefile.in in c/src/tests/libtests""... $ac_c" 1>&6
    2508 echo "configure:2509: checking for Makefile.in in c/src/tests/libtests" >&5
     2505echo "configure:2506: checking for Makefile.in in c/src/tests/libtests" >&5
    25092506if test -d $srcdir/c/src/tests/libtests; then
    25102507  rtems_av_save_dir=`pwd`;
     
    25212518   
    25222519echo $ac_n "checking for Makefile.in in c/src/tests/sptests""... $ac_c" 1>&6
    2523 echo "configure:2524: checking for Makefile.in in c/src/tests/sptests" >&5
     2520echo "configure:2521: checking for Makefile.in in c/src/tests/sptests" >&5
    25242521if test -d $srcdir/c/src/tests/sptests; then
    25252522  rtems_av_save_dir=`pwd`;
     
    25362533   
    25372534echo $ac_n "checking for Makefile.in in c/src/tests/tmtests""... $ac_c" 1>&6
    2538 echo "configure:2539: checking for Makefile.in in c/src/tests/tmtests" >&5
     2535echo "configure:2536: checking for Makefile.in in c/src/tests/tmtests" >&5
    25392536if test -d $srcdir/c/src/tests/tmtests; then
    25402537  rtems_av_save_dir=`pwd`;
     
    25512548   
    25522549echo $ac_n "checking for Makefile.in in c/src/tests/mptests""... $ac_c" 1>&6
    2553 echo "configure:2554: checking for Makefile.in in c/src/tests/mptests" >&5
     2550echo "configure:2551: checking for Makefile.in in c/src/tests/mptests" >&5
    25542551if test -d $srcdir/c/src/tests/mptests; then
    25552552  rtems_av_save_dir=`pwd`;
     
    25672564     
    25682565echo $ac_n "checking for Makefile.in in c/src/tests/psxtests""... $ac_c" 1>&6
    2569 echo "configure:2570: checking for Makefile.in in c/src/tests/psxtests" >&5
     2566echo "configure:2567: checking for Makefile.in in c/src/tests/psxtests" >&5
    25702567if test -d $srcdir/c/src/tests/psxtests; then
    25712568  rtems_av_save_dir=`pwd`;
     
    25852582# If the HWAPI is enabled, the find the HWAPI Makefiles
    25862583echo $ac_n "checking Is the HWAPI enabled? ""... $ac_c" 1>&6
    2587 echo "configure:2588: checking Is the HWAPI enabled? " >&5
     2584echo "configure:2585: checking Is the HWAPI enabled? " >&5
    25882585# Check whether --enable-hwapi or --disable-hwapi was given.
    25892586if test "${enable_hwapi+set}" = set; then
     
    25962593           
    25972594echo $ac_n "checking for Makefile.in in c/src/lib/libhwapi/analog""... $ac_c" 1>&6
    2598 echo "configure:2599: checking for Makefile.in in c/src/lib/libhwapi/analog" >&5
     2595echo "configure:2596: checking for Makefile.in in c/src/lib/libhwapi/analog" >&5
    25992596if test -d $srcdir/c/src/lib/libhwapi/analog; then
    26002597  rtems_av_save_dir=`pwd`;
     
    26112608           
    26122609echo $ac_n "checking for Makefile.in in c/src/lib/libhwapi/discrete""... $ac_c" 1>&6
    2613 echo "configure:2614: checking for Makefile.in in c/src/lib/libhwapi/discrete" >&5
     2610echo "configure:2611: checking for Makefile.in in c/src/lib/libhwapi/discrete" >&5
    26142611if test -d $srcdir/c/src/lib/libhwapi/discrete; then
    26152612  rtems_av_save_dir=`pwd`;
     
    26262623           
    26272624echo $ac_n "checking for Makefile.in in c/src/lib/libhwapi/drivers""... $ac_c" 1>&6
    2628 echo "configure:2629: checking for Makefile.in in c/src/lib/libhwapi/drivers" >&5
     2625echo "configure:2626: checking for Makefile.in in c/src/lib/libhwapi/drivers" >&5
    26292626if test -d $srcdir/c/src/lib/libhwapi/drivers; then
    26302627  rtems_av_save_dir=`pwd`;
     
    26412638           
    26422639echo $ac_n "checking for Makefile.in in c/src/lib/libhwapi/non_volatile_memory""... $ac_c" 1>&6
    2643 echo "configure:2644: checking for Makefile.in in c/src/lib/libhwapi/non_volatile_memory" >&5
     2640echo "configure:2641: checking for Makefile.in in c/src/lib/libhwapi/non_volatile_memory" >&5
    26442641if test -d $srcdir/c/src/lib/libhwapi/non_volatile_memory; then
    26452642  rtems_av_save_dir=`pwd`;
     
    26562653           
    26572654echo $ac_n "checking for Makefile.in in c/src/lib/libhwapi/serial""... $ac_c" 1>&6
    2658 echo "configure:2659: checking for Makefile.in in c/src/lib/libhwapi/serial" >&5
     2655echo "configure:2656: checking for Makefile.in in c/src/lib/libhwapi/serial" >&5
    26592656if test -d $srcdir/c/src/lib/libhwapi/serial; then
    26602657  rtems_av_save_dir=`pwd`;
     
    26712668           
    26722669echo $ac_n "checking for Makefile.in in c/src/lib/libhwapi/support""... $ac_c" 1>&6
    2673 echo "configure:2674: checking for Makefile.in in c/src/lib/libhwapi/support" >&5
     2670echo "configure:2671: checking for Makefile.in in c/src/lib/libhwapi/support" >&5
    26742671if test -d $srcdir/c/src/lib/libhwapi/support; then
    26752672  rtems_av_save_dir=`pwd`;
     
    26862683           
    26872684echo $ac_n "checking for Makefile.in in c/src/lib/libhwapi/wrapup""... $ac_c" 1>&6
    2688 echo "configure:2689: checking for Makefile.in in c/src/lib/libhwapi/wrapup" >&5
     2685echo "configure:2686: checking for Makefile.in in c/src/lib/libhwapi/wrapup" >&5
    26892686if test -d $srcdir/c/src/lib/libhwapi/wrapup; then
    26902687  rtems_av_save_dir=`pwd`;
     
    27282725
    27292726echo $ac_n "checking for Makefile.in in c/build-tools""... $ac_c" 1>&6
    2730 echo "configure:2731: checking for Makefile.in in c/build-tools" >&5
     2727echo "configure:2728: checking for Makefile.in in c/build-tools" >&5
    27312728if test -d $srcdir/c/build-tools; then
    27322729  rtems_av_save_dir=`pwd`;
     
    27432740
    27442741echo $ac_n "checking for Makefile.in in make""... $ac_c" 1>&6
    2745 echo "configure:2746: checking for Makefile.in in make" >&5
     2742echo "configure:2743: checking for Makefile.in in make" >&5
    27462743if test -d $srcdir/make; then
    27472744  rtems_av_save_dir=`pwd`;
     
    27582755
    27592756echo $ac_n "checking for Makefile.in in c/src/lib/libmisc""... $ac_c" 1>&6
    2760 echo "configure:2761: checking for Makefile.in in c/src/lib/libmisc" >&5
     2757echo "configure:2758: checking for Makefile.in in c/src/lib/libmisc" >&5
    27612758if test -d $srcdir/c/src/lib/libmisc; then
    27622759  rtems_av_save_dir=`pwd`;
     
    27732770
    27742771echo $ac_n "checking for Makefile.in in c/src/tests/samples""... $ac_c" 1>&6
    2775 echo "configure:2776: checking for Makefile.in in c/src/tests/samples" >&5
     2772echo "configure:2773: checking for Makefile.in in c/src/tests/samples" >&5
    27762773if test -d $srcdir/c/src/tests/samples; then
    27772774  rtems_av_save_dir=`pwd`;
  • configure.in

    re4829a05 r42dc81e  
    124124case "${target}" in
    125125  # hpux unix port should go here
    126   hppa1.1-*-rtems*)
    127         target_cpu=hppa1_1
    128         ;;
    129126  i[[3456]]86-go32-rtems*)
    130127        target_cpu=i386
  • tools/cpu/generic/size_rtems.in

    re4829a05 r42dc81e  
    5757  *-rtems*)
    5858    cpu=`echo $target | sed -e 's/-.*//'`
    59     case $cpu in
    60       hppa1.1) rtems_cpu=hppa1_1 ;;
    61       *)       rtems_cpu=$cpu ;;
    62     esac
     59    rtems_cpu=$cpu
    6360    ;;
    6461  *)
Note: See TracChangeset for help on using the changeset viewer.