https://sourceware.org/bugzilla/show_bug.cgi?id=22346

            Bug ID: 22346
           Summary: "make check" isn't parallel make safe
           Product: binutils
           Version: 2.30 (HEAD)
            Status: NEW
          Severity: normal
          Priority: P2
         Component: binutils
          Assignee: unassigned at sourceware dot org
          Reporter: hjl.tools at gmail dot com
  Target Milestone: ---

"make -j 8 check" may fail since it starts "make check" in each
sub-directory in parallel.  When gas source is changed, "make check"
in gas will rebuild assembler first.  But "make check" in binutils/ld has
started, using the newly built assembler.  When the assembler gets
relinked, "make check" in binutils/ld will fail at random.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
bug-binutils mailing list
bug-binutils@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-binutils

Reply via email to