From cc094b2cb8924b5fde419203079605d10933847a Mon Sep 17 00:00:00 2001 From: Ingo Weinhold Date: Sun, 11 Dec 2005 16:31:02 +0000 Subject: [PATCH] Added TODO. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@15497 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- build/jam/HeadersRules | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/build/jam/HeadersRules b/build/jam/HeadersRules index 46a4220db8..575452dc1a 100644 --- a/build/jam/HeadersRules +++ b/build/jam/HeadersRules @@ -384,6 +384,12 @@ rule FStandardHeaders } # The compiler dependent headers. + # TODO: Actually these directory should be listed before the posix and cpp + # directories, since the headers found here are supposed to override some of + # the headers in the latter directories. Unfortunately some of our headers + # are a bit messy (e.g. stddef.h) and using the compiler headers causes + # trouble when using different compilers (gcc 2 vs. gcc 4) and different + # host platforms (BeOS vs. Linux). headers += $(HAIKU_GCC_HEADERS_DIR) ; return $(headers) ;