NAG compiler: disable forcing RPATH/RUNPATH (#21701)

This commit is contained in:
Sergey Kosukhin
2021-02-16 18:31:51 +01:00
committed by GitHub
parent 145a435100
commit 7538444a03

View File

@@ -102,3 +102,13 @@ def fc_rpath_arg(self):
@property
def linker_arg(self):
return '-Wl,-Wl,,'
@property
def disable_new_dtags(self):
# Disable RPATH/RUNPATH forcing for NAG/GCC mixed toolchains:
return ''
@property
def enable_new_dtags(self):
# Disable RPATH/RUNPATH forcing for NAG/GCC mixed toolchains:
return ''