Merge "Add DF_1_ORIGIN to SUPPORTED_DT_FLAGS_1."
This commit is contained in:
commit
8397fadb2e
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@
|
|||
#define ELFW(what) ELF32_ ## what
|
||||
#endif
|
||||
|
||||
#define SUPPORTED_DT_FLAGS_1 (DF_1_NOW | DF_1_GLOBAL | DF_1_NODELETE | DF_1_PIE)
|
||||
#define SUPPORTED_DT_FLAGS_1 (DF_1_NOW | DF_1_GLOBAL | DF_1_NODELETE | DF_1_PIE | DF_1_ORIGIN)
|
||||
|
||||
// Class used construct version dependency graph.
|
||||
class VersionTracker {
|
||||
|
|
Loading…
Reference in a new issue