Re: [PATCH weston] build: Use AM_CFLAGS instead of GCC_CFLAGS

2015-06-23 Thread Pekka Paalanen
On Thu, 18 Jun 2015 09:59:42 -0700 "Jon A. Cruz" wrote: > On 06/18/2015 09:43 AM, Derek Foreman wrote: > > AM_CFLAGS is the default for any target that doesn't specify its > > own cflags. We should use AM_CFLAGS in preference to GCC_CFLAGS > > so we can change AM_CFLAGS and get all targets. > >

Re: [PATCH weston] build: Use AM_CFLAGS instead of GCC_CFLAGS

2015-06-18 Thread Jon A. Cruz
On 06/18/2015 09:43 AM, Derek Foreman wrote: > AM_CFLAGS is the default for any target that doesn't specify its > own cflags. We should use AM_CFLAGS in preference to GCC_CFLAGS > so we can change AM_CFLAGS and get all targets. > > Signed-off-by: Derek Foreman > --- > Makefile.am | 64 > ++

[PATCH weston] build: Use AM_CFLAGS instead of GCC_CFLAGS

2015-06-18 Thread Derek Foreman
AM_CFLAGS is the default for any target that doesn't specify its own cflags. We should use AM_CFLAGS in preference to GCC_CFLAGS so we can change AM_CFLAGS and get all targets. Signed-off-by: Derek Foreman --- Makefile.am | 64 ++--- 1 fil