Changeset 9bf3a868 in rtems


Ignore:
Timestamp:
01/11/12 13:37:24 (11 years ago)
Author:
Sebastian Huber <sebastian.huber@…>
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)
Message:

Google C++ Testing Framework 1.6.0.

Location:
cpukit
Files:
34 added
2 edited

Legend:

Unmodified
Added
Removed
  • cpukit/Makefile.am

    r621e1c9b r9bf3a868  
    2525SUBDIRS += pppd
    2626SUBDIRS += mghttpd
     27SUBDIRS += gtest
    2728
    2829noinst_DATA = preinstall-stamp
  • cpukit/configure.ac

    r621e1c9b r9bf3a868  
    1313AM_MAINTAINER_MODE
    1414
     15RTEMS_ENABLE_CXX
    1516RTEMS_ENABLE_MULTILIB
    1617RTEMS_ENABLE_MULTIPROCESSING
     
    1819RTEMS_ENABLE_RTEMS_DEBUG
    1920RTEMS_ENABLE_NETWORKING
     21
     22AM_CONDITIONAL(HAS_CXX,test "$RTEMS_HAS_CPLUSPLUS" = "yes")
    2023
    2124RTEMS_ENV_RTEMSCPU
     
    3134
    3235RTEMS_PROG_CC_FOR_TARGET
     36RTEMS_PROG_CXX_FOR_TARGET
    3337RTEMS_PROG_CCAS
    3438RTEMS_CANONICALIZE_TOOLS
     
    385389pppd/Makefile
    386390mghttpd/Makefile
     391gtest/Makefile
    387392wrapup/Makefile])
    388393
Note: See TracChangeset for help on using the changeset viewer.