public inbox for binutils@sourceware.org
 help / color / mirror / Atom feed
From: "Dave Korn" <dave.korn@artimi.com>
To: "'Nick Clifton'" <nickc@redhat.com>, "'Ian Lance Taylor'" <ian@airs.com>
Cc: "'Richard Sandiford'" <rsandifo@redhat.com>,
	"'Daniel Jacobowitz'" <drow@false.org>, <binutils@sourceware.org>
Subject: RE: Binutils builds broken with -Werror
Date: Tue, 22 Mar 2005 19:27:00 -0000	[thread overview]
Message-ID: <SERRANOuDzTo0xEsHut0000009b@SERRANO.CAM.ARTIMI.COM> (raw)
In-Reply-To: <424051F7.6070909@redhat.com>

----Original Message----
>From: Nick Clifton
>Sent: 22 March 2005 17:12

> Hi Ian,
> 
>>> Poo.  Well we can rely upon using a GNU-like make program, right ?  So
>>> how about this version then ?
>> 
>> 
>> That's an interesting question.  gcc has decided to require GNU make.
>> Do the binutils want to follow?
> 
> Hmm, well I am not wedded to GNU make, but do other versions of make
> support the $(subst FROM,TO,TEXT) function ?  If not then can anyone
> suggest a more portable way of achieving the same effect ?
> 
> Cheers
>    Nick


+ GENERATED_OFILES := $(GENERATED_CFILES:.c=.o)
+ NO_WERROR_COMPILE = $(subst Werror,Wno-error,$(COMPILE))


  Hmm.  Won't this:

NO_WERROR_COMPILE = $(COMPILE:Werror=Wno-error)

do the desired trick?  


    cheers,
      DaveK
-- 
Can't think of a witty .sigline today....

  parent reply	other threads:[~2005-03-22 17:29 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-03-17  2:24 Daniel Jacobowitz
2005-03-21 12:08 ` Nick Clifton
2005-03-21 13:19   ` Richard Sandiford
2005-03-22 17:08     ` Nick Clifton
2005-03-22 17:12       ` Ian Lance Taylor
2005-03-22 17:31         ` Nick Clifton
2005-03-22 18:14           ` Maciej W. Rozycki
2005-03-22 18:24             ` Paul Brook
2005-03-22 18:48               ` Paul Brook
2005-03-22 19:38               ` Ian Lance Taylor
2005-03-22 19:44                 ` Ian Lance Taylor
2005-03-22 21:54                 ` Maciej W. Rozycki
2005-03-22 21:56                   ` Maciej W. Rozycki
2005-03-23 14:43                   ` Nick Clifton
2005-03-23 15:34                     ` Nick Clifton
2005-03-25  2:15                     ` Maciej W. Rozycki
2005-03-22 19:27           ` Dave Korn [this message]
2005-03-22 20:49             ` Nick Clifton
2005-03-23  5:31               ` Andreas Schwab
2005-03-23 14:41                 ` Nick Clifton
2005-03-24 23:48 Nick Clifton

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=SERRANOuDzTo0xEsHut0000009b@SERRANO.CAM.ARTIMI.COM \
    --to=dave.korn@artimi.com \
    --cc=binutils@sourceware.org \
    --cc=drow@false.org \
    --cc=ian@airs.com \
    --cc=nickc@redhat.com \
    --cc=rsandifo@redhat.com \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).