This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Per-machine additions to CFLAGS-rtld.c being overridden.


On Tue, Jan 08, 2013 at 11:07:53PM +0530, Siddhesh Poyarekar wrote:
> 
> CFLAGS-rtld.c = $(SYSCONF-FLAGS) $(CFLAGS-rtld.c)
> 

Oh that doesn't work - make doesn't like it.  Appending is the best
idea here and safe enough since an architecure wouldn't want to
override $(SYSCONF-FLAGS).  Long term, we move Makeconfig down - looks
pretty dicey to me at first glance, but maybe it's doable.

Siddhesh


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]