]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
gcc-5.3/gcc-4.9:Reuse -fdebug-prefix-map to replace -ffile-prefix-map
authorHongxu Jia <hongxu.jia@windriver.com>
Fri, 18 Mar 2016 09:01:44 +0000 (05:01 -0400)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 20 Mar 2016 23:12:31 +0000 (23:12 +0000)
commit79850060c35eec0fe04814e530a3f46cb94d7075
tree085826e8c9a10e4b308bffb67435d7e35c4f98e9
parent2faa718c8b6f4847237e31b67b3c3fd4fab7ff44
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>
meta/recipes-devtools/gcc/gcc-4.9.inc
meta/recipes-devtools/gcc/gcc-4.9/0073-Reuse-fdebug-prefix-map-to-replace-ffile-prefix-map.patch [new file with mode: 0644]
meta/recipes-devtools/gcc/gcc-5.3.inc
meta/recipes-devtools/gcc/gcc-5.3/0055-Reuse-fdebug-prefix-map-to-replace-ffile-prefix-map.patch [new file with mode: 0644]