diff options
author | Robert Yang <liezhi.yang@windriver.com> | 2018-08-16 10:54:39 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-08-16 22:40:27 +0100 |
commit | c66512c2d5432787db5d4b2743d4eb8bcc7e99c2 (patch) | |
tree | a4380c75f79f2f3905e53bee802841489f1d352c /meta/recipes-devtools/binutils/binutils-2.31.inc | |
parent | d4011ce0a37083b19de1769d7f18aa42d7b98137 (diff) | |
download | poky-c66512c2d5432787db5d4b2743d4eb8bcc7e99c2.tar.gz |
binutils: Improve check for input file matching output file
When the assembler reports that the input and output are the same, report the
file names involved, in order to help debugging. Also do not equate two files
are the same if the have the same inode value but reside on different file
systems.
(From OE-Core rev: 83cb0938b90bab9ba727f883b8955b0b40d49a01)
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/binutils/binutils-2.31.inc')
-rw-r--r-- | meta/recipes-devtools/binutils/binutils-2.31.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-devtools/binutils/binutils-2.31.inc b/meta/recipes-devtools/binutils/binutils-2.31.inc index 02d5bcab73..6603873ba2 100644 --- a/meta/recipes-devtools/binutils/binutils-2.31.inc +++ b/meta/recipes-devtools/binutils/binutils-2.31.inc | |||
@@ -36,6 +36,7 @@ SRC_URI = "\ | |||
36 | file://0014-Detect-64-bit-MIPS-targets.patch \ | 36 | file://0014-Detect-64-bit-MIPS-targets.patch \ |
37 | file://0015-sync-with-OE-libtool-changes.patch \ | 37 | file://0015-sync-with-OE-libtool-changes.patch \ |
38 | file://0016-add-i386pep-emulation-for-x86_64.patch \ | 38 | file://0016-add-i386pep-emulation-for-x86_64.patch \ |
39 | file://0017-improve-check-for-input-file-matching-output-file.patch \ | ||
39 | " | 40 | " |
40 | S = "${WORKDIR}/git" | 41 | S = "${WORKDIR}/git" |
41 | 42 | ||