⛏️ index : buildtools.git

author Michael Lotz <mmlr@mlotz.ch> 2009-01-28 17:35:08.0 +00:00:00
committer Michael Lotz <mmlr@mlotz.ch> 2009-01-28 17:35:08.0 +00:00:00
commit
04f456db0e38f867ac653426696601b096d54167 [patch]
tree
c079c07c8292f43b17a886c8c298bc5932ef954c
parent
850146e02be9b9173dc37e7257e442ee41723f5c
download
04f456db0e38f867ac653426696601b096d54167.tar.gz

Broke finding limits.h for the cross-compiler by removing that. For the native compile it's enough the set the NATIVE_SYSTEM_HEADER_DIR, but for cross compiling this is needed. Sorry for that, should've be more cautious when updating.

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

Diff

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

diff --git a/gcc/gcc/config/t-haiku b/gcc/gcc/config/t-haiku
index 0742087..b442f89 100644
--- a/gcc/gcc/config/t-haiku
+++ b/gcc/gcc/config/t-haiku
@@ -1,3 +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
LIMITS_H_TEST = [ -f $(SYSTEM_HEADER_DIR)/posix/limits.h ]