All of lore.kernel.org
 help / color / mirror / Atom feed
From: "H. Peter Anvin" <hpa@zytor.com>
To: Alexey Dobriyan <adobriyan@gmail.com>
Cc: sam@ravnborg.org, linux-kernel@vger.kernel.org,
	Sam Ravnborg <sam@mars.ravnborg.org>
Subject: Re: [PATCH] kbuild: hardcode value of YACC&LEX for aic7-triple-x
Date: Tue, 01 Aug 2006 15:00:07 -0700	[thread overview]
Message-ID: <44CFCEE7.10406@zytor.com> (raw)
In-Reply-To: <20060729090725.GF6843@martell.zuzino.mipt.ru>

Alexey Dobriyan wrote:
> On Sat, Jul 29, 2006 at 09:19:33AM +0200, sam@ravnborg.org wrote:
>> When we introduced -rR then aic7xxx no loger could pick up definition
>> of YACC&LEX from make - so do it explicit now.
> 
>> --- a/drivers/scsi/aic7xxx/aicasm/Makefile
>> +++ b/drivers/scsi/aic7xxx/aicasm/Makefile
>> @@ -14,6 +14,8 @@ LIBS=	-ldb
>>  clean-files:= ${GENSRCS} ${GENHDRS} $(YSRCS:.y=.output) $(PROG)
>>  # Override default kernel CFLAGS.  This is a userland app.
>>  AICASM_CFLAGS:= -I/usr/include -I.
>> +LEX= flex
>> +YACC= bison
>>  YFLAGS= -d
>>  
>>  NOMAN=	noman
> 
> SuSv3 lists "lex" and "yacc" as _the_ names. Is there any distro which
> doesn't install compat symlinks?
> 

At least on Red Hat/Fedora, "yacc" invokes BSD yacc, which produces 
worse code than bison.

	-hpa

      parent reply	other threads:[~2006-08-01 22:00 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-07-29  7:15 [PATCH 0/18] kbuild fixes Sam Ravnborg
2006-07-29  7:19 ` [PATCH] kbuild: hardcode value of YACC&LEX for aic7-triple-x sam
2006-07-29  7:19   ` [PATCH] kbuild: version.h and new headers_* targets does not require a kernel config sam
2006-07-29  7:19     ` [PATCH] kbuild: .gitignore utsrelease.h sam
2006-07-29  7:19       ` [PATCH] kbuild: improve error from file2alias sam
2006-07-29  7:19         ` [PATCH] kbuild: fix typo in modpost sam
2006-07-29  7:19           ` [PATCH] kbuild: -fno-stack-protector is not good sam
2006-07-29  7:19             ` [PATCH] kconfig: correct oldconfig for unset choice options sam
2006-07-29  7:19               ` [PATCH] kconfig: support DOS line endings sam
2006-07-29  7:19                 ` [PATCH] kbuild: consistently decide when to rebuild a target sam
2006-07-29  9:07   ` [PATCH] kbuild: hardcode value of YACC&LEX for aic7-triple-x Alexey Dobriyan
2006-07-30 19:31     ` Sam Ravnborg
2006-08-01 22:00       ` H. Peter Anvin
2006-08-01 22:00     ` H. Peter Anvin [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=44CFCEE7.10406@zytor.com \
    --to=hpa@zytor.com \
    --cc=adobriyan@gmail.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=sam@mars.ravnborg.org \
    --cc=sam@ravnborg.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.