NAG compiler: disable forcing RPATH/RUNPATH (#21701)
This commit is contained in:
		| @@ -102,3 +102,13 @@ def fc_rpath_arg(self): | |||||||
|     @property |     @property | ||||||
|     def linker_arg(self): |     def linker_arg(self): | ||||||
|         return '-Wl,-Wl,,' |         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 '' | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Sergey Kosukhin
					Sergey Kosukhin