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"
|
$headers/$d"
|
||||||
done
|
done
|
||||||
|
|
||||||
if [ "$buildCrossTools" = "" ]; then
|
|
||||||
# when not building the crosscompiler, we use cpp headers from
|
# when not building the crosscompiler, to use cpp headers from
|
||||||
# tree first, but fallback to local C++ system headers (like <new>)
|
# tree first, but fallback to local C++ system headers (like <new>)
|
||||||
haikuCxxHeadersDir="headers/cpp $haikuCxxHeadersDir"
|
# if [ "$buildCrossTools" = "" ]; then
|
||||||
fi
|
# haikuCxxHeadersDir="headers/cpp $haikuCxxHeadersDir"
|
||||||
|
# fi
|
||||||
|
|
||||||
if [ $haikuStaticLibStdCxx = libstdc++.a ]; then
|
if [ $haikuStaticLibStdCxx = libstdc++.a ]; then
|
||||||
haikuStaticLibStdCxx=
|
haikuStaticLibStdCxx=
|
||||||
|
|||||||
Reference in New Issue
Block a user