]> git.llucax.com Git - software/posixx.git/commit
Use -I instead of -isystem when including our own headers for testing
authorLeandro Lucarella <llucarella@integratech.com.ar>
Fri, 3 Oct 2008 18:16:56 +0000 (15:16 -0300)
committerLeandro Lucarella <llucarella@integratech.com.ar>
Fri, 3 Oct 2008 18:16:56 +0000 (15:16 -0300)
commitfc84bcdd047461660433cba82c839a1f23dde5cc
treeab79210407e195992d02048c8c543b7e340199e0
parent189a2e19b85a81ae6aa71be3635fc6c1fa0bfeca
Use -I instead of -isystem when including our own headers for testing

Use -isystem makes GCC emulate that our own headers are system headers,
giving them the lowest priority when it search for a particular header
included with <>. This could be problematic in certain building
environments.
test/Makefile