⛏️ index : buildtools.git

author Michael Lotz <mmlr@mlotz.ch> 2009-01-28 21:23:05.0 +00:00:00
committer Michael Lotz <mmlr@mlotz.ch> 2009-01-28 21:23:05.0 +00:00:00
commit
db596da6711649b486655f64f460bff0b63060ff [patch]
tree
c99a0adfcfbce9cec0be5bbf63c3252d91a338e4
parent
33c77afbe9586f964ddeceb820ff9c2bbffcfbf0
download
db596da6711649b486655f64f460bff0b63060ff.tar.gz

Remove the extra /posix from the NATIVE_SYSTEM_HEADER_DIR since we override the limits test adding it again. Should fix native GCC4 compilation.

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

Diff

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

diff --git a/gcc/gcc/config/t-haiku b/gcc/gcc/config/t-haiku
index b442f89..59fa413 100644
--- a/gcc/gcc/config/t-haiku
+++ b/gcc/gcc/config/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.
NATIVE_SYSTEM_HEADER_DIR = /boot/develop/headers/posix
NATIVE_SYSTEM_HEADER_DIR = /boot/develop/headers
LIMITS_H_TEST = [ -f $(SYSTEM_HEADER_DIR)/posix/limits.h ]