Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Yann E. MORIN <yann.morin.1998@free.fr>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 2/3] fconfig: remove redundant CFLAGS/LDFLAGS
Date: Sat, 6 Dec 2014 11:56:51 +0100	[thread overview]
Message-ID: <20141206105651.GB3938@free.fr> (raw)
In-Reply-To: <1417859787-31970-2-git-send-email-thomas.petazzoni@free-electrons.com>

Thomas, All,

On 2014-12-06 10:56 +0100, Thomas Petazzoni spake thusly:
> CFLAGS and LDFLAGS are already passed as part of
> $(TARGET_CONFIGURE_OPTS).
> 
> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>

Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr>

Regards,
Yann E. MORIN.

> ---
>  package/fconfig/fconfig.mk | 4 +---
>  1 file changed, 1 insertion(+), 3 deletions(-)
> 
> diff --git a/package/fconfig/fconfig.mk b/package/fconfig/fconfig.mk
> index 7f7faad..509fc2c 100644
> --- a/package/fconfig/fconfig.mk
> +++ b/package/fconfig/fconfig.mk
> @@ -12,9 +12,7 @@ FCONFIG_LICENSE = GPLv2+
>  FCONFIG_LICENSE_FILES = fconfig.c
>  
>  define FCONFIG_BUILD_CMDS
> -	$(MAKE) $(TARGET_CONFIGURE_OPTS) -C $(@D) \
> -		CFLAGS="$(TARGET_CFLAGS)" \
> -		LDFLAGS="$(TARGET_LDFLAGS)"
> +	$(MAKE) $(TARGET_CONFIGURE_OPTS) -C $(@D)
>  endef
>  
>  define FCONFIG_INSTALL_TARGET_CMDS
> -- 
> 2.1.0
> 
> _______________________________________________
> buildroot mailing list
> buildroot at busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot

-- 
.-----------------.--------------------.------------------.--------------------.
|  Yann E. MORIN  | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software  Designer | \ / CAMPAIGN     |  ___               |
| +33 223 225 172 `------------.-------:  X  AGAINST      |  \e/  There is no  |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL    |   v   conspiracy.  |
'------------------------------^-------^------------------^--------------------'

  reply	other threads:[~2014-12-06 10:56 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-12-06  9:56 [Buildroot] [PATCH 1/3] fconfig: change upstream site Thomas Petazzoni
2014-12-06  9:56 ` [Buildroot] [PATCH 2/3] fconfig: remove redundant CFLAGS/LDFLAGS Thomas Petazzoni
2014-12-06 10:56   ` Yann E. MORIN [this message]
2014-12-06  9:56 ` [Buildroot] [PATCH 3/3] fconfig: add hash file Thomas Petazzoni
2014-12-06 10:58   ` Yann E. MORIN
2014-12-06 10:55 ` [Buildroot] [PATCH 1/3] fconfig: change upstream site Yann E. MORIN
2014-12-06 11:10   ` Thomas Petazzoni
2014-12-06 11:16     ` Yann E. MORIN
2014-12-07 21:24     ` Peter Korsgaard
2014-12-07 20:23 ` Thomas Petazzoni

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=20141206105651.GB3938@free.fr \
    --to=yann.morin.1998@free.fr \
    --cc=buildroot@busybox.net \
    /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