⛏️ index : buildtools.git

author Michael Lotz <mmlr@mlotz.ch> 2009-01-26 7:28:33.0 +00:00:00
committer Michael Lotz <mmlr@mlotz.ch> 2009-01-26 7:28:33.0 +00:00:00
commit
0bf091a9aa40ec78ba7affbfbae36cc2149d74f0 [patch]
tree
6ce858e369dce06fd791885e3799b697fc57a3b7
parent
d9a3c7bddee3fcf63e7ce0df27a88b69a15eaf30
download
0bf091a9aa40ec78ba7affbfbae36cc2149d74f0.tar.gz

Don't override the SYSTEM_HEADER_DIR generally but only for native builds.

git-svn-id: file:///srv/svn/repos/haiku/buildtools/trunk@29045 a95241bf-73f2-0310-859d-f6bbb57e9c96

Diff

 gcc/gcc/config/i386/t-haiku | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gcc/gcc/config/i386/t-haiku b/gcc/gcc/config/i386/t-haiku
index b5c8ec2..8a427eb 100644
--- a/gcc/gcc/config/i386/t-haiku
+++ b/gcc/gcc/config/i386/t-haiku
@@ -1,4 +1,4 @@
# There are system headers elsewhere, but these are the ones that
# we are most likely to want to apply any fixes to.
SYSTEM_HEADER_DIR = /boot/develop/headers/posix
NATIVE_SYSTEM_HEADER_DIR = /boot/develop/headers/posix
CROSS_SYSTEM_HEADER_DIR = $(tooldir)/sys-include/posix