haiku/build
Michael Lotz 09a009d4af Move include directories for C++ headers to the beginning. This makes
include_next work properly with newer headers. GCC 4.3.2 has a <cstddef> in its
C++ headers for example that does an include_next of <stddef.h>. The latter is
located in the C headers. For this to work, the include directory for the C
headers needs to be specified later than the one of the C++ headers.
With that Haiku is now completely buildable with GCC 4.3.2.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@28995 a95241bf-73f2-0310-859d-f6bbb57e9c96
2009-01-23 03:23:21 +00:00
..
config_headers * Added kernel tracing for page faults. 2008-10-23 16:15:07 +00:00
jam Move include directories for C++ headers to the beginning. This makes 2009-01-23 03:23:21 +00:00
scripts As proposed by "augiedoggie" undefine the _FORTIFY_SOURCE macro, which 2008-10-31 12:46:49 +00:00