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
This commit is contained in:
Marcus Overhagen
2006-09-17 13:32:53 +00:00
parent fd49bce12e
commit dad360027a
Vendored
+6 -5
View File
@@ -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 <new>)
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 <new>)
# if [ "$buildCrossTools" = "" ]; then
# haikuCxxHeadersDir="headers/cpp $haikuCxxHeadersDir"
# fi
if [ $haikuStaticLibStdCxx = libstdc++.a ]; then
haikuStaticLibStdCxx=