diff options
-rw-r--r-- | ld/testsuite/ld-x86-64/x86-64.exp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ld/testsuite/ld-x86-64/x86-64.exp b/ld/testsuite/ld-x86-64/x86-64.exp index a4f197dcf4d..09b0c04d01c 100644 --- a/ld/testsuite/ld-x86-64/x86-64.exp +++ b/ld/testsuite/ld-x86-64/x86-64.exp @@ -1922,7 +1922,7 @@ if { [isnative] && [check_compiler_available] } { ] \ [list \ "Run pr32189" \ - "-nostdlib -nostartfiles" \ + "$NOPIE_LDFLAGS -nostdlib -nostartfiles" \ "" \ { pr32189.s } \ "pr32189" \ |