Changeset be42aa1a in rtems
- Timestamp:
- 01/26/12 08:58:10 (11 years ago)
- Branches:
- 4.11, 5, master
- Children:
- 77c2178
- Parents:
- 7838411
- Location:
- cpukit
- Files:
-
- 34 deleted
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
cpukit/Makefile.am
r7838411 rbe42aa1a 25 25 SUBDIRS += pppd 26 26 SUBDIRS += mghttpd 27 SUBDIRS += gtest28 27 29 28 noinst_DATA = preinstall-stamp -
cpukit/configure.ac
r7838411 rbe42aa1a 13 13 AM_MAINTAINER_MODE 14 14 15 RTEMS_ENABLE_CXX16 15 RTEMS_ENABLE_MULTILIB 17 16 RTEMS_ENABLE_MULTIPROCESSING … … 19 18 RTEMS_ENABLE_RTEMS_DEBUG 20 19 RTEMS_ENABLE_NETWORKING 21 22 AM_CONDITIONAL(HAS_CXX,test "$RTEMS_HAS_CPLUSPLUS" = "yes")23 20 24 21 RTEMS_ENV_RTEMSCPU … … 34 31 35 32 RTEMS_PROG_CC_FOR_TARGET 36 RTEMS_PROG_CXX_FOR_TARGET37 33 RTEMS_PROG_CCAS 38 34 RTEMS_CANONICALIZE_TOOLS … … 389 385 pppd/Makefile 390 386 mghttpd/Makefile 391 gtest/Makefile392 387 wrapup/Makefile]) 393 388
Note: See TracChangeset
for help on using the changeset viewer.