[OE-core] [PATCH 0/1] pango / ptest: clean CFLAGS for host binary

wenzong.fan at windriver.com wenzong.fan at windriver.com
Tue Sep 2 05:53:39 UTC 2014


From: Wenzong Fan <wenzong.fan at windriver.com>

The binary gen-all-unicode needs to be compiled for the host
architecture, the CFLAGS passed to target system could cause
build issues for it.

Such as if CFLAGS includes ARM specific flag '-mapcs-frame',
then it will cause build errors:

  cc1: error: unrecognized command line option "-mapcs-frame" 

The following changes since commit bb00d83675a1293ee8d7a3ac22cf01243fa2397b:

  conf: Account for eglibc->glibc move (2014-09-01 18:03:06 +0100)

are available in the git repository at:

  git://git.pokylinux.org/poky-contrib wenzong/fix-pango
  http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=wenzong/fix-pango

Wenzong Fan (1):
  pango / ptest: clean CFLAGS for host binary

 meta/recipes-graphics/pango/pango.inc |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

-- 
1.7.9.5




More information about the Openembedded-core mailing list