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 22:57:59 +0000 |
commit | cec9ee4d32d96e8717f63268a00888260eae1b30 (patch) | |
tree | 2620a53e937e784ec1dacbf4ac72ca704b4e3ad8 /meta/recipes-devtools/gcc/gcc-4.9.inc | |
parent | 5e3dd820df41ab032893497a9ccea2160c07fe66 (diff) | |
download | openembedded-core-cec9ee4d32d96e8717f63268a00888260eae1b30.tar.gz openembedded-core-cec9ee4d32d96e8717f63268a00888260eae1b30.tar.bz2 openembedded-core-cec9ee4d32d96e8717f63268a00888260eae1b30.zip |
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]
Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
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 = "\ file://0070-libstdc-musl.patch \ file://0071-Ignore-fdebug-prefix-map-in-producer-string-by-Danie.patch \ file://0072-support-ffile-prefix-map.patch \ + file://0073-Reuse-fdebug-prefix-map-to-replace-ffile-prefix-map.patch \ " SRC_URI[md5sum] = "6f831b4d251872736e8e9cc09746f327" SRC_URI[sha256sum] = "2332b2a5a321b57508b9031354a8503af6fdfb868b8c1748d33028d100a8b67e" |