File tree Expand file tree Collapse file tree 1 file changed +0
-10
lines changed Expand file tree Collapse file tree 1 file changed +0
-10
lines changed Original file line number Diff line number Diff line change @@ -292,9 +292,6 @@ if ($link ne "") {
292
292
&& ($flags !~ / ^-LIST:/ )
293
293
&& ($flags !~ / ^-LANG:/ )
294
294
) {
295
- if ($vendor eq " PGI" ) {
296
- $flags =~ s / lib$/ libso/ ;
297
- }
298
295
$linker_L .= $flags . " " ;
299
296
}
300
297
@@ -311,17 +308,11 @@ if ($link ne "") {
311
308
312
309
if ($flags =~ / ^\- rpath\@ / ) {
313
310
$flags =~ s /\@ / \, / g ;
314
- if ($vendor eq " PGI" ) {
315
- $flags =~ s / lib$/ libso/ ;
316
- }
317
311
$linker_L .= " -Wl," . $flags . " " ;
318
312
}
319
313
320
314
if ($flags =~ / ^\- rpath-link\@ / ) {
321
315
$flags =~ s /\@ / \, / g ;
322
- if ($vendor eq " PGI" ) {
323
- $flags =~ s / lib$/ libso/ ;
324
- }
325
316
$linker_L .= " -Wl," . $flags . " " ;
326
317
}
327
318
@@ -330,7 +321,6 @@ if ($link ne "") {
330
321
&& ($flags !~ / gfortranbegin/ )
331
322
&& ($flags !~ / frtbegin/ )
332
323
&& ($flags !~ / pathfstart/ )
333
- && ($flags !~ / numa/ )
334
324
&& ($flags !~ / crt[0-9]/ )
335
325
&& ($flags !~ / gcc/ )
336
326
&& ($flags !~ / user32/ )
You can’t perform that action at this time.
0 commit comments