diff options
Diffstat (limited to 'newlib/testsuite/lib')
-rw-r--r-- | newlib/testsuite/lib/flags.exp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/newlib/testsuite/lib/flags.exp b/newlib/testsuite/lib/flags.exp index 577efa867..e1e9acb18 100644 --- a/newlib/testsuite/lib/flags.exp +++ b/newlib/testsuite/lib/flags.exp @@ -36,7 +36,7 @@ proc libgloss_link_flags { args } { return "" } - set target_build_path "$objdir/$multibuildtop.." + set target_build_path "$objdir/.." set gloss_srcdir [lookfor_file ${srcdir} libgloss/$target_cpu] |