From ce7903706d30e5fa335dd96eaaab3ae914ff8e64 Mon Sep 17 00:00:00 2001 From: Jiong Wang Date: Tue, 31 Jan 2017 12:20:48 +0000 Subject: [PATCH] [ld, testsuite] Append $board_cflags in one more place in ld-unique/unique.exp ld/ * testsuite/ld-unique/unique.exp (Could not link a dynamic executable): Append $board_cflags to link commands. --- ld/ChangeLog | 5 +++++ ld/testsuite/ld-unique/unique.exp | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ld/ChangeLog b/ld/ChangeLog index 3845d258c99..34fd3037ed0 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,8 @@ +2017-02-01 Jiong Wang + + * testsuite/ld-unique/unique.exp (Could not link a dynamic executable): + Append $board_cflags to link commands. + 2017-02-01 Senthil Kumar Selvaraj * testsuite/ld-scripts/print-memory-usage-1.l: Relax diff --git a/ld/testsuite/ld-unique/unique.exp b/ld/testsuite/ld-unique/unique.exp index f06622f839b..61c070aa476 100644 --- a/ld/testsuite/ld-unique/unique.exp +++ b/ld/testsuite/ld-unique/unique.exp @@ -197,7 +197,7 @@ if {![ld_link $ld "tmpdir/libunique_shared.so" "-shared tmpdir/unique_shared.o"] } # Create executable NOT containing unique symbol linked against library. -if {![ld_link $CC "tmpdir/unique_shared_prog" "-Ltmpdir tmpdir/unique_empty.o -Wl,-Bdynamic,-rpath=./tmpdir -lunique_shared"] } { +if {![ld_link "$CC $board_cflags" "tmpdir/unique_shared_prog" "-Ltmpdir tmpdir/unique_empty.o -Wl,-Bdynamic,-rpath=./tmpdir -lunique_shared"] } { fail "Could not link a dynamic executable" set fails [expr $fails + 1] } -- 2.30.2