Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
From: Daniel Jacobowitz <drow@false.org>
To: Andreas Schwab <schwab@suse.de>
Cc: gcc-patches@gcc.gnu.org, binutils@sourceware.org,
		gdb-patches@sourceware.org
Subject: Re: RFA: Save LDFLAGS and CPPFLAGS at the top level
Date: Fri, 24 Oct 2008 21:57:00 -0000	[thread overview]
Message-ID: <20081024215637.GA19701@caradoc.them.org> (raw)
In-Reply-To: <jed4hpoelk.fsf@sykes.suse.de>

On Fri, Oct 24, 2008 at 11:41:43PM +0200, Andreas Schwab wrote:
> Daniel Jacobowitz <drow@false.org> writes:
> 
> > @@ -172,6 +174,7 @@ HOST_EXPORTS = \
> >  	ADA_CFLAGS="$(ADA_CFLAGS)"; export ADA_CFLAGS; \
> >  	CFLAGS="$(CFLAGS)"; export CFLAGS; \
> >  	CONFIG_SHELL="$(SHELL)"; export CONFIG_SHELL; \
> > +	CPPFLAGS="$(CFLAGS)"; export CPPFLAGS; \
>                     ^^^^^^
> s/CFLAGS/CPPFLAGS/?

Gah.  Obvious fix being checked in now.

-- 
Daniel Jacobowitz
CodeSourcery

2008-10-24  Daniel Jacobowitz  <dan@codesourcery.com>

	* Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
	* Makefile.in: Regenerated.

Index: Makefile.in
===================================================================
--- Makefile.in	(revision 141350)
+++ Makefile.in	(working copy)
@@ -174,7 +174,7 @@ HOST_EXPORTS = \
 	ADA_CFLAGS="$(ADA_CFLAGS)"; export ADA_CFLAGS; \
 	CFLAGS="$(CFLAGS)"; export CFLAGS; \
 	CONFIG_SHELL="$(SHELL)"; export CONFIG_SHELL; \
-	CPPFLAGS="$(CFLAGS)"; export CPPFLAGS; \
+	CPPFLAGS="$(CPPFLAGS)"; export CPPFLAGS; \
 	CXX="$(CXX)"; export CXX; \
 	CXXFLAGS="$(CXXFLAGS)"; export CXXFLAGS; \
 	AR="$(AR)"; export AR; \
Index: Makefile.tpl
===================================================================
--- Makefile.tpl	(revision 141350)
+++ Makefile.tpl	(working copy)
@@ -177,7 +177,7 @@ HOST_EXPORTS = \
 	ADA_CFLAGS="$(ADA_CFLAGS)"; export ADA_CFLAGS; \
 	CFLAGS="$(CFLAGS)"; export CFLAGS; \
 	CONFIG_SHELL="$(SHELL)"; export CONFIG_SHELL; \
-	CPPFLAGS="$(CFLAGS)"; export CPPFLAGS; \
+	CPPFLAGS="$(CPPFLAGS)"; export CPPFLAGS; \
 	CXX="$(CXX)"; export CXX; \
 	CXXFLAGS="$(CXXFLAGS)"; export CXXFLAGS; \
 	AR="$(AR)"; export AR; \


      reply	other threads:[~2008-10-24 21:57 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-10-21 20:16 Daniel Jacobowitz
2008-10-22  3:53 ` Paolo Bonzini
2008-10-24 21:42 ` Andreas Schwab
2008-10-24 21:57   ` Daniel Jacobowitz [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=20081024215637.GA19701@caradoc.them.org \
    --to=drow@false.org \
    --cc=binutils@sourceware.org \
    --cc=gcc-patches@gcc.gnu.org \
    --cc=gdb-patches@sourceware.org \
    --cc=schwab@suse.de \
    /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