TARGET_STATIC_LIBSUPC++ needs strcat on gcc4, get it before libruntime_loader.a
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@30822 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -85,9 +85,9 @@ Objects $(sources) ;
|
|||||||
|
|
||||||
Ld runtime_loader :
|
Ld runtime_loader :
|
||||||
[ FGristFiles $(sources:S=$(SUFOBJ)) ]
|
[ FGristFiles $(sources:S=$(SUFOBJ)) ]
|
||||||
libruntime_loader.a
|
|
||||||
libruntime_loader_$(TARGET_ARCH).a
|
libruntime_loader_$(TARGET_ARCH).a
|
||||||
$(TARGET_STATIC_LIBSUPC++)
|
$(TARGET_STATIC_LIBSUPC++)
|
||||||
|
libruntime_loader.a
|
||||||
$(TARGET_GCC_LIBGCC)
|
$(TARGET_GCC_LIBGCC)
|
||||||
: $(HAIKU_TOP)/src/system/ldscripts/$(TARGET_ARCH)/runtime_loader.ld
|
: $(HAIKU_TOP)/src/system/ldscripts/$(TARGET_ARCH)/runtime_loader.ld
|
||||||
;
|
;
|
||||||
|
|||||||
Reference in New Issue
Block a user