diff options
author | Hongxu Jia <hongxu.jia@windriver.com> | 2016-03-18 05:01:44 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-03-20 23:12:31 +0000 |
commit | 79850060c35eec0fe04814e530a3f46cb94d7075 (patch) | |
tree | 085826e8c9a10e4b308bffb67435d7e35c4f98e9 /meta/recipes-devtools/gcc/gcc-4.9.inc | |
parent | 2faa718c8b6f4847237e31b67b3c3fd4fab7ff44 (diff) | |
download | poky-79850060c35eec0fe04814e530a3f46cb94d7075.tar.gz |
gcc-5.3/gcc-4.9:Reuse -fdebug-prefix-map to replace -ffile-prefix-map
The oe-core may use external toolchain for compiling,
which did not support -ffile-prefix-map.
Since we use -fdebug-prefix-map to do the same thing,
so we could reuse it to replace -ffile-prefix-map.
[YOCTO #7058]
(From OE-Core rev: cec9ee4d32d96e8717f63268a00888260eae1b30)
Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/gcc/gcc-4.9.inc')
-rw-r--r-- | meta/recipes-devtools/gcc/gcc-4.9.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-devtools/gcc/gcc-4.9.inc b/meta/recipes-devtools/gcc/gcc-4.9.inc index 22783b2dc0..87aa7dade7 100644 --- a/meta/recipes-devtools/gcc/gcc-4.9.inc +++ b/meta/recipes-devtools/gcc/gcc-4.9.inc | |||
@@ -88,6 +88,7 @@ SRC_URI = "\ | |||
88 | file://0070-libstdc-musl.patch \ | 88 | file://0070-libstdc-musl.patch \ |
89 | file://0071-Ignore-fdebug-prefix-map-in-producer-string-by-Danie.patch \ | 89 | file://0071-Ignore-fdebug-prefix-map-in-producer-string-by-Danie.patch \ |
90 | file://0072-support-ffile-prefix-map.patch \ | 90 | file://0072-support-ffile-prefix-map.patch \ |
91 | file://0073-Reuse-fdebug-prefix-map-to-replace-ffile-prefix-map.patch \ | ||
91 | " | 92 | " |
92 | SRC_URI[md5sum] = "6f831b4d251872736e8e9cc09746f327" | 93 | SRC_URI[md5sum] = "6f831b4d251872736e8e9cc09746f327" |
93 | SRC_URI[sha256sum] = "2332b2a5a321b57508b9031354a8503af6fdfb868b8c1748d33028d100a8b67e" | 94 | SRC_URI[sha256sum] = "2332b2a5a321b57508b9031354a8503af6fdfb868b8c1748d33028d100a8b67e" |