components/stdcxx/patches/000-driver.cpp.patch
changeset 402 94ae4d75524c
equal deleted inserted replaced
401:bf52ef48020c 402:94ae4d75524c
       
     1 --- stdcxx-4.2.1/tests/src/driver.cpp	2008-04-24 20:23:00.000000000 -0400
       
     2 +++ stdcxx-4.2.1/tests/src/driver.cpp	2009-03-27 22:47:58.487126000 -0400
       
     3 @@ -301,6 +301,8 @@
       
     4              RW_TEST_STR (__GLIBC__) "."          \
       
     5              RW_TEST_STR (__GLIBC_MINOR__)
       
     6  
       
     7 +#  elif defined (__SunOS_5_11)
       
     8 +#    define RW_TEST_OS "sunos-5.11"
       
     9  #  elif defined (__SunOS_5_10)
       
    10  #    define RW_TEST_OS "sunos-5.10"
       
    11  #  elif defined (__SunOS_5_9)