When running "make check" for binutils I noticed that sometimes the tests in
ld-bootstrap are skipped (UNSUPPORTED) and sometimes they succeed. It turned out
that this is due to the Tcl conditional
   if {$ld != "$objdir/ld-new"} {...}
(in bootstrap.exp, line 56), where "ld" refers to the physical path (pwd -P) and
"objdir" to the logical path (pwd -L) -- or maybe it was the other way around.

-- 
           Summary: ld testsuite skips ld-bootstrap tests if `pwd -L` !=
                    `pwd -P`
           Product: binutils
           Version: 2.16
            Status: NEW
          Severity: normal
          Priority: P2
         Component: ld
        AssignedTo: unassigned at sources dot redhat dot com
        ReportedBy: peb at mppmu dot mpg dot de
                CC: bug-binutils at gnu dot org
 GCC build triplet: i686-linux-gnu
  GCC host triplet: i686-linux-gnu
GCC target triplet: i686-linux-gnu


http://sourceware.org/bugzilla/show_bug.cgi?id=2375

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


_______________________________________________
bug-binutils mailing list
bug-binutils@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-binutils

Reply via email to