From 18c9f2a435dd85aca59fe504c11399a1d0157e67 Mon Sep 17 00:00:00 2001 From: Daniel James Date: Wed, 8 Apr 2009 05:51:31 +0000 Subject: [PATCH] Detect gcc stdlib for gcc 4.0.1. For some reason the normal macros aren't defined for the standard library that comes with gcc 4.0.1 (although maybe just on BSDs?). So try to detect the library for that compiler. [SVN r52245] --- hash/test/Jamfile.v2 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hash/test/Jamfile.v2 b/hash/test/Jamfile.v2 index ff149a7..d037847 100644 --- a/hash/test/Jamfile.v2 +++ b/hash/test/Jamfile.v2 @@ -10,6 +10,8 @@ project hash-tests gcc:_GLIBCXX_DEBUG gcc:-Wsign-promo #gcc:-Wextra + darwin:_GLIBCXX_DEBUG + darwin:-Wsign-promo ; test-suite functional/hash