NAG compiler: disable forcing RPATH/RUNPATH (#21701)
This commit is contained in:
parent
145a435100
commit
7538444a03
@ -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 ''
|
||||
|
Loading…
Reference in New Issue
Block a user