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:
@@ -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=
|
||||
|
||||
Reference in New Issue
Block a user