On 14 October 2015 at 03:27, wenzong fan wrote:
> Ping ...
>
This doesn't apply to master now, can you rebase please.
Ross
--
___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/o
Ping ...
Thanks
Wenzong
On 09/11/2015 01:51 PM, wenzong@windriver.com wrote:
From: Wenzong Fan
* Pass global CFLAGS to build:
The CFLAGS does not pass to build at all since it was redefined by
mdadm Makefile:
CFLAGS = $(CWFLAGS) $(CXFLAGS) ...
This could be done by setting 'CXFLAGS=
From: Wenzong Fan
* Pass global CFLAGS to build:
The CFLAGS does not pass to build at all since it was redefined by
mdadm Makefile:
CFLAGS = $(CWFLAGS) $(CXFLAGS) ...
This could be done by setting 'CXFLAGS="${CFLAGS}"'.
* Also fix ptest build error caused by global CFLAGS:
raid6check.c: