Files
poky/meta/recipes-devtools
Robert Yang e86dc1a182 gcc-target 5.1: fix for libcc1
Fixed:
* gcc 5 introduces a plugin libcc1.so, which is used by gdb, the target
gcc didn't build it in the past because gcc_cv_objdump is null, and
the error was:
gcc-5.2.0/libcc1/configure: line 14531: -T: command not found

This only happens for tar gcc as the code shows:
  if test x$build = x$host; then
    export_sym_check="objdump${exeext} -T"
  elif test x$host = x$target; then
    export_sym_check="$gcc_cv_objdump -T"
  else
    export_sym_check=
  fi

* Install libcc1.so and libcc1plugin.so to
  $(libexecdir)/gcc/$(target_noncanonical)/$(gcc_version) as lto-plugin did.

* Use sed command to fix bad RPATH iussue.

[YOCTO #7956]

(From OE-Core rev: f6e47aa9b12f9ab61530c40e0343f451699d9077)

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2015-07-27 12:28:00 +01:00
..
2015-07-16 15:09:16 +01:00
2015-04-30 23:04:16 +01:00
2015-07-20 10:40:41 +01:00
2015-04-21 07:20:23 +01:00
2014-03-02 17:25:28 +00:00
2015-06-27 22:42:52 +01:00
2015-07-25 14:41:43 +01:00
2014-11-12 15:38:31 +00:00
2015-07-08 00:01:23 +01:00
2015-07-27 12:28:00 +01:00
2014-01-02 12:50:24 +00:00
2014-11-09 10:21:21 +00:00
2015-07-12 22:55:42 +01:00
2015-04-21 07:20:25 +01:00
2014-12-23 10:18:20 +00:00
2015-01-16 23:08:24 +00:00
2015-05-30 22:26:12 +01:00
2015-07-16 15:09:22 +01:00
2015-04-21 07:20:25 +01:00
2014-08-28 15:12:42 +01:00
2015-04-21 07:20:24 +01:00
2015-07-12 22:55:44 +01:00
2015-07-21 23:37:21 +01:00
2015-07-25 14:41:43 +01:00
2015-02-21 22:05:34 +00:00
2014-08-11 10:53:05 +01:00
2015-07-23 08:48:37 +01:00
2015-06-08 17:34:03 +01:00
2015-04-21 07:20:25 +01:00
2015-05-20 21:41:08 +01:00
2015-06-11 23:59:15 +01:00