[OE-core] [PATCH 8/8] [glibc] remove hard-coded reference to gcc -E

Burton, Ross ross.burton at intel.com
Tue Aug 23 14:03:04 UTC 2016


On 23 August 2016 at 08:25, Jérémy Rosen <jeremy.rosen at smile.fr> wrote:

> +-open F, "cat C-translit.h.in | gcc -E - |" || die "Cannot preprocess
> input file";
> ++open F, 'cat C-translit.h.in | $CPP - |' || die "Cannot preprocess
> input file";
>

Patch is missing an Upstream-Status, and I expect if you allowed for CPP to
be unset then there's a chance you can get this upstream.

${CPP:-gcc -E} should do the trick.

Ross
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openembedded.org/pipermail/openembedded-core/attachments/20160823/cb30ba79/attachment-0002.html>


More information about the Openembedded-core mailing list