]> code.ossystems Code Review - openembedded-core.git/commit
gcc-target.inc: Add support for executable thats may have a suffix
authorMark Hatle <mark.hatle@windriver.com>
Tue, 20 Oct 2015 16:29:37 +0000 (11:29 -0500)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 24 Oct 2015 11:17:50 +0000 (12:17 +0100)
commit1003e93a1b3359a98fb631eeeda3fda184832288
tree3005dee28780a25a8bca35b2711666cb85b2fcdf
parent18358a04930722ffec856cab359ed32f061ba555
gcc-target.inc: Add support for executable thats may have a suffix

In the past GCC has used a wildcard to permit generating executables
that may have a suffix, such as .exe.  This wild card was lost in one
of the updates.  Adding the wild card back in fixes a number of issues
when generating a mingw gcc.

Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-devtools/gcc/gcc-target.inc