Add runtime_loader in secondary bootstrap packages.

add grist to runtime_loader source files.

Change-Id: I09c58b5cc1d57034632df99b4fb3c80e3ff49e3e
This commit is contained in:
Jérôme Duval 2018-04-30 22:29:45 +02:00
parent fe11711026
commit 1894e9b6a7
2 changed files with 2 additions and 1 deletions

View File

@ -4,6 +4,7 @@ local architecture = $(TARGET_PACKAGING_ARCH) ;
local haikuPackage = haiku_$(architecture).hpkg ;
HaikuPackage $(haikuPackage) ;
AddFilesToPackage $(architecture) : <$(architecture)>runtime_loader ;
# libs
AddLibrariesToPackage lib $(architecture)

View File

@ -96,7 +96,7 @@ for architectureObject in [ MultiArchSubDirSetup ] {
utility.cpp
;
Objects $(sources) ;
Objects [ FGristFiles $(sources) ] ;
Ld [ MultiArchDefaultGristFiles runtime_loader ] :
[ FGristFiles $(sources:S=$(SUFOBJ)) ]