This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


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

Re: make versionitis? (OpenBSD) QUESTION TO MAINTAINERS IMBEDD ED


On Nov 13, 2000, Richard Henderson <rth@redhat.com> wrote:

> On Fri, Nov 10, 2000 at 05:17:25PM -0800, Zack Weinberg wrote:
>> -GCC_WARN_CFLAGS = $(LOOSE_WARN) $($(@D)-warn)
>> +GCC_WARN_CFLAGS = $(LOOSE_WARN) $(STRICT_WARN)

> This seems like something that configure could figure out 
> how to substitute.

In theory, configure doesn't know which `make' program the user is
going to run at build-time.  In practice, even `automake' assumes it
is ${MAKE-make}, so we can probably follow existing practice.

-- 
Alexandre Oliva   Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/
Red Hat GCC Developer                  aoliva@{cygnus.com, redhat.com}
CS PhD student at IC-Unicamp        oliva@{lsd.ic.unicamp.br, gnu.org}
Free Software Evangelist    *Please* write to mailing lists, not to me

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