Changeset 6ffaeb28 in rtems


Ignore:
Timestamp:
11/27/13 18:00:20 (10 years ago)
Author:
Philipp Eppelt <philipp.eppelt@…>
Branches:
4.11, 5, master
Children:
a9051de9
Parents:
03e54614
git-author:
Philipp Eppelt <philipp.eppelt@…> (11/27/13 18:00:20)
git-committer:
Gedare Bloom <gedare@…> (11/27/13 20:54:04)
Message:

add --enable-paravirt in cpukit configure scripts

Location:
cpukit
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • cpukit/configure.ac

    r03e54614 r6ffaeb28  
    1616RTEMS_ENABLE_RTEMS_DEBUG
    1717RTEMS_ENABLE_NETWORKING
     18RTEMS_ENABLE_PARAVIRT
    1819
    1920RTEMS_ENV_RTEMSCPU
     
    182183  [1],
    183184  [if SMP is enabled])
     185
     186RTEMS_CPUOPT([RTEMS_PARAVIRT],
     187  [test x"$RTEMS_HAS_PARAVIRT" = xyes],
     188  [1],
     189  [PARAVIRT is enabled])
    184190
    185191RTEMS_CPUOPT([RTEMS_NETWORKING],
Note: See TracChangeset for help on using the changeset viewer.