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:
parent
125a4e9c32
commit
6a44d4c527
@ -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
|
||||
:
|
||||
|
@ -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
|
||||
:
|
||||
|
@ -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
|
||||
:
|
||||
|
@ -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
|
||||
:
|
||||
|
@ -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
|
||||
:
|
||||
|
@ -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
|
||||
:
|
||||
|
@ -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
|
||||
:
|
||||
|
@ -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
|
||||
:
|
||||
|
Loading…
Reference in New Issue
Block a user