[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug binutils/22346] New: "make check" isn't parallel make safe
From: |
hjl.tools at gmail dot com |
Subject: |
[Bug binutils/22346] New: "make check" isn't parallel make safe |
Date: |
Tue, 24 Oct 2017 15:03:37 +0000 |
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.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Bug binutils/22346] New: "make check" isn't parallel make safe,
hjl.tools at gmail dot com <=