diff --git a/newlib/ChangeLog b/newlib/ChangeLog index bc0ec2411..b034f5773 100644 --- a/newlib/ChangeLog +++ b/newlib/ChangeLog @@ -1,3 +1,8 @@ +2015-11-12 Marcus Shawcroft + + * testsuite/lib/flags.exp (libgloss_link_flags): Drop multilibtop + from target_build_path. + 2015-11-06 Jon Turney * doc/makedoc.c (iscommand): Only allow commands to have trailing 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]