diff options
author | Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com> | 2013-09-20 14:45:46 +0900 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-10-14 16:54:26 +0100 |
commit | e36ac3ab3a7fe02c7eeb3998ff33c001ab795841 (patch) | |
tree | 890a508002bd852fa7eed1ea6dd3c84ec2d549c7 /.gitignore | |
parent | 8268ce9997e77a4ef6aa990ca7566cf3ed14c746 (diff) | |
download | openembedded-core-e36ac3ab3a7fe02c7eeb3998ff33c001ab795841.tar.gz openembedded-core-e36ac3ab3a7fe02c7eeb3998ff33c001ab795841.tar.bz2 openembedded-core-e36ac3ab3a7fe02c7eeb3998ff33c001ab795841.zip |
kernel.bbclass: unset LDFLAGS when run devshell in kernel recipe
When user runs devshell in kernel recipe and compiles kernel,
this will fail by unrecognized option of LD.
----
$ make
...
arm-poky-linux-gnueabi-ld: unrecognized option '-Wl,-O1'
arm-poky-linux-gnueabi-ld: use the --help option for usage information
----
This set to empty LDFLAGS when user runs the devshell, and solve this problem.
Signed-off-by: Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to '.gitignore')
0 files changed, 0 insertions, 0 deletions