Changeset 475fb331 in rtems


Ignore:
Timestamp:
04/02/97 15:39:20 (27 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
892a536d
Parents:
bbbd11c
Message:

disabled posix api for the no_cpu-rtems configuration in configure.in
and regenerated configure.

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • configure

    rbbbd11c r475fb331  
    11041104        rtems_bsp=no_bsp
    11051105        makefiles=$no_cpu_mk
     1106        RTEMS_HAS_POSIX_API=no
    11061107        ;;
    11071108  powerpc-rtems*)
     
    11521153set dummy $ac_prog; ac_word=$2
    11531154echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    1154 echo "configure:1155: checking for $ac_word" >&5
     1155echo "configure:1156: checking for $ac_word" >&5
    11551156if eval "test \"`echo '$''{'ac_cv_prog_AWK'+set}'`\" = set"; then
    11561157  echo $ac_n "(cached) $ac_c" 1>&6
     
    11811182
    11821183echo $ac_n "checking whether ln -s works""... $ac_c" 1>&6
    1183 echo "configure:1184: checking whether ln -s works" >&5
     1184echo "configure:1185: checking whether ln -s works" >&5
    11841185if eval "test \"`echo '$''{'ac_cv_prog_LN_S'+set}'`\" = set"; then
    11851186  echo $ac_n "(cached) $ac_c" 1>&6
  • configure.in

    rbbbd11c r475fb331  
    424424        rtems_bsp=no_bsp
    425425        makefiles=$no_cpu_mk
     426        RTEMS_HAS_POSIX_API=no
    426427        ;;
    427428  powerpc-rtems*)
Note: See TracChangeset for help on using the changeset viewer.