mirror of
https://review.haiku-os.org/haiku
synced 2024-11-23 07:18:40 +01:00
runtime_loader: differentiate between secondary runtime loaders.
This commit is contained in:
parent
15db6949b6
commit
0771d6b296
@ -31,7 +31,11 @@
|
||||
#endif // RUNTIME_LOADER_TRACING
|
||||
|
||||
#if defined(_COMPAT_MODE) && !defined(__x86_64__)
|
||||
#define RLD_PREFIX "runtime_loader_compat: "
|
||||
#if __GNUC__ == 2
|
||||
#define RLD_PREFIX "runtime_loader_x86_gcc2: "
|
||||
#else
|
||||
#define RLD_PREFIX "runtime_loader_x86: "
|
||||
#endif
|
||||
#endif
|
||||
#ifndef RLD_PREFIX
|
||||
#define RLD_PREFIX "runtime_loader: "
|
||||
|
Loading…
Reference in New Issue
Block a user