git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d8d9efe
)
kbuild: fix a bug of C++ host program handling
author
Masahiro Yamada
<yamada.m@jp.panasonic.com>
Wed, 16 Jul 2014 07:12:20 +0000
(16:12 +0900)
committer
Michal Marek
<mmarek@suse.cz>
Wed, 16 Jul 2014 15:15:25 +0000
(17:15 +0200)
The comment claims:
C++ executables compiled from at least one .cc file
and zero or more .c files
But C++ executables with zero .c file fail in build.
For example, assume we have a Makefile like this:
hostprogs-y := foo
foo-cxxobjs := bar.o
In this case, foo is treated as host-csingle
and Kbuild tries to search non-existing foo.c source.
Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Signed-off-by: Michal Marek <mmarek@suse.cz>
scripts/Makefile.host
patch
|
blob
|
history
diff --cc
scripts/Makefile.host
Simple merge