From 0bf091a9aa40ec78ba7affbfbae36cc2149d74f0 Mon Sep 17 00:00:00 2001 From: Michael Lotz Date: Mon, 26 Jan 2009 07:28:33 +0000 Subject: [PATCH] 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 --- 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 -- gitore 0.2.2