On Wed, Dec 30, 2015 at 5:26 PM, <rongqing.li at windriver.com> wrote:
> - sed -e "s at -I/usr/include@@g" \
> + sed -e "s at -I/usr/include at -I=/usr/include at g" \
Can you rather replace it with ${STAGING_INCDIR} -I= is too gcc
specific, wont work with Clang e.g.