runtime_loader: define _LOADER_MODE for arch directories

Change-Id: I7eb6b77502eed76a529657d9ec733b72c9fc89c0
Reviewed-on: https://review.haiku-os.org/c/haiku/+/3275
Reviewed-by: Jérôme Duval <jerome.duval@gmail.com>
This commit is contained in:
Jérôme Duval 2020-10-02 15:22:48 +02:00
parent 125a4e9c32
commit 6a44d4c527
8 changed files with 16 additions and 0 deletions

View File

@ -10,6 +10,8 @@ for architectureObject in [ MultiArchSubDirSetup arm ] {
SubDirHdrs [ FDirName $(SUBDIR) $(DOTDOT) $(DOTDOT) ] ;
DEFINES += _LOADER_MODE ;
StaticLibrary <$(architecture)>libruntime_loader_$(TARGET_ARCH).a :
arch_relocate.cpp
:

View File

@ -10,6 +10,8 @@ for architectureObject in [ MultiArchSubDirSetup arm64 ] {
SubDirHdrs [ FDirName $(SUBDIR) $(DOTDOT) $(DOTDOT) ] ;
DEFINES += _LOADER_MODE ;
StaticLibrary <$(architecture)>libruntime_loader_$(TARGET_ARCH).a :
arch_relocate.cpp
:

View File

@ -10,6 +10,8 @@ for architectureObject in [ MultiArchSubDirSetup m68k ] {
SubDirHdrs [ FDirName $(SUBDIR) $(DOTDOT) $(DOTDOT) ] ;
DEFINES += _LOADER_MODE ;
StaticLibrary <$(architecture)>libruntime_loader_$(TARGET_ARCH).a :
arch_relocate.cpp
:

View File

@ -10,6 +10,8 @@ for architectureObject in [ MultiArchSubDirSetup ppc ] {
SubDirHdrs [ FDirName $(SUBDIR) $(DOTDOT) $(DOTDOT) ] ;
DEFINES += _LOADER_MODE ;
StaticLibrary <$(architecture)>libruntime_loader_$(TARGET_ARCH).a :
arch_relocate.cpp
:

View File

@ -10,6 +10,8 @@ for architectureObject in [ MultiArchSubDirSetup riscv64 ] {
SubDirHdrs [ FDirName $(SUBDIR) $(DOTDOT) $(DOTDOT) ] ;
DEFINES += _LOADER_MODE ;
StaticLibrary <$(architecture)>libruntime_loader_$(TARGET_ARCH).a :
arch_relocate.cpp
:

View File

@ -10,6 +10,8 @@ for architectureObject in [ MultiArchSubDirSetup sparc ] {
SubDirHdrs [ FDirName $(SUBDIR) $(DOTDOT) $(DOTDOT) ] ;
DEFINES += _LOADER_MODE ;
StaticLibrary <$(architecture)>libruntime_loader_$(TARGET_ARCH).a :
arch_relocate.cpp
:

View File

@ -10,6 +10,8 @@ for architectureObject in [ MultiArchSubDirSetup x86 x86_gcc2 ] {
SubDirHdrs [ FDirName $(SUBDIR) $(DOTDOT) $(DOTDOT) ] ;
DEFINES += _LOADER_MODE ;
StaticLibrary <$(architecture)>libruntime_loader_$(TARGET_ARCH).a :
arch_relocate.cpp
:

View File

@ -10,6 +10,8 @@ for architectureObject in [ MultiArchSubDirSetup x86_64 ] {
SubDirHdrs [ FDirName $(SUBDIR) $(DOTDOT) $(DOTDOT) ] ;
DEFINES += _LOADER_MODE ;
StaticLibrary <$(architecture)>libruntime_loader_$(TARGET_ARCH).a :
arch_relocate.cpp
: