From dad360027a8b7e4cdddd24081527c860604c3628 Mon Sep 17 00:00:00 2001 From: Marcus Overhagen Date: Sun, 17 Sep 2006 13:32:53 +0000 Subject: [PATCH] switch back to local system gcc headers, the outcome is similar unuseable git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@18873 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- configure | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/configure b/configure index 6fa30e56bf..c901eb6a41 100755 --- a/configure +++ b/configure @@ -119,11 +119,12 @@ standard_gcc_settings() $headers/$d" done - if [ "$buildCrossTools" = "" ]; then - # when not building the crosscompiler, we use cpp headers from - # tree first, but fallback to local C++ system headers (like ) - haikuCxxHeadersDir="headers/cpp $haikuCxxHeadersDir" - fi + + # when not building the crosscompiler, to use cpp headers from + # tree first, but fallback to local C++ system headers (like ) + # if [ "$buildCrossTools" = "" ]; then + # haikuCxxHeadersDir="headers/cpp $haikuCxxHeadersDir" + # fi if [ $haikuStaticLibStdCxx = libstdc++.a ]; then haikuStaticLibStdCxx=