Re: [Pixman] [PATCH] build: improve control logic for enabling MMI.

2020-03-04 Thread YunQiang Su
Thanks. This version is much better now, at least it works, and has no big side effects. Yin Shiyou 于2020年3月4日周三 下午5:43写道: > > 1. Replace LS_CFLAGS with MMI_CFLAGS to express its intention more accurately. I don't think that you should rename it, since it is a part of API of the build system

[Pixman] [PATCH] build: improve control logic for enabling MMI.

2020-03-04 Thread Yin Shiyou
1. Replace LS_CFLAGS with MMI_CFLAGS to express its intention more accurately. 2. Improve the control logic for enabling MMI. Three essential conditions for enabling MMI: 1) user have not specify --disable-loongson-mmi. 2) MMI options has been specified by MMI_CFLAGS,CC or compiler's default