Changeset b37137b in rtems


Ignore:
Timestamp:
02/04/98 15:56:12 (25 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
02d19d8
Parents:
7a524954
Message:

Removed special ix86-rtems stanza.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • configure

    r7a524954 rb37137b  
    13451345        RTEMS_HAS_POSIX_API=no
    13461346        ;;
    1347   i[3456]86-rtems*)
    1348         target_cpu=i386
    1349         ;;
    13501347  i[3456]86-pc-linux*)         # unix "simulator" port
    13511348        target_cpu=unix
     
    13671364  *)
    13681365        echo $ac_n "checking rtems target cpu""... $ac_c" 1>&6
    1369 echo "configure:1370: checking rtems target cpu" >&5
     1366echo "configure:1367: checking rtems target cpu" >&5
    13701367target_cpu=`echo $target | sed 's%^\([^-]*\)-\(.*\)$%\1%'`
    13711368echo "$ac_t""$target_cpu" 1>&6
     
    13861383# Is this a supported CPU?
    13871384echo $ac_n "checking if cpu $target_cpu is supported""... $ac_c" 1>&6
    1388 echo "configure:1389: checking if cpu $target_cpu is supported" >&5
     1385echo "configure:1386: checking if cpu $target_cpu is supported" >&5
    13891386if test -d "$srcdir/c/src/exec/score/cpu/$target_cpu"; then
    13901387  echo "$ac_t""yes" 1>&6
     
    13971394
    13981395echo $ac_n "checking for Makefile.in in c/src/exec/score/tools/$target_cpu""... $ac_c" 1>&6
    1399 echo "configure:1400: checking for Makefile.in in c/src/exec/score/tools/$target_cpu" >&5
     1396echo "configure:1397: checking for Makefile.in in c/src/exec/score/tools/$target_cpu" >&5
    14001397if test -d $srcdir/c/src/exec/score/tools/$target_cpu; then
    14011398  rtems_av_save_dir=`pwd`;
     
    14121409
    14131410echo $ac_n "checking for Makefile.in in c/src/exec/rtems""... $ac_c" 1>&6
    1414 echo "configure:1415: checking for Makefile.in in c/src/exec/rtems" >&5
     1411echo "configure:1412: checking for Makefile.in in c/src/exec/rtems" >&5
    14151412if test -d $srcdir/c/src/exec/rtems; then
    14161413  rtems_av_save_dir=`pwd`;
     
    14271424
    14281425echo $ac_n "checking for Makefile.in in c/src/exec/sapi""... $ac_c" 1>&6
    1429 echo "configure:1430: checking for Makefile.in in c/src/exec/sapi" >&5
     1426echo "configure:1427: checking for Makefile.in in c/src/exec/sapi" >&5
    14301427if test -d $srcdir/c/src/exec/sapi; then
    14311428  rtems_av_save_dir=`pwd`;
     
    14441441 
    14451442echo $ac_n "checking for Makefile.in in c/src/exec/posix""... $ac_c" 1>&6
    1446 echo "configure:1447: checking for Makefile.in in c/src/exec/posix" >&5
     1443echo "configure:1444: checking for Makefile.in in c/src/exec/posix" >&5
    14471444if test -d $srcdir/c/src/exec/posix; then
    14481445  rtems_av_save_dir=`pwd`;
     
    14661463  if test -z "$rtems_bsp"; then
    14671464    echo $ac_n "checking for bsps""... $ac_c" 1>&6
    1468 echo "configure:1469: checking for bsps" >&5
     1465echo "configure:1466: checking for bsps" >&5
    14691466    files=`ls $srcdir/c/src/lib/libbsp/$target_cpu`
    14701467    for file in $files; do
     
    15131510       
    15141511echo $ac_n "checking for Makefile.in in c/src/lib/libbsp/$target_cpu/$bspdir""... $ac_c" 1>&6
    1515 echo "configure:1516: checking for Makefile.in in c/src/lib/libbsp/$target_cpu/$bspdir" >&5
     1512echo "configure:1513: checking for Makefile.in in c/src/lib/libbsp/$target_cpu/$bspdir" >&5
    15161513if test -d $srcdir/c/src/lib/libbsp/$target_cpu/$bspdir; then
    15171514  rtems_av_save_dir=`pwd`;
     
    15361533
    15371534echo $ac_n "checking for Makefile.in in c/src/lib/libcpu/$target_cpu""... $ac_c" 1>&6
    1538 echo "configure:1539: checking for Makefile.in in c/src/lib/libcpu/$target_cpu" >&5
     1535echo "configure:1536: checking for Makefile.in in c/src/lib/libcpu/$target_cpu" >&5
    15391536if test -d $srcdir/c/src/lib/libcpu/$target_cpu; then
    15401537  rtems_av_save_dir=`pwd`;
     
    15531550 
    15541551echo $ac_n "checking for Makefile.in in c/src/lib/start/$target_cpu""... $ac_c" 1>&6
    1555 echo "configure:1556: checking for Makefile.in in c/src/lib/start/$target_cpu" >&5
     1552echo "configure:1553: checking for Makefile.in in c/src/lib/start/$target_cpu" >&5
    15561553if test -d $srcdir/c/src/lib/start/$target_cpu; then
    15571554  rtems_av_save_dir=`pwd`;
     
    16091606# If the tests are enabled, then find all the test suite Makefiles
    16101607echo $ac_n "checking Are the test suites enabled? ""... $ac_c" 1>&6
    1611 echo "configure:1612: checking Are the test suites enabled? " >&5
     1608echo "configure:1609: checking Are the test suites enabled? " >&5
    16121609tests_enabled=yes
    16131610# Check whether --enable-tests or --disable-tests was given.
     
    16291626   
    16301627echo $ac_n "checking for Makefile.in in c/src/tests/tools/$target_cpu""... $ac_c" 1>&6
    1631 echo "configure:1632: checking for Makefile.in in c/src/tests/tools/$target_cpu" >&5
     1628echo "configure:1629: checking for Makefile.in in c/src/tests/tools/$target_cpu" >&5
    16321629if test -d $srcdir/c/src/tests/tools/$target_cpu; then
    16331630  rtems_av_save_dir=`pwd`;
     
    16441641   
    16451642echo $ac_n "checking for Makefile.in in c/src/tests/libtests""... $ac_c" 1>&6
    1646 echo "configure:1647: checking for Makefile.in in c/src/tests/libtests" >&5
     1643echo "configure:1644: checking for Makefile.in in c/src/tests/libtests" >&5
    16471644if test -d $srcdir/c/src/tests/libtests; then
    16481645  rtems_av_save_dir=`pwd`;
     
    16591656   
    16601657echo $ac_n "checking for Makefile.in in c/src/tests/sptests""... $ac_c" 1>&6
    1661 echo "configure:1662: checking for Makefile.in in c/src/tests/sptests" >&5
     1658echo "configure:1659: checking for Makefile.in in c/src/tests/sptests" >&5
    16621659if test -d $srcdir/c/src/tests/sptests; then
    16631660  rtems_av_save_dir=`pwd`;
     
    16741671   
    16751672echo $ac_n "checking for Makefile.in in c/src/tests/tmtests""... $ac_c" 1>&6
    1676 echo "configure:1677: checking for Makefile.in in c/src/tests/tmtests" >&5
     1673echo "configure:1674: checking for Makefile.in in c/src/tests/tmtests" >&5
    16771674if test -d $srcdir/c/src/tests/tmtests; then
    16781675  rtems_av_save_dir=`pwd`;
     
    16891686   
    16901687echo $ac_n "checking for Makefile.in in c/src/tests/mptests""... $ac_c" 1>&6
    1691 echo "configure:1692: checking for Makefile.in in c/src/tests/mptests" >&5
     1688echo "configure:1689: checking for Makefile.in in c/src/tests/mptests" >&5
    16921689if test -d $srcdir/c/src/tests/mptests; then
    16931690  rtems_av_save_dir=`pwd`;
     
    17051702     
    17061703echo $ac_n "checking for Makefile.in in c/src/tests/psxtests""... $ac_c" 1>&6
    1707 echo "configure:1708: checking for Makefile.in in c/src/tests/psxtests" >&5
     1704echo "configure:1705: checking for Makefile.in in c/src/tests/psxtests" >&5
    17081705if test -d $srcdir/c/src/tests/psxtests; then
    17091706  rtems_av_save_dir=`pwd`;
     
    17231720# If the HWAPI is enabled, the find the HWAPI Makefiles
    17241721echo $ac_n "checking Is the HWAPI enabled? ""... $ac_c" 1>&6
    1725 echo "configure:1726: checking Is the HWAPI enabled? " >&5
     1722echo "configure:1723: checking Is the HWAPI enabled? " >&5
    17261723# Check whether --enable-hwapi or --disable-hwapi was given.
    17271724if test "${enable_hwapi+set}" = set; then
     
    17341731           
    17351732echo $ac_n "checking for Makefile.in in c/src/lib/libhwapi/analog""... $ac_c" 1>&6
    1736 echo "configure:1737: checking for Makefile.in in c/src/lib/libhwapi/analog" >&5
     1733echo "configure:1734: checking for Makefile.in in c/src/lib/libhwapi/analog" >&5
    17371734if test -d $srcdir/c/src/lib/libhwapi/analog; then
    17381735  rtems_av_save_dir=`pwd`;
     
    17491746           
    17501747echo $ac_n "checking for Makefile.in in c/src/lib/libhwapi/discrete""... $ac_c" 1>&6
    1751 echo "configure:1752: checking for Makefile.in in c/src/lib/libhwapi/discrete" >&5
     1748echo "configure:1749: checking for Makefile.in in c/src/lib/libhwapi/discrete" >&5
    17521749if test -d $srcdir/c/src/lib/libhwapi/discrete; then
    17531750  rtems_av_save_dir=`pwd`;
     
    17641761           
    17651762echo $ac_n "checking for Makefile.in in c/src/lib/libhwapi/drivers""... $ac_c" 1>&6
    1766 echo "configure:1767: checking for Makefile.in in c/src/lib/libhwapi/drivers" >&5
     1763echo "configure:1764: checking for Makefile.in in c/src/lib/libhwapi/drivers" >&5
    17671764if test -d $srcdir/c/src/lib/libhwapi/drivers; then
    17681765  rtems_av_save_dir=`pwd`;
     
    17791776           
    17801777echo $ac_n "checking for Makefile.in in c/src/lib/libhwapi/non_volatile_memory""... $ac_c" 1>&6
    1781 echo "configure:1782: checking for Makefile.in in c/src/lib/libhwapi/non_volatile_memory" >&5
     1778echo "configure:1779: checking for Makefile.in in c/src/lib/libhwapi/non_volatile_memory" >&5
    17821779if test -d $srcdir/c/src/lib/libhwapi/non_volatile_memory; then
    17831780  rtems_av_save_dir=`pwd`;
     
    17941791           
    17951792echo $ac_n "checking for Makefile.in in c/src/lib/libhwapi/serial""... $ac_c" 1>&6
    1796 echo "configure:1797: checking for Makefile.in in c/src/lib/libhwapi/serial" >&5
     1793echo "configure:1794: checking for Makefile.in in c/src/lib/libhwapi/serial" >&5
    17971794if test -d $srcdir/c/src/lib/libhwapi/serial; then
    17981795  rtems_av_save_dir=`pwd`;
     
    18091806           
    18101807echo $ac_n "checking for Makefile.in in c/src/lib/libhwapi/support""... $ac_c" 1>&6
    1811 echo "configure:1812: checking for Makefile.in in c/src/lib/libhwapi/support" >&5
     1808echo "configure:1809: checking for Makefile.in in c/src/lib/libhwapi/support" >&5
    18121809if test -d $srcdir/c/src/lib/libhwapi/support; then
    18131810  rtems_av_save_dir=`pwd`;
     
    18241821           
    18251822echo $ac_n "checking for Makefile.in in c/src/lib/libhwapi/wrapup""... $ac_c" 1>&6
    1826 echo "configure:1827: checking for Makefile.in in c/src/lib/libhwapi/wrapup" >&5
     1823echo "configure:1824: checking for Makefile.in in c/src/lib/libhwapi/wrapup" >&5
    18271824if test -d $srcdir/c/src/lib/libhwapi/wrapup; then
    18281825  rtems_av_save_dir=`pwd`;
     
    18661863
    18671864echo $ac_n "checking for Makefile.in in c/build-tools""... $ac_c" 1>&6
    1868 echo "configure:1869: checking for Makefile.in in c/build-tools" >&5
     1865echo "configure:1866: checking for Makefile.in in c/build-tools" >&5
    18691866if test -d $srcdir/c/build-tools; then
    18701867  rtems_av_save_dir=`pwd`;
     
    18811878
    18821879echo $ac_n "checking for Makefile.in in make""... $ac_c" 1>&6
    1883 echo "configure:1884: checking for Makefile.in in make" >&5
     1880echo "configure:1881: checking for Makefile.in in make" >&5
    18841881if test -d $srcdir/make; then
    18851882  rtems_av_save_dir=`pwd`;
     
    18961893
    18971894echo $ac_n "checking for Makefile.in in c/src/lib/libmisc""... $ac_c" 1>&6
    1898 echo "configure:1899: checking for Makefile.in in c/src/lib/libmisc" >&5
     1895echo "configure:1896: checking for Makefile.in in c/src/lib/libmisc" >&5
    18991896if test -d $srcdir/c/src/lib/libmisc; then
    19001897  rtems_av_save_dir=`pwd`;
     
    19111908
    19121909echo $ac_n "checking for Makefile.in in c/src/tests/samples""... $ac_c" 1>&6
    1913 echo "configure:1914: checking for Makefile.in in c/src/tests/samples" >&5
     1910echo "configure:1911: checking for Makefile.in in c/src/tests/samples" >&5
    19141911if test -d $srcdir/c/src/tests/samples; then
    19151912  rtems_av_save_dir=`pwd`;
Note: See TracChangeset for help on using the changeset viewer.