Changeset 9bf3a868 in rtems
- Timestamp:
- 01/11/12 13:37:24 (11 years ago)
- Branches:
- 4.11, 5, master
- Children:
- a762dc2
- Parents:
- 621e1c9b
- git-author:
- Sebastian Huber <sebastian.huber@…> (01/11/12 13:37:24)
- git-committer:
- Sebastian Huber <sebastian.huber@…> (01/23/12 09:50:19)
- Location:
- cpukit
- Files:
-
- 34 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
cpukit/Makefile.am
r621e1c9b r9bf3a868 25 25 SUBDIRS += pppd 26 26 SUBDIRS += mghttpd 27 SUBDIRS += gtest 27 28 28 29 noinst_DATA = preinstall-stamp -
cpukit/configure.ac
r621e1c9b r9bf3a868 13 13 AM_MAINTAINER_MODE 14 14 15 RTEMS_ENABLE_CXX 15 16 RTEMS_ENABLE_MULTILIB 16 17 RTEMS_ENABLE_MULTIPROCESSING … … 18 19 RTEMS_ENABLE_RTEMS_DEBUG 19 20 RTEMS_ENABLE_NETWORKING 21 22 AM_CONDITIONAL(HAS_CXX,test "$RTEMS_HAS_CPLUSPLUS" = "yes") 20 23 21 24 RTEMS_ENV_RTEMSCPU … … 31 34 32 35 RTEMS_PROG_CC_FOR_TARGET 36 RTEMS_PROG_CXX_FOR_TARGET 33 37 RTEMS_PROG_CCAS 34 38 RTEMS_CANONICALIZE_TOOLS … … 385 389 pppd/Makefile 386 390 mghttpd/Makefile 391 gtest/Makefile 387 392 wrapup/Makefile]) 388 393
Note: See TracChangeset
for help on using the changeset viewer.