Build fixes for haiku-gcc4.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@33183 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -16,5 +16,6 @@ BuildPlatformMain <build>genbrk :
|
|||||||
<build>libicu-common.so
|
<build>libicu-common.so
|
||||||
<build!stub>libicu-data.so
|
<build!stub>libicu-data.so
|
||||||
$(HOST_LIBSUPC++)
|
$(HOST_LIBSUPC++)
|
||||||
|
$(HOST_LIBSTDC++)
|
||||||
$(HOST_LIBROOT)
|
$(HOST_LIBROOT)
|
||||||
;
|
;
|
||||||
|
|||||||
@@ -1,5 +1,8 @@
|
|||||||
SubDir HAIKU_TOP src tools locale ;
|
SubDir HAIKU_TOP src tools locale ;
|
||||||
|
|
||||||
|
UsePrivateHeaders locale ;
|
||||||
|
UsePrivateHeaders shared ;
|
||||||
|
|
||||||
SEARCH_SOURCE += [ FDirName $(HAIKU_TOP) src kits tracker ] ;
|
SEARCH_SOURCE += [ FDirName $(HAIKU_TOP) src kits tracker ] ;
|
||||||
|
|
||||||
local localetools =
|
local localetools =
|
||||||
@@ -40,7 +43,7 @@ BuildPlatformMain <build>collectcatkeys :
|
|||||||
Catalog.cpp
|
Catalog.cpp
|
||||||
RegExp.cpp
|
RegExp.cpp
|
||||||
adler32.c
|
adler32.c
|
||||||
: $(HOST_LIBBE) $(HOST_LIBSUPC++) ;
|
: $(HOST_LIBBE) $(HOST_LIBSUPC++) $(HOST_LIBSTDC++) ;
|
||||||
|
|
||||||
BuildPlatformMain <build>linkcatkeys :
|
BuildPlatformMain <build>linkcatkeys :
|
||||||
linkcatkeys.cpp
|
linkcatkeys.cpp
|
||||||
@@ -49,4 +52,4 @@ BuildPlatformMain <build>linkcatkeys :
|
|||||||
DefaultCatalog.cpp
|
DefaultCatalog.cpp
|
||||||
Catalog.cpp
|
Catalog.cpp
|
||||||
adler32.c
|
adler32.c
|
||||||
: $(HOST_LIBBE) $(HOST_LIBSUPC++) ;
|
: $(HOST_LIBBE) $(HOST_LIBSUPC++) $(HOST_LIBSTDC++) ;
|
||||||
|
|||||||
Reference in New Issue
Block a user