Some of Darwin's C++ runtime seems to live in libstdc++.so, so I moved
it to HOST_LIBSUBC++. Now it should be possible to remove HOST_LIBSTDC++ from the library list for build tools which don't use the STL -- it had been added due to the Darwin peculiarity in the first place. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@22773 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -526,7 +526,9 @@ if $(HOST_PLATFORM_BEOS_COMPATIBLE) {
|
||||
}
|
||||
|
||||
if $(HOST_PLATFORM) = darwin {
|
||||
HOST_LIBSUPC++ = gcc_s.1 ;
|
||||
# part of the C++ runtime lives in libstdc++ on Darwin
|
||||
HOST_LIBSUPC++ = gcc_s.1 stdc++ ;
|
||||
HOST_LIBSTDC++ = ;
|
||||
}
|
||||
|
||||
# Unlike glibc FreeBSD's libc doesn't have built-in regex support.
|
||||
|
||||
Reference in New Issue
Block a user